survey-react 1.9.114 → 1.9.116

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/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.114
2
+ * surveyjs - Survey JavaScript library v1.9.116
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -810,8 +810,8 @@ sv-popup {
810
810
  }
811
811
  .sv-popup--dropdown-overlay .sv-list__input {
812
812
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
813
- font-size: var(--sjs-font-size, 16px);
814
- line-height: calc(1.5 * (var(--sjs-font-size, 16px)));
813
+ font-size: max(16px, var(--sjs-font-size, 16px));
814
+ line-height: max(24px, 1.5 * (var(--sjs-font-size, 16px)));
815
815
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
816
816
  padding: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) 0 calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
817
817
  }
@@ -1210,7 +1210,7 @@ sv-brand-info, .sv-brand-info {
1210
1210
  justify-content: center;
1211
1211
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
1212
1212
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
1213
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
1213
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
1214
1214
  border-radius: 100%;
1215
1215
  border: calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) solid transparent;
1216
1216
  width: calc(5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -1222,8 +1222,8 @@ sv-brand-info, .sv-brand-info {
1222
1222
  }
1223
1223
  .sv-ranking-item__index.sv-ranking-item__index svg {
1224
1224
  fill: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
1225
- width: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
1226
- height: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
1225
+ width: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
1226
+ height: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
1227
1227
  }
1228
1228
 
1229
1229
  .sv-ranking-item__text {
@@ -1232,8 +1232,8 @@ sv-brand-info, .sv-brand-info {
1232
1232
  text-overflow: ellipsis;
1233
1233
  white-space: nowrap;
1234
1234
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
1235
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
1236
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
1235
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
1236
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
1237
1237
  margin: 0 calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1238
1238
  }
1239
1239
 
@@ -1979,8 +1979,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1979
1979
  gap: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1980
1980
  justify-content: center;
1981
1981
  min-height: calc(24 * (var(--sjs-base-unit, var(--base-unit, 8px))));
1982
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
1983
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
1982
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
1983
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
1984
1984
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
1985
1985
  }
1986
1986
  .sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
@@ -2116,11 +2116,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2116
2116
  width: 100%;
2117
2117
  box-sizing: border-box;
2118
2118
  padding: calc(1.5 * (var(--sjs-base-unit, var(--base-unit, 8px)))) calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2119
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2119
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2120
2120
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
2121
2121
  font-weight: var(--sjs-font-editorfont-weight, 400);
2122
2122
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
2123
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
2123
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
2124
2124
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9))));
2125
2125
  box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
2126
2126
  border: none;
@@ -2176,6 +2176,16 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2176
2176
  position: relative;
2177
2177
  }
2178
2178
 
2179
+ .sd-text__character-counter {
2180
+ overflow: hidden;
2181
+ text-overflow: ellipsis;
2182
+ white-space: nowrap;
2183
+ }
2184
+
2185
+ .sd-text__character-counter:focus-within {
2186
+ padding-inline-end: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
2187
+ }
2188
+
2179
2189
  .sd-remaining-character-counter {
2180
2190
  display: none;
2181
2191
  flex-direction: row;
@@ -2208,7 +2218,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2208
2218
  .sd-input[type=range] {
2209
2219
  box-sizing: content-box;
2210
2220
  width: calc(100% - 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2211
- height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2221
+ height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2212
2222
  }
2213
2223
 
2214
2224
  .sd-input[type=range]::-webkit-slider-runnable-track {
@@ -2329,8 +2339,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2329
2339
 
2330
2340
  .sjs_sp_placeholder {
2331
2341
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
2332
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
2333
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2342
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
2343
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2334
2344
  }
2335
2345
 
2336
2346
  .sjs_sp_container {
@@ -2352,7 +2362,6 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2352
2362
  background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
2353
2363
  }
2354
2364
 
2355
- .sd-signaturepad__canvas,
2356
2365
  .sd-signaturepad__background-image {
2357
2366
  position: absolute;
2358
2367
  top: 0;
@@ -2405,8 +2414,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2405
2414
  }
2406
2415
 
2407
2416
  .sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
2408
- width: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2409
- height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2417
+ width: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2418
+ height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2410
2419
  }
2411
2420
 
2412
2421
  .sd-matrixdynamic__btn {
@@ -2559,8 +2568,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2559
2568
 
2560
2569
  .sd-table__cell {
2561
2570
  font-weight: normal;
2562
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
2563
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2571
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
2572
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2564
2573
  padding: 0 var(--sjs-base-unit, var(--base-unit, 8px));
2565
2574
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2566
2575
  text-align: center;
@@ -2609,8 +2618,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2609
2618
  }
2610
2619
 
2611
2620
  .sd-table__cell--header span {
2612
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
2613
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
2621
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
2622
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
2614
2623
  font-weight: var(--sjs-font-questiontitle-weight, 600);
2615
2624
  }
2616
2625
 
@@ -2671,8 +2680,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
2671
2680
  }
2672
2681
  .sd-table__cell--detail-button svg {
2673
2682
  display: block;
2674
- width: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
2675
- height: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
2683
+ width: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
2684
+ height: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
2676
2685
  fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
2677
2686
  }
2678
2687
  .sd-table__cell--detail-button:hover {
@@ -3056,7 +3065,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3056
3065
  box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
3057
3066
  border: none;
3058
3067
  flex-shrink: 0;
3059
- margin-top: calc((1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))) - 3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) / 2);
3068
+ margin-top: calc((1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))) - 3 * (var(--sjs-base-unit, var(--base-unit, 8px)))) / 2);
3060
3069
  }
3061
3070
 
3062
3071
  .sd-item--checked .sd-item__decorator {
@@ -3082,8 +3091,8 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3082
3091
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
3083
3092
  font-style: normal;
3084
3093
  font-weight: var(--sjs-font-editorfont-weight, 400);
3085
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3086
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3094
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3095
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3087
3096
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3088
3097
  white-space: normal;
3089
3098
  word-break: break-word;
@@ -3219,6 +3228,7 @@ textarea.sd-input:disabled:not(.sd-input--disabled) {
3219
3228
 
3220
3229
  .sd-matrix__label {
3221
3230
  display: flex;
3231
+ position: relative;
3222
3232
  justify-content: center;
3223
3233
  }
3224
3234
 
@@ -3526,8 +3536,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3526
3536
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
3527
3537
  font-weight: var(--sjs-font-editorfont-weight, 400);
3528
3538
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3529
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3530
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3539
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3540
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3531
3541
  display: inline-block;
3532
3542
  }
3533
3543
  .sd-rating__item-text.sd-rating__item-text.sd-rating__min-text, .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
@@ -3650,15 +3660,15 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3650
3660
 
3651
3661
  .sd-dropdown__value {
3652
3662
  width: 100%;
3653
- min-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3663
+ min-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3654
3664
  overflow: hidden;
3655
3665
  text-overflow: ellipsis;
3656
3666
  white-space: nowrap;
3657
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3667
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3658
3668
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
3659
3669
  font-weight: var(--sjs-font-editorfont-weight, 400);
3660
3670
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
3661
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3671
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3662
3672
  position: relative;
3663
3673
  }
3664
3674
 
@@ -3684,8 +3694,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3684
3694
 
3685
3695
  .sd-dropdown_chevron-button-svg,
3686
3696
  .sd-dropdown_clean-button-svg {
3687
- width: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3688
- height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3697
+ width: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3698
+ height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3689
3699
  }
3690
3700
 
3691
3701
  .sd-input.sd-dropdown:focus-within {
@@ -3708,8 +3718,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3708
3718
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
3709
3719
  font-weight: var(--sjs-font-editorfont-weight, 400);
3710
3720
  color: var(--sjs-font-editorfont-color, var(--sjs-general-forecolor, rgba(0, 0, 0, 0.91)));
3711
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3712
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3721
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3722
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3713
3723
  background-color: transparent;
3714
3724
  overflow: hidden;
3715
3725
  text-overflow: ellipsis;
@@ -3756,8 +3766,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3756
3766
  }
3757
3767
 
3758
3768
  .sv-dropdown-popup .sd-list__item-body {
3759
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3760
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3769
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3770
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3761
3771
  font-weight: var(--sjs-font-editorfont-weight, 400);
3762
3772
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
3763
3773
  padding-inline-end: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -3777,8 +3787,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3777
3787
  }
3778
3788
 
3779
3789
  .sd-tagbox_clean-button {
3780
- height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3781
- padding: calc(0.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3790
+ height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3791
+ padding: calc(0.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3782
3792
  margin: auto 0;
3783
3793
  }
3784
3794
 
@@ -3820,9 +3830,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3820
3830
 
3821
3831
  .sd-tagbox-item_clean-button-svg {
3822
3832
  display: block;
3823
- padding: calc(0.25 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3824
- width: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3825
- height: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3833
+ padding: calc(0.25 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3834
+ width: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3835
+ height: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3826
3836
  }
3827
3837
 
3828
3838
  .sd-tagbox-item_clean-button-svg:hover {
@@ -3887,14 +3897,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3887
3897
  }
3888
3898
 
3889
3899
  .sd-dropdown__hint-suffix.sd-tagbox__hint-suffix {
3890
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3900
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3891
3901
  height: 100%;
3892
3902
  display: flex;
3893
3903
  align-items: center;
3894
3904
  }
3895
3905
 
3896
3906
  .sd-dropdown__hint-prefix.sd-tagbox__hint-prefix {
3897
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3907
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3898
3908
  height: 100%;
3899
3909
  display: flex;
3900
3910
  align-items: center;
@@ -3951,8 +3961,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3951
3961
 
3952
3962
  .sd-imagepicker__check-icon {
3953
3963
  display: block;
3954
- width: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3955
- height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3964
+ width: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3965
+ height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3956
3966
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
3957
3967
  }
3958
3968
 
@@ -3985,8 +3995,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3985
3995
  }
3986
3996
 
3987
3997
  .sd-imagepicker__text {
3988
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
3989
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
3998
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
3999
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
3990
4000
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
3991
4001
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
3992
4002
  }
@@ -4145,10 +4155,16 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4145
4155
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
4146
4156
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
4147
4157
  border: none;
4148
- border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4158
+ border-radius: var(--sjs-corner-radius, 4px);
4149
4159
  cursor: pointer;
4150
4160
  user-select: none;
4151
4161
  outline: solid calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) transparent;
4162
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
4163
+ font-weight: 600;
4164
+ font-style: normal;
4165
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
4166
+ font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
4167
+ line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
4152
4168
  }
4153
4169
  .sd-html button:hover {
4154
4170
  background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
@@ -4161,12 +4177,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4161
4177
  align-items: center;
4162
4178
  flex-grow: 1;
4163
4179
  justify-content: center;
4164
- color: var(--sjs-primary-backcolor, var(--primary, #19b394));
4165
- font-weight: 600;
4166
- font-style: normal;
4167
- font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
4168
- font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
4169
- line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
4170
4180
  }
4171
4181
 
4172
4182
  .sd-expression {
@@ -4242,9 +4252,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4242
4252
  display: block;
4243
4253
  font-family: var(--sjs-font-editorfont-family, var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family))));
4244
4254
  font-weight: var(--sjs-font-editorfont-weight, 400);
4245
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
4255
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
4246
4256
  color: var(--sjs-font-editorfont-placeholdercolor, var(--sjs-general-forecolor-light, var(--foreground-light, #909090)));
4247
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
4257
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
4248
4258
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4249
4259
  }
4250
4260
 
@@ -4495,8 +4505,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4495
4505
  background-color: transparent;
4496
4506
  cursor: pointer;
4497
4507
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
4498
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
4499
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
4508
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
4509
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
4500
4510
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
4501
4511
  overflow-x: hidden;
4502
4512
  white-space: nowrap;
@@ -4628,8 +4638,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4628
4638
  word-break: break-word;
4629
4639
  white-space: normal;
4630
4640
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
4631
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
4632
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
4641
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
4642
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
4633
4643
  }
4634
4644
 
4635
4645
  .sd-root-modern--mobile .sd-file__decorator {
@@ -4681,7 +4691,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4681
4691
  }
4682
4692
 
4683
4693
  .sd-file--chose-btn--as .sd-file--answered .sd-file__actions-container {
4684
- inset-inline-end: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))) + 5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4694
+ inset-inline-end: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))) + 5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4685
4695
  }
4686
4696
 
4687
4697
  .sd-file__list {
@@ -4700,9 +4710,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4700
4710
  .sd-file__preview {
4701
4711
  position: relative;
4702
4712
  display: flex;
4703
- align-items: center;
4713
+ align-items: stretch;
4704
4714
  flex-direction: column;
4705
4715
  min-height: 100%;
4716
+ width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4706
4717
  margin: 0;
4707
4718
  }
4708
4719
  .sd-file__preview .sd-file__default-image {
@@ -4732,6 +4743,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4732
4743
  white-space: normal;
4733
4744
  word-break: break-all;
4734
4745
  width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4746
+ min-width: 100%;
4747
+ max-width: 100%;
4735
4748
  overflow: hidden;
4736
4749
  max-height: calc(6 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4737
4750
  text-overflow: ellipsis;
@@ -4752,23 +4765,29 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4752
4765
  .sd-file__image-wrapper {
4753
4766
  position: relative;
4754
4767
  text-align: center;
4755
- min-width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4768
+ display: flex;
4769
+ align-items: center;
4770
+ justify-content: center;
4771
+ width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4756
4772
  min-height: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4773
+ height: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4774
+ background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
4757
4775
  }
4758
4776
  .sd-file__image-wrapper img:not(.sd-file__default-image) {
4759
4777
  display: block;
4778
+ max-width: 100%;
4779
+ max-height: 100%;
4760
4780
  width: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4761
4781
  height: calc(12 * (var(--sjs-base-unit, var(--base-unit, 8px))));
4762
4782
  object-fit: contain;
4763
- background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
4764
4783
  }
4765
4784
 
4766
- .sd-file--single img:hover + .sd-file__remove-file-button {
4767
- display: none;
4785
+ .sd-file__image-wrapper--default-image {
4786
+ background: transparent;
4768
4787
  }
4769
4788
 
4770
- .sd-file--mobile:first-child .sd-file__list {
4771
- height: calc(100% - 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4789
+ .sd-file--single img:hover + .sd-file__remove-file-button {
4790
+ display: none;
4772
4791
  }
4773
4792
 
4774
4793
  .sd-file--single-image {
@@ -4786,6 +4805,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4786
4805
  max-height: 100%;
4787
4806
  width: 100%;
4788
4807
  }
4808
+ .sd-file--single-image .sd-file__image-wrapper {
4809
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
4810
+ }
4789
4811
  .sd-file--single-image .sd-file__image-wrapper {
4790
4812
  min-height: 100%;
4791
4813
  min-width: 100%;
@@ -4793,7 +4815,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4793
4815
  .sd-file--single-image .sd-file__image-wrapper img {
4794
4816
  width: 100%;
4795
4817
  height: 100%;
4796
- background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
4797
4818
  }
4798
4819
  .sd-file--single-image .sd-file__sign {
4799
4820
  position: absolute;
@@ -4804,10 +4825,16 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4804
4825
  .sd-file--single-image .sd-file__sign a {
4805
4826
  color: transparent;
4806
4827
  width: 100%;
4828
+ min-width: 100%;
4829
+ max-width: 100%;
4807
4830
  height: 100%;
4808
4831
  outline: none;
4809
4832
  }
4810
4833
 
4834
+ .sd-file__image-wrapper.sd-file__image-wrapper--default-image {
4835
+ background: transparent;
4836
+ }
4837
+
4811
4838
  .sd-file > input:focus + .sd-file__decorator .sd-file__choose-btn.sd-file__choose-btn--icon use {
4812
4839
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
4813
4840
  }
@@ -4854,7 +4881,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4854
4881
  }
4855
4882
 
4856
4883
  .sd-file__video-container {
4857
- background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
4884
+ background-color: var(--sjs-questionpanel-hovercolor, var(--sjs-general-backcolor-dark, rgb(248, 248, 248)));
4858
4885
  position: absolute;
4859
4886
  top: 0;
4860
4887
  left: 0;
@@ -5058,6 +5085,20 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5058
5085
  box-sizing: border-box;
5059
5086
  }
5060
5087
 
5088
+ .sd-body--empty,
5089
+ .sd-body--loading {
5090
+ color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
5091
+ font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
5092
+ text-decoration: var(--sjs-article-font-default-textDecoration, "none");
5093
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5094
+ font-weight: var(--sjs-article-font-default-fontWeight, 400);
5095
+ font-style: var(--sjs-article-font-default-fontStyle, "normal");
5096
+ font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
5097
+ letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
5098
+ line-height: var(--sjs-article-font-default-lineHeight, 28px);
5099
+ text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
5100
+ text-transform: var(--sjs-article-font-default-textCase, "none");
5101
+ }
5061
5102
  .sd-body--empty h1,
5062
5103
  .sd-body--loading h1 {
5063
5104
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
@@ -5152,10 +5193,16 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5152
5193
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
5153
5194
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
5154
5195
  border: none;
5155
- border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5196
+ border-radius: var(--sjs-corner-radius, 4px);
5156
5197
  cursor: pointer;
5157
5198
  user-select: none;
5158
5199
  outline: solid calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) transparent;
5200
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
5201
+ font-weight: 600;
5202
+ font-style: normal;
5203
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5204
+ font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
5205
+ line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
5159
5206
  }
5160
5207
  .sd-body--empty button:hover,
5161
5208
  .sd-body--loading button:hover {
@@ -5171,12 +5218,6 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5171
5218
  align-items: center;
5172
5219
  flex-grow: 1;
5173
5220
  justify-content: center;
5174
- color: var(--sjs-primary-backcolor, var(--primary, #19b394));
5175
- font-weight: 600;
5176
- font-style: normal;
5177
- font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5178
- font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
5179
- line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
5180
5221
  }
5181
5222
 
5182
5223
  .sd-root_background-image {
@@ -5233,8 +5274,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5233
5274
  line-height: 0;
5234
5275
  }
5235
5276
  .sd-multipletext__item-title span {
5236
- font-size: var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px));
5237
- line-height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
5277
+ font-size: var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
5278
+ line-height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
5238
5279
  }
5239
5280
 
5240
5281
  .sd-multipletext__item-title {
@@ -5262,6 +5303,16 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
5262
5303
  background-color: transparent;
5263
5304
  }
5264
5305
 
5306
+ .sd-multipletext-item__character-counter {
5307
+ overflow: hidden;
5308
+ text-overflow: ellipsis;
5309
+ white-space: nowrap;
5310
+ }
5311
+
5312
+ .sd-question__content:focus-within .sd-multipletext-item__character-counter {
5313
+ padding-inline-end: calc(8 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5314
+ }
5315
+
5265
5316
  .sd-multipletext__cell {
5266
5317
  padding-left: 0;
5267
5318
  padding-right: 0;
@@ -5338,6 +5389,10 @@ svg.sd-action--icon {
5338
5389
  opacity: 0.25;
5339
5390
  pointer-events: none;
5340
5391
  }
5392
+ .sd-action:disabled use,
5393
+ .sd-action--disabled use {
5394
+ fill: var(--sjs-font-questiondescription-color, var(--sjs-general-forecolor-light, rgba(0, 0, 0, 0.45)));
5395
+ }
5341
5396
 
5342
5397
  .sd-action:not(.sd-action--pressed):hover,
5343
5398
  .sd-action:not(.sd-action--pressed):focus {
@@ -5395,8 +5450,8 @@ svg.sd-action--icon {
5395
5450
  }
5396
5451
  .sd-context-btn svg {
5397
5452
  display: block;
5398
- width: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
5399
- height: calc(1.5 * (var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px))));
5453
+ width: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
5454
+ height: calc(1.5 * (var(--sjs-mobile-font-editorfont-size, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)))));
5400
5455
  }
5401
5456
  .sd-context-btn use {
5402
5457
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -5415,14 +5470,26 @@ svg.sd-action--icon {
5415
5470
  opacity: 0.25;
5416
5471
  }
5417
5472
 
5418
- .sd-completedpage {
5473
+ .sd-completedpage,
5474
+ .sd-completed-before-page {
5475
+ align-items: center;
5419
5476
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5420
5477
  font-weight: bold;
5421
5478
  box-sizing: border-box;
5422
5479
  text-align: center;
5423
5480
  height: auto;
5481
+ color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
5482
+ font-size: var(--sjs-article-font-default-fontSize, var(--sjs-font-size, 16px));
5483
+ text-decoration: var(--sjs-article-font-default-textDecoration, "none");
5484
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5485
+ font-weight: var(--sjs-article-font-default-fontWeight, 400);
5486
+ font-style: var(--sjs-article-font-default-fontStyle, "normal");
5487
+ font-stretch: var(--sjs-article-font-default-fontStretch, "normal");
5488
+ letter-spacing: var(--sjs-article-font-default-letterSpacing, 0);
5489
+ line-height: var(--sjs-article-font-default-lineHeight, 28px);
5490
+ text-indent: var(--sjs-article-font-default-paragraphIndent, 0px);
5491
+ text-transform: var(--sjs-article-font-default-textCase, "none");
5424
5492
  }
5425
-
5426
5493
  .sd-completedpage h1,
5427
5494
  .sd-completed-before-page h1 {
5428
5495
  color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
@@ -5517,10 +5584,16 @@ svg.sd-action--icon {
5517
5584
  background-color: var(--sjs-general-backcolor, var(--background, #fff));
5518
5585
  box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
5519
5586
  border: none;
5520
- border-radius: calc(0.5 * (var(--sjs-base-unit, var(--base-unit, 8px))));
5587
+ border-radius: var(--sjs-corner-radius, 4px);
5521
5588
  cursor: pointer;
5522
5589
  user-select: none;
5523
5590
  outline: solid calc(0.25 * (var(--sjs-base-unit, var(--base-unit, 8px)))) transparent;
5591
+ color: var(--sjs-primary-backcolor, var(--primary, #19b394));
5592
+ font-weight: 600;
5593
+ font-style: normal;
5594
+ font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5595
+ font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
5596
+ line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
5524
5597
  }
5525
5598
  .sd-completedpage button:hover,
5526
5599
  .sd-completed-before-page button:hover {
@@ -5536,12 +5609,6 @@ svg.sd-action--icon {
5536
5609
  align-items: center;
5537
5610
  flex-grow: 1;
5538
5611
  justify-content: center;
5539
- color: var(--sjs-primary-backcolor, var(--primary, #19b394));
5540
- font-weight: 600;
5541
- font-style: normal;
5542
- font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
5543
- font-size: var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px));
5544
- line-height: calc(1.5 * (var(--sjs-font-questiontitle-size, var(--sjs-font-size, 16px))));
5545
5612
  }
5546
5613
 
5547
5614
  .sd-completedpage:before,
@@ -5951,6 +6018,7 @@ sv-components-container,
5951
6018
 
5952
6019
  .sjs_sp_container {
5953
6020
  position: relative;
6021
+ max-width: 100%;
5954
6022
  }
5955
6023
 
5956
6024
  .sjs_sp_controls {
@@ -5979,12 +6047,20 @@ sv-components-container,
5979
6047
  height: 100%;
5980
6048
  }
5981
6049
 
5982
- .sjs_sp_canvas,
6050
+ .sjs_sp_canvas {
6051
+ position: relative;
6052
+ max-width: 100%;
6053
+ display: block;
6054
+ }
6055
+
5983
6056
  .sjs_sp__background-image {
5984
6057
  position: absolute;
5985
6058
  top: 0;
5986
6059
  left: 0;
5987
6060
  object-fit: cover;
6061
+ max-width: 100%;
6062
+ width: 100%;
6063
+ height: 100%;
5988
6064
  }
5989
6065
 
5990
6066
  .sd-root-modern {
@@ -5997,6 +6073,7 @@ sv-components-container,
5997
6073
  --sd-base-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
5998
6074
  --sd-base-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
5999
6075
  --sd-page-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
6076
+ --sjs-mobile-font-editorfont-size: Max(16px, var(--sjs-font-editorfont-size, var(--sjs-font-size, 16px)));
6000
6077
  }
6001
6078
 
6002
6079
  .sd-root-modern.sd-root-modern--mobile .sd-element__num {
@@ -6044,15 +6121,34 @@ sv-components-container,
6044
6121
  display: none;
6045
6122
  }
6046
6123
  .sd-root-modern.sd-root-modern--mobile .sd-table tr {
6047
- display: block;
6124
+ display: flex;
6125
+ flex-direction: column;
6048
6126
  }
6049
6127
  .sd-root-modern.sd-root-modern--mobile .sd-matrix__table .sd-table__row {
6050
6128
  padding-top: var(--sjs-base-unit, var(--base-unit, 8px));
6051
6129
  }
6052
- .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr {
6053
- padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
6130
+ .sd-root-modern.sd-root-modern--mobile .sd-table__row {
6131
+ padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6132
+ }
6133
+ .sd-root-modern.sd-root-modern--mobile .sd-table__row--expanded .sd-table__cell-action--show-detail-mobile {
6134
+ display: none;
6054
6135
  }
6055
- .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr::after {
6136
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) .sd-table__row {
6137
+ padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6138
+ }
6139
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) .sd-table__row.sd-table__row--has-end-actions {
6140
+ padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6141
+ }
6142
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions) {
6143
+ padding-bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6144
+ }
6145
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type) {
6146
+ padding-bottom: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6147
+ }
6148
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--has-end-actions):not(:last-of-type)::after {
6149
+ bottom: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6150
+ }
6151
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr:not(.sd-table__row--expanded)::after {
6056
6152
  z-index: 12;
6057
6153
  content: " ";
6058
6154
  display: block;
@@ -6060,20 +6156,32 @@ sv-components-container,
6060
6156
  height: 1px;
6061
6157
  background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
6062
6158
  left: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6063
- bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6159
+ bottom: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6064
6160
  width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
6065
6161
  z-index: 12;
6066
6162
  }
6163
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--show-detail-mobile,
6164
+ .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-table--has-footer) .sd-table__row:last-of-type .sd-table__cell-action--remove-row {
6165
+ margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6166
+ }
6067
6167
  .sd-root-modern.sd-root-modern--mobile .sd-matrix__label {
6068
6168
  justify-content: start;
6069
6169
  }
6070
6170
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell {
6171
+ border-top: none;
6172
+ border-bottom: none;
6071
6173
  display: block;
6072
6174
  padding-top: 0;
6073
6175
  padding-bottom: 0;
6074
6176
  text-align: left;
6075
6177
  }
6076
6178
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell {
6179
+ margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6180
+ }
6181
+ .sd-root-modern.sd-root-modern--mobile .sd-table__cell--error {
6182
+ margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6183
+ }
6184
+ .sd-root-modern.sd-root-modern--mobile .sd-table__cell--error.sd-table__cell--error-bottom .sd-question__erbox {
6077
6185
  margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
6078
6186
  }
6079
6187
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell:first-of-type,
@@ -6081,27 +6189,46 @@ sv-components-container,
6081
6189
  margin-top: 0;
6082
6190
  }
6083
6191
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell::before {
6084
- padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6085
6192
  padding-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
6086
6193
  content: attr(data-responsive-title);
6087
6194
  font-weight: 600;
6088
6195
  display: block;
6089
6196
  text-align: left;
6090
6197
  }
6198
+ .sd-root-modern.sd-root-modern--mobile .sd-table--no-header {
6199
+ padding-top: 0;
6200
+ }
6201
+ .sd-root-modern.sd-root-modern--mobile .sd-table--no-header .sd-table__cell::before {
6202
+ content: none;
6203
+ }
6091
6204
  .sd-root-modern.sd-root-modern--mobile .sd-matrix__cell::before,
6092
6205
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--actions::before,
6093
6206
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--row-text::before,
6094
6207
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--error::before {
6095
6208
  content: none;
6096
6209
  }
6210
+ .sd-root-modern.sd-root-modern--mobile .sd-table__cell--detail-panel {
6211
+ padding-top: 0;
6212
+ padding-bottom: 0;
6213
+ border-top: 0;
6214
+ border-bottom: 0;
6215
+ }
6216
+ .sd-root-modern.sd-root-modern--mobile .sd-table__cell--detail-panel .sd-panel__content {
6217
+ padding-top: 0;
6218
+ }
6097
6219
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions {
6098
6220
  width: auto;
6221
+ margin-top: var(--sjs-base-unit, var(--base-unit, 8px));
6222
+ margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
6099
6223
  }
6100
6224
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions .sd-action-bar {
6101
6225
  margin-right: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6102
- justify-content: flex-end;
6226
+ margin-left: calc(-3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6103
6227
  background: var(--sjs-general-backcolor, var(--background, #fff));
6104
6228
  }
6229
+ .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions #show-detail-mobile {
6230
+ flex-grow: 1;
6231
+ }
6105
6232
  .sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn {
6106
6233
  opacity: 1;
6107
6234
  padding: var(--sjs-base-unit, var(--base-unit, 8px)) calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -6118,10 +6245,6 @@ sv-components-container,
6118
6245
  }
6119
6246
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--row-text:not(.sd-matrix__cell) {
6120
6247
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
6121
- padding-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6122
- }
6123
- .sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr:not(:last-child) {
6124
- padding-bottom: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6125
6248
  }
6126
6249
  .sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr::after {
6127
6250
  bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
@@ -6136,11 +6259,12 @@ sv-components-container,
6136
6259
  margin-top: 0;
6137
6260
  }
6138
6261
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--error-top .sd-question__erbox {
6139
- margin-top: calc(2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6140
- margin-bottom: calc(-2 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6262
+ margin-top: calc(3 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6263
+ margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6141
6264
  }
6142
6265
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--error-top:first-of-type .sd-question__erbox {
6143
- margin-bottom: calc(-1 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6266
+ margin-top: calc(0 * (var(--sjs-base-unit, var(--base-unit, 8px))));
6267
+ margin-bottom: var(--sjs-base-unit, var(--base-unit, 8px));
6144
6268
  }
6145
6269
  .sd-root-modern.sd-root-modern--mobile .sv-ranking-item__icon-container {
6146
6270
  margin-left: 0;
@@ -6221,7 +6345,6 @@ body {
6221
6345
  position: relative;
6222
6346
  }
6223
6347
  .sd-root-modern form {
6224
- z-index: 1;
6225
6348
  position: relative;
6226
6349
  }
6227
6350
  .sd-root-modern * {