survey-react 1.9.90 → 1.9.92

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.90
2
+ * surveyjs - Survey JavaScript library v1.9.92
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
  */
@@ -243,11 +243,11 @@
243
243
  }
244
244
 
245
245
  .sv-action-bar--default-size-mode .sv-action-bar-separator {
246
- margin: 0 calc(1 * var(--base-unit, 8px));
246
+ margin: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
247
247
  }
248
248
 
249
249
  .sv-action-bar--small-size-mode .sv-action-bar-separator {
250
- margin: 0 calc(0.5 * var(--base-unit, 8px));
250
+ margin: 0 calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
251
251
  }
252
252
 
253
253
  .sv-action-bar-item {
@@ -255,7 +255,7 @@
255
255
  -moz-appearance: none;
256
256
  appearance: none;
257
257
  display: flex;
258
- padding: calc(1 * var(--base-unit, 8px));
258
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
259
259
  box-sizing: border-box;
260
260
  border: none;
261
261
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
@@ -272,17 +272,17 @@ button.sv-action-bar-item {
272
272
  }
273
273
 
274
274
  .sv-action-bar--default-size-mode .sv-action-bar-item {
275
- height: calc(5 * var(--base-unit, 8px));
276
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
277
- line-height: calc(3 * var(--base-unit, 8px));
278
- margin: 0 calc(1 * var(--base-unit, 8px));
275
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
276
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
277
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
278
+ margin: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
279
279
  }
280
280
 
281
281
  .sv-action-bar--small-size-mode .sv-action-bar-item {
282
- height: calc(4 * var(--base-unit, 8px));
283
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
284
- line-height: calc(2 * var(--base-unit, 8px));
285
- margin: 0 calc(0.5 * var(--base-unit, 8px));
282
+ height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
283
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
284
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
285
+ margin: 0 calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
286
286
  }
287
287
 
288
288
  .sv-action:first-of-type .sv-action-bar-item {
@@ -294,11 +294,11 @@ button.sv-action-bar-item {
294
294
  }
295
295
 
296
296
  .sv-action-bar--default-size-mode .sv-action-bar-item__title--with-icon {
297
- margin-inline-start: calc(1 * var(--base-unit, 8px));
297
+ margin-inline-start: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
298
298
  }
299
299
 
300
300
  .sv-action-bar--small-size-mode .sv-action-bar-item__title--with-icon {
301
- margin-inline-start: calc(0.5 * var(--base-unit, 8px));
301
+ margin-inline-start: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
302
302
  }
303
303
 
304
304
  .sv-action-bar-item__icon svg {
@@ -311,7 +311,7 @@ button.sv-action-bar-item {
311
311
  .sv-action-bar-item:not(.sv-action-bar-item--pressed):hover:enabled,
312
312
  .sv-action-bar-item:not(.sv-action-bar-item--pressed):focus:enabled {
313
313
  outline: none;
314
- background-color: var(--background-dim, #f3f3f3);
314
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
315
315
  }
316
316
 
317
317
  .sv-action-bar-item--active.sv-action-bar-item--pressed:focus, .sv-action-bar-item--active.sv-action-bar-item--pressed:focus-visible {
@@ -334,7 +334,7 @@ button.sv-action-bar-item {
334
334
  }
335
335
 
336
336
  .sv-action-bar-item--secondary .sv-action-bar-item__icon use {
337
- fill: var(--secondary, #ff9814);
337
+ fill: var(--sjs-secondary-backcolor, var(--secondary, #ff9814));
338
338
  }
339
339
 
340
340
  .sv-action-bar-item--active .sv-action-bar-item__icon use {
@@ -346,15 +346,15 @@ button.sv-action-bar-item {
346
346
  -moz-appearance: none;
347
347
  appearance: none;
348
348
  display: flex;
349
- height: calc(5 * var(--base-unit, 8px));
350
- padding: calc(1 * var(--base-unit, 8px));
349
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
350
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
351
351
  box-sizing: border-box;
352
352
  border: none;
353
353
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
354
354
  background-color: transparent;
355
355
  cursor: pointer;
356
- line-height: calc(3 * var(--base-unit, 8px));
357
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
356
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
357
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
358
358
  font-family: var(--font-family, var(--font-family));
359
359
  }
360
360
 
@@ -405,44 +405,44 @@ button.sv-action-bar-item {
405
405
  }
406
406
 
407
407
  .sv-action-bar-item--pressed:not(.sv-action-bar-item--active) {
408
- background-color: var(--background-dim, #f3f3f3);
408
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
409
409
  opacity: 50%;
410
410
  }
411
411
 
412
412
  .sv-dragged-element-shortcut {
413
- height: calc(3 * var(--base-unit, 8px));
414
- min-width: calc(12.5 * var(--base-unit, 8px));
415
- border-radius: calc(4.5 * var(--base-unit, 8px));
416
- background-color: var(--background, #fff);
417
- padding: calc(2 * var(--base-unit, 8px));
413
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
414
+ min-width: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
415
+ border-radius: calc(4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
416
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
417
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
418
418
  cursor: grabbing;
419
419
  position: absolute;
420
- z-index: 1000;
420
+ z-index: 10000;
421
421
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
422
422
  font-family: var(--font-family, var(--font-family));
423
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
424
- padding-left: calc(2.5 * var(--base-unit, 8px));
425
- line-height: calc(3 * var(--base-unit, 8px));
423
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
424
+ padding-left: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
425
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
426
426
  }
427
427
 
428
428
  .sv-matrixdynamic__drag-icon {
429
- padding-top: calc(1.75 * var(--base-unit, 8px));
429
+ padding-top: calc(1.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
430
430
  }
431
431
 
432
432
  .sv-matrixdynamic__drag-icon:after {
433
433
  content: " ";
434
434
  display: block;
435
- height: calc(0.75 * var(--base-unit, 8px));
436
- width: calc(2.5 * var(--base-unit, 8px));
435
+ height: calc(0.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
436
+ width: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
437
437
  border: 1px solid #e7e7e7;
438
438
  box-sizing: border-box;
439
- border-radius: calc(1.25 * var(--base-unit, 8px));
439
+ border-radius: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
440
440
  cursor: move;
441
- margin-top: calc(1.5 * var(--base-unit, 8px));
441
+ margin-top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
442
442
  }
443
443
 
444
444
  .sv-matrix-row--drag-drop-ghost-mod td {
445
- background-color: var(--background-dim, #f3f3f3);
445
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
446
446
  }
447
447
 
448
448
  .sv-matrix-row--drag-drop-ghost-mod td > * {
@@ -482,7 +482,7 @@ sv-popup {
482
482
  }
483
483
 
484
484
  .sv-popup__body-content {
485
- background-color: var(--background, #fff);
485
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
486
486
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
487
487
  width: 100%;
488
488
  height: 100%;
@@ -498,14 +498,14 @@ sv-popup {
498
498
  align-items: center;
499
499
  justify-content: center;
500
500
  background-color: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
501
- padding: calc(11 * var(--base-unit, 8px)) calc(15 * var(--base-unit, 8px));
501
+ padding: calc(11 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(15 * var(--sjs-base-unit, var(--base-unit, 8px)));
502
502
  box-sizing: border-box;
503
503
  }
504
504
  .sv-popup.sv-popup--modal .sv-popup__container {
505
505
  position: static;
506
506
  }
507
507
  .sv-popup.sv-popup--modal .sv-popup__body-content {
508
- padding: calc(4 * var(--base-unit, 8px));
508
+ padding: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
509
509
  height: auto;
510
510
  }
511
511
 
@@ -516,26 +516,26 @@ sv-popup {
516
516
  .sv-popup--overlay.sv-popup--overlay .sv-popup__container {
517
517
  background: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
518
518
  max-width: 100vw;
519
- max-height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--base-unit, 8px));
520
- height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--base-unit, 8px));
519
+ max-height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
520
+ height: calc(var(--sv-popup-overlay-height, 100vh) - 1 * var(--sjs-base-unit, var(--base-unit, 8px)));
521
521
  width: 100%;
522
- padding-top: calc(2 * var(--base-unit, 8px));
522
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
523
523
  border: unset;
524
524
  }
525
525
  .sv-popup--overlay.sv-popup--overlay .sv-popup__body-content {
526
526
  max-height: var(--sv-popup-overlay-height, 100vh);
527
527
  max-width: 100vw;
528
528
  border-radius: calc(4 * var(--sjs-corner-radius, 4px)) calc(4 * var(--sjs-corner-radius, 4px)) 0px 0px;
529
- background: var(--background, #fff);
530
- box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1);
531
- padding: calc(3 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
532
- height: calc(100% - (1 * var(--base-unit, 8px)));
529
+ background: var(--sjs-general-backcolor, var(--background, #fff));
530
+ box-shadow: 0px calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) rgba(0, 0, 0, 0.1);
531
+ padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
532
+ height: calc(100% - (1 * var(--sjs-base-unit, var(--base-unit, 8px))));
533
533
  }
534
534
  .sv-popup--overlay.sv-popup--overlay .sv-popup__scrolling-content {
535
535
  height: calc(100% - 10 * var(--base-unit, 8px));
536
536
  }
537
537
  .sv-popup--overlay.sv-popup--overlay .sv-popup__body-footer {
538
- margin-top: calc(2 * var(--base-unit, 8px));
538
+ margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
539
539
  }
540
540
  .sv-popup--overlay.sv-popup--overlay .sv-popup__body-footer .sv-action-bar {
541
541
  width: 100%;
@@ -567,7 +567,7 @@ sv-popup {
567
567
  .sv-popup__scrolling-content *::-webkit-scrollbar {
568
568
  height: 6px;
569
569
  width: 6px;
570
- background-color: var(--background-dim, #f3f3f3);
570
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
571
571
  }
572
572
  .sv-popup__scrolling-content::-webkit-scrollbar-thumb,
573
573
  .sv-popup__scrolling-content *::-webkit-scrollbar-thumb {
@@ -583,22 +583,22 @@ sv-popup {
583
583
  }
584
584
 
585
585
  .sv-popup--show-pointer.sv-popup--top .sv-popup__pointer {
586
- transform: translate(calc(-1 * var(--base-unit, 8px))) rotate(180deg);
586
+ transform: translate(calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)))) rotate(180deg);
587
587
  }
588
588
 
589
589
  .sv-popup--show-pointer.sv-popup--bottom .sv-popup__pointer {
590
- transform: translate(calc(-1 * var(--base-unit, 8px)), calc(-1 * var(--base-unit, 8px)));
590
+ transform: translate(calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))), calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))));
591
591
  }
592
592
 
593
593
  .sv-popup--show-pointer.sv-popup--right {
594
- transform: translate(calc(1 * var(--base-unit, 8px)));
594
+ transform: translate(calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))));
595
595
  }
596
596
  .sv-popup--show-pointer.sv-popup--right .sv-popup__pointer {
597
597
  transform: translate(-12px, -4px) rotate(-90deg);
598
598
  }
599
599
 
600
600
  .sv-popup--show-pointer.sv-popup--left {
601
- transform: translate(calc(-1 * var(--base-unit, 8px)));
601
+ transform: translate(calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))));
602
602
  }
603
603
  .sv-popup--show-pointer.sv-popup--left .sv-popup__pointer {
604
604
  transform: translate(-4px, -4px) rotate(90deg);
@@ -613,42 +613,42 @@ sv-popup {
613
613
  display: block;
614
614
  width: 0;
615
615
  height: 0;
616
- border-left: calc(1 * var(--base-unit, 8px)) solid transparent;
617
- border-right: calc(1 * var(--base-unit, 8px)) solid transparent;
618
- border-bottom: calc(1 * var(--base-unit, 8px)) solid var(--background, #fff);
616
+ border-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) solid transparent;
617
+ border-right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) solid transparent;
618
+ border-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-general-backcolor, var(--background, #fff));
619
619
  align-self: center;
620
620
  }
621
621
 
622
622
  .sv-popup__body-header {
623
623
  font-family: Open Sans;
624
- font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
625
- line-height: calc(4 * var(--base-unit, 8px));
624
+ font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
625
+ line-height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
626
626
  font-style: normal;
627
627
  font-weight: 700;
628
- margin-bottom: calc(2 * var(--base-unit, 8px));
628
+ margin-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
629
629
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
630
630
  }
631
631
 
632
632
  .sv-popup__body-footer {
633
633
  display: flex;
634
- margin-top: calc(4 * var(--base-unit, 8px));
634
+ margin-top: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
635
635
  }
636
636
 
637
637
  .sv-popup__body-footer .sv-action-bar {
638
- gap: calc(1.5 * var(--base-unit, 8px));
638
+ gap: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
639
639
  }
640
640
 
641
641
  .sv-popup__button {
642
- margin: calc(0.25 * var(--base-unit, 8px));
642
+ margin: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
643
643
  }
644
644
 
645
645
  .sv-popup--modal .sv-list__filter,
646
646
  .sv-popup--overlay .sv-list__filter {
647
- padding-top: calc(1 * var(--base-unit, 8px));
647
+ padding-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
648
648
  }
649
649
  .sv-popup--modal .sv-list__filter-icon,
650
650
  .sv-popup--overlay .sv-list__filter-icon {
651
- top: calc(2.5 * var(--base-unit, 8px));
651
+ top: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
652
652
  }
653
653
 
654
654
  .sv-dropdown-popup.sv-popup--overlay {
@@ -667,8 +667,8 @@ sv-popup {
667
667
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
668
668
  border: none;
669
669
  box-shadow: none;
670
- padding: calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
671
- border-radius: calc(12.5 * var(--base-unit, 8px));
670
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
671
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
672
672
  margin: 0;
673
673
  }
674
674
  .sv-dropdown-popup.sv-popup--overlay .sv-popup__container {
@@ -680,43 +680,43 @@ sv-popup {
680
680
  height: calc(var(--sv-popup-overlay-height, 100vh));
681
681
  }
682
682
  .sv-dropdown-popup.sv-popup--overlay .sv-popup__body-footer {
683
- background-color: var(--background-dim-light, #f9f9f9);
683
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
684
684
  margin-top: 0;
685
- padding-top: calc(0.5 * var(--base-unit, 8px));
686
- padding-bottom: calc(0.5 * var(--base-unit, 8px));
685
+ padding-top: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
686
+ padding-bottom: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
687
687
  border-top: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
688
688
  }
689
689
  .sv-dropdown-popup.sv-popup--overlay .sv-popup__scrolling-content {
690
690
  height: calc(100% - 6 * var(--base-unit, 8px));
691
691
  }
692
692
  .sv-dropdown-popup.sv-popup--overlay .sv-list__filter-icon .sv-svg-icon {
693
- width: calc(2 * var(--base-unit, 8px));
694
- height: calc(2 * var(--base-unit, 8px));
693
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
694
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
695
695
  }
696
696
  .sv-dropdown-popup.sv-popup--overlay .sv-list__container {
697
697
  padding: 0;
698
698
  }
699
699
  .sv-dropdown-popup.sv-popup--overlay .sv-list {
700
700
  flex-grow: 1;
701
- padding: calc(0.5 * var(--base-unit, 8px));
701
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
702
702
  }
703
703
  .sv-dropdown-popup.sv-popup--overlay .sv-list__filter {
704
704
  display: flex;
705
705
  align-items: center;
706
- padding: calc(0.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px)) calc(0.5 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px));
706
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
707
707
  }
708
708
  .sv-dropdown-popup.sv-popup--overlay .sv-list__filter-icon {
709
709
  position: static;
710
- top: calc(1.5 * var(--base-unit, 8px));
711
- height: calc(2 * var(--base-unit, 8px));
710
+ top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
711
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
712
712
  }
713
713
  .sv-dropdown-popup.sv-popup--overlay .sv-list__empty-container {
714
714
  display: flex;
715
715
  flex-direction: column;
716
716
  justify-content: center;
717
717
  flex-grow: 1;
718
- padding: calc(1 * var(--base-unit, 8px)) calc(0.5 * var(--base-unit, 8px));
719
- background-color: var(--background, #fff);
718
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
719
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
720
720
  }
721
721
  .sv-dropdown-popup.sv-popup--overlay .sv-popup__button:disabled {
722
722
  pointer-events: none;
@@ -724,32 +724,32 @@ sv-popup {
724
724
  opacity: 0.25;
725
725
  }
726
726
  .sv-dropdown-popup.sv-popup--overlay .sv-list__filter-clear-button {
727
- height: calc(3 * var(--base-unit, 8px));
728
- width: calc(3 * var(--base-unit, 8px));
729
- padding: calc(0.5 * var(--base-unit, 8px));
727
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
728
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
729
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
730
730
  appearance: none;
731
731
  border: none;
732
732
  border-radius: 100%;
733
733
  background-color: transparent;
734
734
  }
735
735
  .sv-dropdown-popup.sv-popup--overlay .sv-list__filter-clear-button svg {
736
- height: calc(2 * var(--base-unit, 8px));
737
- width: calc(2 * var(--base-unit, 8px));
736
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
737
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
738
738
  }
739
739
  .sv-dropdown-popup.sv-popup--overlay .sv-list__filter-clear-button svg use {
740
740
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
741
741
  }
742
742
  .sv-dropdown-popup.sv-popup--overlay .sv-list__input {
743
743
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
744
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
745
- line-height: calc(3 * var(--base-unit, 8px));
744
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
745
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
746
746
  font-family: var(--font-family);
747
- padding: calc(0.5 * var(--base-unit, 8px)) 0 calc(0.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
747
+ 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(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
748
748
  }
749
749
  .sv-dropdown-popup.sv-popup--overlay .sv-list__item:hover .sv-list__item-body,
750
750
  .sv-dropdown-popup.sv-popup--overlay .sv-list__item:focus .sv-list__item-body,
751
751
  .sv-dropdown-popup.sv-popup--overlay .sv-list__item--focused .sv-list__item-body {
752
- background: var(--background, #fff);
752
+ background: var(--sjs-general-backcolor, var(--background, #fff));
753
753
  }
754
754
  .sv-dropdown-popup.sv-popup--overlay .sv-list__item:hover.sv-list__item--selected .sv-list__item-body,
755
755
  .sv-dropdown-popup.sv-popup--overlay .sv-list__item:focus.sv-list__item--selected .sv-list__item-body,
@@ -766,17 +766,17 @@ sv-popup {
766
766
  }
767
767
 
768
768
  .sv-dropdown-popup.sv-popup--overlay.sv-popup--tablet .sv-popup__body-content {
769
- --sv-popup-overlay-max-height: calc(var(--sv-popup-overlay-height, 100vh) - var(--base-unit, 8px) * 8);
770
- --sv-popup-overlay-max-width: calc(100% - var(--base-unit, 8px) * 8);
769
+ --sv-popup-overlay-max-height: calc(var(--sv-popup-overlay-height, 100vh) - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
770
+ --sv-popup-overlay-max-width: calc(100% - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
771
771
  position: absolute;
772
772
  transform: translate(-50%, -50%);
773
773
  left: 50%;
774
774
  top: 50%;
775
775
  max-height: var(--sv-popup-overlay-max-height);
776
- min-height: min(var(--sv-popup-overlay-max-height), 31 * var(--base-unit, 8px));
776
+ min-height: min(var(--sv-popup-overlay-max-height), 31 * var(--sjs-base-unit, var(--base-unit, 8px)));
777
777
  height: auto;
778
778
  width: auto;
779
- min-width: min(40 * var(--base-unit, 8px), var(--sv-popup-overlay-max-width));
779
+ min-width: min(40 * var(--sjs-base-unit, var(--base-unit, 8px)), var(--sv-popup-overlay-max-width));
780
780
  max-width: var(--sv-popup-overlay-max-width);
781
781
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
782
782
  overflow: hidden;
@@ -792,7 +792,7 @@ sv-popup {
792
792
  display: flex;
793
793
  align-items: center;
794
794
  flex-direction: row;
795
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
795
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
796
796
  overflow: auto;
797
797
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
798
798
  }
@@ -810,12 +810,12 @@ sv-popup {
810
810
  align-items: center;
811
811
  appearance: none;
812
812
  width: 100%;
813
- padding: 11px calc(2 * var(--base-unit, 8px));
814
- line-height: calc(3 * var(--base-unit, 8px));
813
+ padding: 11px calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
814
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
815
815
  outline: none;
816
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
816
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
817
817
  font-weight: 400;
818
- background: var(--background, #fff);
818
+ background: var(--sjs-general-backcolor, var(--background, #fff));
819
819
  cursor: pointer;
820
820
  overflow: hidden;
821
821
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
@@ -826,12 +826,12 @@ sv-popup {
826
826
  }
827
827
 
828
828
  .sv-button-group__item--hover:hover {
829
- background-color: var(--background-dim, #f3f3f3);
829
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
830
830
  }
831
831
 
832
832
  .sv-button-group__item-icon {
833
833
  display: block;
834
- height: calc(3 * var(--base-unit, 8px));
834
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
835
835
  }
836
836
  .sv-button-group__item-icon use {
837
837
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -845,7 +845,7 @@ sv-popup {
845
845
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
846
846
  }
847
847
  .sv-button-group__item--selected:hover {
848
- background-color: var(--background, #fff);
848
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
849
849
  }
850
850
 
851
851
  .sv-button-group__item-decorator {
@@ -862,7 +862,7 @@ sv-popup {
862
862
  }
863
863
 
864
864
  .sv-button-group__item-icon + .sv-button-group__item-caption {
865
- margin-left: calc(1 * var(--base-unit, 8px));
865
+ margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
866
866
  }
867
867
 
868
868
  .sv-button-group__item--disabled {
@@ -874,7 +874,7 @@ sv-popup {
874
874
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
875
875
  }
876
876
  .sv-button-group__item--disabled:hover {
877
- background-color: var(--background, #fff);
877
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
878
878
  }
879
879
 
880
880
  .sv-button-group:focus-within {
@@ -930,7 +930,7 @@ sv-popup {
930
930
  background-color: cadetblue;
931
931
  padding: 1px;
932
932
  font-family: var(--font-family, var(--font-family));
933
- font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
933
+ font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
934
934
  font-style: normal;
935
935
  font-weight: 400;
936
936
  line-height: 1.42857143;
@@ -959,7 +959,7 @@ sv-popup {
959
959
  .sv_window_title {
960
960
  padding: 8px 14px;
961
961
  margin: 0;
962
- font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
962
+ font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
963
963
  background-color: #f7f7f7;
964
964
  border-bottom: 1px solid #ebebeb;
965
965
  border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
@@ -976,7 +976,7 @@ sv-popup {
976
976
  .sv_window_title a:link,
977
977
  .sv_window_title a:visited {
978
978
  text-decoration: none;
979
- font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
979
+ font-size: calc(0.875 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
980
980
  font-style: normal;
981
981
  color: black;
982
982
  }
@@ -997,8 +997,8 @@ sv-popup {
997
997
 
998
998
  .sv-brand-info__text {
999
999
  font-weight: 600;
1000
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1001
- line-height: calc(3 * var(--base-unit, 8px));
1000
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1001
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1002
1002
  color: #161616;
1003
1003
  }
1004
1004
 
@@ -1011,8 +1011,8 @@ sv-popup {
1011
1011
 
1012
1012
  .sv-brand-info__terms {
1013
1013
  font-weight: 400;
1014
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1015
- line-height: calc(2 * var(--base-unit, 8px));
1014
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1015
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1016
1016
  }
1017
1017
  .sv-brand-info__terms a {
1018
1018
  color: #909090;
@@ -1047,21 +1047,21 @@ sv-popup {
1047
1047
 
1048
1048
  .sv-ranking-item:focus .sv-ranking-item__icon--focus {
1049
1049
  visibility: visible;
1050
- top: calc(0.6 * var(--base-unit, 8px));
1051
- height: calc(3 * var(--base-unit, 8px));
1050
+ top: calc(0.6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1051
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1052
1052
  }
1053
1053
 
1054
1054
  .sv-ranking-item:focus .sv-ranking-item__index {
1055
- background: var(--background, #fff);
1056
- outline: calc(0.25 * var(--base-unit, 8px)) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1055
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1056
+ outline: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-primary-backcolor, var(--primary, #19b394));
1057
1057
  }
1058
1058
 
1059
1059
  .sv-ranking-item__content.sv-ranking-item__content {
1060
1060
  display: flex;
1061
1061
  align-items: center;
1062
1062
  line-height: 1em;
1063
- padding: calc(0.5 * var(--base-unit, 8px)) 0px;
1064
- border-radius: calc(12.5 * var(--base-unit, 8px));
1063
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
1064
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1065
1065
  }
1066
1066
 
1067
1067
  .sv-ranking-item__icon-container {
@@ -1070,17 +1070,17 @@ sv-popup {
1070
1070
  top: 0;
1071
1071
  bottom: 0;
1072
1072
  flex-shrink: 0;
1073
- width: calc(3 * var(--base-unit, 8px));
1074
- height: calc(4 * var(--base-unit, 8px));
1073
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1074
+ height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
1075
1075
  }
1076
1076
 
1077
1077
  .sv-ranking-item__icon.sv-ranking-item__icon {
1078
1078
  visibility: hidden;
1079
1079
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
1080
1080
  position: absolute;
1081
- top: calc(1 * var(--base-unit, 8px));
1082
- width: calc(1.75 * var(--base-unit, 8px));
1083
- height: calc(2 * var(--base-unit, 8px));
1081
+ top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1082
+ width: calc(1.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
1083
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1084
1084
  }
1085
1085
 
1086
1086
  .sv-ranking-item__index.sv-ranking-item__index {
@@ -1090,15 +1090,15 @@ sv-popup {
1090
1090
  justify-content: center;
1091
1091
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
1092
1092
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1093
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1093
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1094
1094
  border-radius: 100%;
1095
- border: calc(0.25 * var(--base-unit, 8px)) solid transparent;
1096
- width: calc(5 * var(--base-unit, 8px));
1097
- height: calc(5 * var(--base-unit, 8px));
1098
- line-height: calc(3 * var(--base-unit, 8px));
1095
+ border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid transparent;
1096
+ width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1097
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1098
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1099
1099
  box-sizing: border-box;
1100
1100
  font-weight: 600;
1101
- margin-left: calc(0 * var(--base-unit, 8px));
1101
+ margin-left: calc(0 * var(--sjs-base-unit, var(--base-unit, 8px)));
1102
1102
  }
1103
1103
  .sv-ranking-item__index.sv-ranking-item__index.sv-ranking-item__index--empty:empty {
1104
1104
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAArSURBVHgB7cuhEQAwDMNAtUN4//m8RMtygcE5PxMQxAKnh6Q3mWzXd4mAD4cJBAQCqfbUAAAAAElFTkSuQmCC");
@@ -1112,9 +1112,9 @@ sv-popup {
1112
1112
  text-overflow: ellipsis;
1113
1113
  white-space: nowrap;
1114
1114
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1115
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1116
- line-height: calc(3 * var(--base-unit, 8px));
1117
- margin: 0 calc(2 * var(--base-unit, 8px));
1115
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1116
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1117
+ margin: 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1118
1118
  }
1119
1119
 
1120
1120
  .sd-ranking--disabled .sv-ranking-item__text {
@@ -1124,19 +1124,19 @@ sv-popup {
1124
1124
 
1125
1125
  .sv-ranking-item__ghost.sv-ranking-item__ghost {
1126
1126
  display: none;
1127
- background-color: var(--background-dim, #f3f3f3);
1128
- border-radius: calc(12.5 * var(--base-unit, 8px));
1129
- padding: calc(0.5 * var(--base-unit, 8px)) 0px;
1130
- width: calc(25 * var(--base-unit, 8px));
1131
- height: calc(5 * var(--base-unit, 8px));
1127
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
1128
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1129
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
1130
+ width: calc(25 * var(--sjs-base-unit, var(--base-unit, 8px)));
1131
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1132
1132
  z-index: 1;
1133
1133
  position: absolute;
1134
- left: calc(5 * var(--base-unit, 8px));
1134
+ left: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1135
1135
  }
1136
1136
 
1137
1137
  [dir=rtl] .sv-ranking-item__ghost {
1138
1138
  left: initilal;
1139
- right: calc(5 * var(--base-unit, 8px));
1139
+ right: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1140
1140
  }
1141
1141
 
1142
1142
  .sv-ranking-item--ghost .sv-ranking-item__ghost {
@@ -1148,8 +1148,8 @@ sv-popup {
1148
1148
  }
1149
1149
 
1150
1150
  .sv-ranking-item--drag .sv-ranking-item__content {
1151
- box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1);
1152
- border-radius: calc(12.5 * var(--base-unit, 8px));
1151
+ box-shadow: 0px calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) rgba(0, 0, 0, 0.1);
1152
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1153
1153
  }
1154
1154
 
1155
1155
  .sv-ranking--drag .sv-ranking-item:hover .sv-ranking-item__icon {
@@ -1197,7 +1197,7 @@ sv-popup {
1197
1197
  }
1198
1198
 
1199
1199
  .sv-ranking-shortcut .sv-ranking-item__text {
1200
- margin-right: calc(4 * var(--base-unit, 8px));
1200
+ margin-right: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
1201
1201
  }
1202
1202
 
1203
1203
  .sv-ranking-shortcut .sv-ranking-item__icon--hover {
@@ -1205,20 +1205,20 @@ sv-popup {
1205
1205
  }
1206
1206
 
1207
1207
  .sv-ranking-shortcut .sv-ranking-item__icon {
1208
- width: calc(1.75 * var(--base-unit, 8px));
1209
- height: calc(2 * var(--base-unit, 8px));
1210
- top: calc(1 * var(--base-unit, 8px));
1208
+ width: calc(1.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
1209
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1210
+ top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1211
1211
  }
1212
1212
 
1213
1213
  .sv-ranking-shortcut .sv-ranking-item__icon-container {
1214
- margin-left: calc(1 * var(--base-unit, 8px));
1214
+ margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1215
1215
  }
1216
1216
 
1217
1217
  .sv-list {
1218
1218
  padding: 0;
1219
1219
  margin: 0;
1220
1220
  overflow-y: auto;
1221
- background: var(--background, #fff);
1221
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1222
1222
  font-family: var(--font-family, var(--font-family));
1223
1223
  list-style-type: none;
1224
1224
  }
@@ -1227,15 +1227,15 @@ sv-popup {
1227
1227
  width: 100%;
1228
1228
  font-family: var(--font-family, var(--font-family));
1229
1229
  box-sizing: border-box;
1230
- padding: calc(1.5 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px));
1230
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
1231
1231
  overflow: hidden;
1232
1232
  text-overflow: ellipsis;
1233
1233
  white-space: nowrap;
1234
1234
  }
1235
1235
 
1236
1236
  .sv-list__empty-text {
1237
- line-height: calc(3 * var(--base-unit, 8px));
1238
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1237
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1238
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1239
1239
  font-weight: 400;
1240
1240
  text-align: center;
1241
1241
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -1256,12 +1256,12 @@ sv-popup {
1256
1256
  width: 100%;
1257
1257
  align-items: center;
1258
1258
  box-sizing: border-box;
1259
- padding-block: calc(1 * var(--base-unit, 8px));
1260
- padding-inline-end: calc(8 * var(--base-unit, 8px));
1261
- padding-inline-start: calc(2 * var(--base-unit, 8px));
1259
+ padding-block: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1260
+ padding-inline-end: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
1261
+ padding-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1262
1262
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1263
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1264
- line-height: calc(3 * var(--base-unit, 8px));
1263
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1264
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1265
1265
  cursor: pointer;
1266
1266
  overflow: hidden;
1267
1267
  text-overflow: ellipsis;
@@ -1272,14 +1272,14 @@ sv-popup {
1272
1272
  outline: none;
1273
1273
  }
1274
1274
  .sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-list__item-body {
1275
- border: calc(0.25 * var(--base-unit, 8px)) solid var(--sjs-border-light, var(--border-light, #eaeaea));
1275
+ border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid var(--sjs-border-light, var(--border-light, #eaeaea));
1276
1276
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
1277
- padding-block: calc(0.75 * var(--base-unit, 8px));
1278
- padding-inline-end: calc(7.75 * var(--base-unit, 8px));
1279
- padding-inline-start: calc(1.75 * var(--base-unit, 8px));
1277
+ padding-block: calc(0.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
1278
+ padding-inline-end: calc(7.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
1279
+ padding-inline-start: calc(1.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
1280
1280
  }
1281
1281
  .sv-list__item.sv-list__item--focused:not(.sv-list__item--selected) .sv-string-viewer {
1282
- margin-inline-start: calc(-0.25 * var(--base-unit, 8px));
1282
+ margin-inline-start: calc(-0.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
1283
1283
  }
1284
1284
 
1285
1285
  .sv-list__item:hover,
@@ -1295,16 +1295,16 @@ sv-popup {
1295
1295
  padding: 0;
1296
1296
  }
1297
1297
  .sv-list__item--with-icon.sv-list__item--with-icon .sv-list__item-body {
1298
- padding-top: calc(1.5 * var(--base-unit, 8px));
1299
- padding-bottom: calc(1.5 * var(--base-unit, 8px));
1300
- gap: calc(2 * var(--base-unit, 8px));
1298
+ padding-top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1299
+ padding-bottom: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1300
+ gap: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1301
1301
  display: flex;
1302
1302
  }
1303
1303
 
1304
1304
  .sv-list__item-icon {
1305
1305
  float: left;
1306
- width: calc(3 * var(--base-unit, 8px));
1307
- height: calc(3 * var(--base-unit, 8px));
1306
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1307
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1308
1308
  }
1309
1309
  .sv-list__item-icon svg {
1310
1310
  display: block;
@@ -1320,7 +1320,7 @@ sv-popup {
1320
1320
  }
1321
1321
 
1322
1322
  .sv-list__item-separator {
1323
- margin: calc(1 * var(--base-unit, 8px)) 0;
1323
+ margin: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
1324
1324
  height: 1px;
1325
1325
  background-color: var(--sjs-border-default, var(--border, #d6d6d6));
1326
1326
  }
@@ -1339,7 +1339,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-body {
1339
1339
  .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-icon use,
1340
1340
  .sv-multi-select-list .sv-list__item.sv-list__item--selected.sv-list__item--focused .sv-list__item-icon use,
1341
1341
  li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1342
- fill: var(--background, #fff);
1342
+ fill: var(--sjs-general-backcolor, var(--background, #fff));
1343
1343
  }
1344
1344
 
1345
1345
  .sv-multi-select-list .sv-list__item.sv-list__item--selected .sv-list__item-body,
@@ -1369,19 +1369,19 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1369
1369
 
1370
1370
  .sv-list__filter {
1371
1371
  border-bottom: 1px solid var(--sjs-border-inside, var(--border-inside, rgba(0, 0, 0, 0.16)));
1372
- background: var(--background, #fff);
1373
- padding-bottom: calc(1 * var(--base-unit, 8px));
1372
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1373
+ padding-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1374
1374
  }
1375
1375
 
1376
1376
  .sv-list__filter-icon {
1377
1377
  display: block;
1378
1378
  position: absolute;
1379
- top: calc(1.5 * var(--base-unit, 8px));
1380
- inset-inline-start: calc(2 * var(--base-unit, 8px));
1379
+ top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1380
+ inset-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1381
1381
  }
1382
1382
  .sv-list__filter-icon .sv-svg-icon {
1383
- width: calc(3 * var(--base-unit, 8px));
1384
- height: calc(3 * var(--base-unit, 8px));
1383
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1384
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1385
1385
  }
1386
1386
  .sv-list__filter-icon .sv-svg-icon use {
1387
1387
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -1392,15 +1392,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1392
1392
  -moz-appearance: none;
1393
1393
  appearance: none;
1394
1394
  display: block;
1395
- background: var(--background, #fff);
1395
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1396
1396
  box-sizing: border-box;
1397
1397
  width: 100%;
1398
1398
  outline: none;
1399
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1399
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1400
1400
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1401
- padding: calc(1.5 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
1402
- padding-inline-start: calc(7 * var(--base-unit, 8px));
1403
- line-height: calc(3 * var(--base-unit, 8px));
1401
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1402
+ padding-inline-start: calc(7 * var(--sjs-base-unit, var(--base-unit, 8px)));
1403
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1404
1404
  border: none;
1405
1405
  }
1406
1406
 
@@ -1424,24 +1424,24 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1424
1424
  .sv-save-data_root {
1425
1425
  position: absolute;
1426
1426
  left: 50%;
1427
- bottom: calc(3 * var(--base-unit, 8px));
1428
- background: var(--background, #fff);
1427
+ bottom: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1428
+ background: var(--sjs-general-backcolor, var(--background, #fff));
1429
1429
  opacity: 0;
1430
- padding: calc(3 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
1430
+ padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1431
1431
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
1432
1432
  border-radius: calc(2 * var(--sjs-corner-radius, 4px));
1433
1433
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1434
- min-width: calc(30 * var(--base-unit, 8px));
1434
+ min-width: calc(30 * var(--sjs-base-unit, var(--base-unit, 8px)));
1435
1435
  text-align: center;
1436
1436
  z-index: 1600;
1437
1437
  font-family: var(--font-family, var(--font-family));
1438
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1439
- line-height: calc(3 * var(--base-unit, 8px));
1438
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1439
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1440
1440
  display: flex;
1441
1441
  flex-direction: row;
1442
1442
  justify-content: center;
1443
1443
  align-items: center;
1444
- transform: translateX(-50%) translateY(calc(3 * var(--base-unit, 8px)));
1444
+ transform: translateX(-50%) translateY(calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))));
1445
1445
  transition-timing-function: ease-in;
1446
1446
  transition-property: transform, opacity;
1447
1447
  transition-delay: 0.25s;
@@ -1472,31 +1472,31 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1472
1472
  }
1473
1473
 
1474
1474
  .sv-save-data_root.sv-save-data_error {
1475
- background-color: var(--red, #e60a3e);
1476
- color: var(--background, #fff);
1475
+ background-color: var(--sjs-special-red, var(--red, #e60a3e));
1476
+ color: var(--sjs-general-backcolor, var(--background, #fff));
1477
1477
  font-weight: 600;
1478
- padding: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
1479
- gap: calc(6 * var(--base-unit, 8px));
1478
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1479
+ gap: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1480
1480
  }
1481
1481
 
1482
1482
  .sv-save-data_root.sv-save-data_error .sv-save-data_button {
1483
1483
  font-weight: 600;
1484
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1485
- line-height: calc(3 * var(--base-unit, 8px));
1486
- height: calc(5 * var(--base-unit, 8px));
1484
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1485
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1486
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1487
1487
  color: #ffffff;
1488
- background-color: var(--red, #e60a3e);
1489
- border: calc(0.25 * var(--base-unit, 8px)) solid #ffffff;
1488
+ background-color: var(--sjs-special-red, var(--red, #e60a3e));
1489
+ border: calc(0.25 * var(--sjs-base-unit, var(--base-unit, 8px))) solid #ffffff;
1490
1490
  border-radius: calc(1.5 * var(--sjs-corner-radius, 4px));
1491
- padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
1491
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1492
1492
  display: flex;
1493
1493
  align-items: center;
1494
1494
  }
1495
1495
 
1496
1496
  .sv-save-data_root.sv-save-data_error .sv-save-data_button:hover,
1497
1497
  .sv-save-data_root.sv-save-data_error .sv-save-data_button:focus {
1498
- color: var(--red, #e60a3e);
1499
- background-color: var(--background, #fff);
1498
+ color: var(--sjs-special-red, var(--red, #e60a3e));
1499
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
1500
1500
  }
1501
1501
 
1502
1502
  .sv-save-data_root.sv-save-data_success {
@@ -1530,19 +1530,19 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1530
1530
  font-size: 0;
1531
1531
  line-height: 0;
1532
1532
  position: static;
1533
- font-weight: 600;
1533
+ font-family: var(--sjs-font-questiontitle-family, var(--font-family));
1534
+ font-weight: var(--sjs-font-questiontitle-weight, 600);
1535
+ color: var(--sjs-font-questiontitle-color, var(--sjs-general-forecolor, var(--foreground, #161616)));
1534
1536
  margin: 0;
1535
1537
  }
1536
1538
  .sd-element__title .sd-element__num {
1537
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1538
- line-height: calc(2 * var(--base-unit, 8px));
1539
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1540
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1541
+ color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1539
1542
  }
1540
1543
  .sd-element__title span {
1541
- font-family: var(--sjs-font-questiontitle-family, var(--font-family));
1542
- font-weight: var(--sjs-font-questiontitle-weight, 600);
1543
- font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
1544
- color: var(--sjs-font-questiontitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
1545
- line-height: calc(3 * var(--base-unit, 8px));
1544
+ font-size: var(--sjs-font-questiontitle-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
1545
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1546
1546
  }
1547
1547
  .sd-element__title .sv-title-actions__title {
1548
1548
  font-size: 0;
@@ -1565,15 +1565,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1565
1565
 
1566
1566
  .sd-element__num {
1567
1567
  float: left;
1568
- padding-top: calc(0.625 * var(--base-unit, 8px));
1569
- padding-bottom: calc(0.375 * var(--base-unit, 8px));
1568
+ padding-top: calc(0.625 * var(--sjs-base-unit, var(--base-unit, 8px)));
1569
+ padding-bottom: calc(0.375 * var(--sjs-base-unit, var(--base-unit, 8px)));
1570
1570
  padding-inline-start: 0;
1571
- padding-inline-end: calc(1 * var(--base-unit, 8px));
1572
- width: calc(5 * var(--base-unit, 8px));
1573
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1574
- line-height: calc(2 * var(--base-unit, 8px));
1571
+ padding-inline-end: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1572
+ width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1573
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1574
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1575
1575
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1576
- margin-inline-start: calc(-5 * var(--base-unit, 8px));
1576
+ margin-inline-start: calc(-5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1577
1577
  text-align: end;
1578
1578
  box-sizing: border-box;
1579
1579
  white-space: nowrap;
@@ -1613,11 +1613,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1613
1613
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 14L5 13L10 8L5 3L6 2L12 8L6 14Z' fill='%23909090'/%3E%3C/svg%3E%0A");
1614
1614
  background-repeat: no-repeat;
1615
1615
  background-position: center center;
1616
- height: calc(2 * var(--base-unit, 8px));
1617
- width: calc(2 * var(--base-unit, 8px));
1616
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1617
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1618
1618
  position: absolute;
1619
- left: calc(-3 * var(--base-unit, 8px));
1620
- top: calc(0.5 * var(--base-unit, 8px));
1619
+ left: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1620
+ top: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1621
1621
  }
1622
1622
 
1623
1623
  .sd-element__title--expandable.sd-element__title--expanded:before {
@@ -1632,8 +1632,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1632
1632
  padding-left: calc(var(--sd-base-padding) + var(--sv-element-add-padding-left, 0px));
1633
1633
  padding-right: calc(var(--sd-base-padding) + var(--sv-element-add-padding-right, 0px));
1634
1634
  padding-bottom: var(--sd-base-padding);
1635
- background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
1636
- box-shadow: var(--sjs-general-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
1635
+ background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
1636
+ box-shadow: var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
1637
1637
  }
1638
1638
  .svc-logic-question-value.sd-question--paneldynamic,
1639
1639
  .sd-element--with-frame.sd-question--paneldynamic {
@@ -1680,9 +1680,9 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1680
1680
  }
1681
1681
 
1682
1682
  .sd-element--collapsed > .sd-element__header {
1683
- padding: calc(0 * var(--base-unit, 8px)) var(--sd-base-padding);
1683
+ padding: calc(0 * var(--sjs-base-unit, var(--base-unit, 8px))) var(--sd-base-padding);
1684
1684
  box-sizing: border-box;
1685
- background-color: var(--background, #fff);
1685
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
1686
1686
  }
1687
1687
  .sd-element--collapsed.sd-element--complex > .sd-element__header--location-top:after {
1688
1688
  display: none;
@@ -1692,15 +1692,15 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1692
1692
  padding-bottom: 0;
1693
1693
  }
1694
1694
  .sd-element--collapsed.sd-element--with-frame > .sd-element__header {
1695
- padding-top: calc(2 * var(--base-unit, 8px));
1696
- padding-bottom: calc(2 * var(--base-unit, 8px));
1695
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1696
+ padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1697
1697
  border-radius: var(--sjs-questionpanel-cornerRadius, var(--sjs-corner-radius, 4px));
1698
1698
  }
1699
1699
  .sd-element--collapsed.sd-element--with-frame > .sd-element__header--location-top {
1700
1700
  margin-top: 0;
1701
1701
  }
1702
1702
  .sd-element--collapsed > .sd-element__header:focus-within, .sd-element--collapsed > .sd-element__header:hover {
1703
- background-color: var(--background-dim-light, #f9f9f9);
1703
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
1704
1704
  }
1705
1705
 
1706
1706
  .sd-element--collapsed > .sd-element__header {
@@ -1712,7 +1712,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1712
1712
  bottom: calc(-0.5 * var(--sd-base-vertical-padding));
1713
1713
  }
1714
1714
  .sd-element--nested.sd-element--collapsed > .sd-element__header:hover, .sd-element--nested.sd-element--collapsed > .sd-element__header:focus-within {
1715
- box-shadow: 0 calc(-2 * var(--base-unit, 8px)) 0 0 var(--background-dim-light, #f9f9f9), 0 calc(2 * var(--base-unit, 8px)) 0 var(--background-dim-light, #f9f9f9);
1715
+ box-shadow: 0 calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 0 var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9)), 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
1716
1716
  }
1717
1717
  .sd-element--nested.sd-panel, .sd-element--nested.sd-question--paneldynamic {
1718
1718
  border: 1px solid var(--sjs-border-light, var(--border-light, #eaeaea));
@@ -1768,29 +1768,29 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1768
1768
  }
1769
1769
 
1770
1770
  .sd-question__erbox {
1771
- padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
1771
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1772
1772
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
1773
1773
  font-weight: 600;
1774
- line-height: calc(2 * var(--base-unit, 8px));
1775
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1774
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1775
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1776
1776
  white-space: normal;
1777
1777
  text-align: left;
1778
1778
  }
1779
1779
 
1780
1780
  .sd-question__erbox--outside-question {
1781
1781
  width: 100%;
1782
- color: var(--red, #e60a3e);
1783
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
1782
+ color: var(--sjs-special-red, var(--red, #e60a3e));
1783
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
1784
1784
  box-sizing: border-box;
1785
1785
  }
1786
1786
 
1787
1787
  .sd-question__erbox--above-question {
1788
1788
  border-radius: calc(1 * var(--sjs-corner-radius, 4px)) calc(1 * var(--sjs-corner-radius, 4px)) 0 0;
1789
- margin-bottom: calc(var(--sd-base-vertical-padding) - var(--base-unit, 8px));
1789
+ margin-bottom: calc(var(--sd-base-vertical-padding) - var(--sjs-base-unit, var(--base-unit, 8px)));
1790
1790
  }
1791
1791
 
1792
1792
  .sd-question__erbox--below-question {
1793
- margin-top: calc(1 * var(--base-unit, 8px));
1793
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1794
1794
  }
1795
1795
 
1796
1796
  .sd-element--with-frame > .sd-question__erbox--below-question {
@@ -1801,7 +1801,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1801
1801
  }
1802
1802
 
1803
1803
  .sd-root-modern--mobile .sd-question__erbox--below-question {
1804
- margin-top: calc(1 * var(--base-unit, 8px));
1804
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1805
1805
  }
1806
1806
 
1807
1807
  .sd-question__header {
@@ -1829,16 +1829,16 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1829
1829
  }
1830
1830
  .svc-logic-question-value > .sd-question__header--location-top,
1831
1831
  .sd-element--with-frame > .sd-question__header--location-top {
1832
- margin-top: calc(-1 * var(--base-unit, 8px));
1832
+ margin-top: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1833
1833
  }
1834
1834
  .svc-logic-question-value > .sd-question__content > .sd-question__header--location--bottom,
1835
1835
  .sd-element--with-frame > .sd-question__content > .sd-question__header--location--bottom {
1836
- margin-bottom: calc(-1 * var(--base-unit, 8px));
1836
+ margin-bottom: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1837
1837
  }
1838
1838
 
1839
1839
  .sd-scrollable .sd-question__content {
1840
1840
  overflow-x: auto;
1841
- padding: calc(2 * var(--base-unit, 8px)) 0;
1841
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
1842
1842
  }
1843
1843
 
1844
1844
  .sd-question__header--location--left {
@@ -1846,7 +1846,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1846
1846
  width: auto;
1847
1847
  max-width: 50%;
1848
1848
  vertical-align: top;
1849
- margin-top: calc(1.5 * var(--base-unit, 8px));
1849
+ margin-top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1850
1850
  }
1851
1851
 
1852
1852
  .sd-question--left {
@@ -1856,21 +1856,21 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1856
1856
 
1857
1857
  .sd-question__content--left {
1858
1858
  display: inline-block;
1859
- padding-left: calc(3 * var(--base-unit, 8px));
1859
+ padding-left: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1860
1860
  flex: 1;
1861
1861
  }
1862
1862
 
1863
1863
  .sd-question__required-text {
1864
- color: var(--red, #e60a3e);
1864
+ color: var(--sjs-special-red, var(--red, #e60a3e));
1865
1865
  vertical-align: top;
1866
1866
  }
1867
1867
 
1868
1868
  .sd-question__comment-area {
1869
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1870
- margin-top: calc(2 * var(--base-unit, 8px));
1869
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1870
+ margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1871
1871
  display: flex;
1872
1872
  flex-direction: column;
1873
- gap: calc(1 * var(--base-unit, 8px));
1873
+ gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
1874
1874
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1875
1875
  white-space: normal;
1876
1876
  }
@@ -1880,8 +1880,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1880
1880
  position: fixed;
1881
1881
  height: auto;
1882
1882
  width: auto;
1883
- max-width: calc(29 * var(--base-unit, 8px));
1884
- background-color: var(--background, #fff);
1883
+ max-width: calc(29 * var(--sjs-base-unit, var(--base-unit, 8px)));
1884
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
1885
1885
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
1886
1886
  opacity: 0.75;
1887
1887
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
@@ -1895,7 +1895,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1895
1895
  .sd-question__erbox--location--top,
1896
1896
  .sd-question__erbox--location--bottom {
1897
1897
  display: block;
1898
- color: var(--red, #e60a3e);
1898
+ color: var(--sjs-special-red, var(--red, #e60a3e));
1899
1899
  padding-left: 0;
1900
1900
  padding-right: 0;
1901
1901
  text-align: left;
@@ -1913,11 +1913,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1913
1913
  flex-direction: column;
1914
1914
  align-items: center;
1915
1915
  text-align: center;
1916
- gap: calc(0.5 * var(--base-unit, 8px));
1916
+ gap: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
1917
1917
  justify-content: center;
1918
- min-height: calc(24 * var(--base-unit, 8px));
1919
- line-height: calc(3 * var(--base-unit, 8px));
1920
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
1918
+ min-height: calc(24 * var(--sjs-base-unit, var(--base-unit, 8px)));
1919
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1920
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
1921
1921
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
1922
1922
  }
1923
1923
  .sd-question__placeholder > div .sv-string-viewer, .sd-question__placeholder > span .sv-string-viewer {
@@ -1944,16 +1944,16 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1944
1944
  appearance: none;
1945
1945
  position: static;
1946
1946
  width: 100%;
1947
- height: calc(6 * var(--base-unit, 8px));
1947
+ height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
1948
1948
  box-sizing: border-box;
1949
- padding: calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
1950
- line-height: calc(3 * var(--base-unit, 8px));
1949
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
1950
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
1951
1951
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
1952
1952
  font-weight: var(--sjs-font-editorfont-weight, 400);
1953
1953
  color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
1954
- font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
1954
+ font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
1955
1955
  background-color: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
1956
- box-shadow: var(--sjs-general-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
1956
+ box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
1957
1957
  border: none;
1958
1958
  border-radius: var(--sjs-editorpanel-cornerRadius, var(--sjs-corner-radius, 4px));
1959
1959
  text-align: start;
@@ -1995,7 +1995,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
1995
1995
  }
1996
1996
 
1997
1997
  .sd-input--error {
1998
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
1998
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
1999
1999
  }
2000
2000
 
2001
2001
  .sd-text__content {
@@ -2009,12 +2009,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2009
2009
  align-items: flex-end;
2010
2010
  padding: 0px;
2011
2011
  font-family: var(--font-family);
2012
- line-height: calc(3 * var(--base-unit, 8px));
2013
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2012
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2013
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
2014
2014
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2015
2015
  position: absolute;
2016
- inset-inline-end: calc(2 * var(--base-unit, 8px));
2017
- inset-block-end: calc(1.5 * var(--base-unit, 8px));
2016
+ inset-inline-end: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2017
+ inset-block-end: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2018
2018
  }
2019
2019
 
2020
2020
  .sd-question__content:focus-within .sd-remaining-character-counter {
@@ -2023,45 +2023,45 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2023
2023
 
2024
2024
  .sd-input[type=range]::-webkit-slider-runnable-track {
2025
2025
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
2026
- border-radius: calc(1 * var(--base-unit, 8px));
2027
- height: calc(1.5 * var(--base-unit, 8px));
2026
+ border-radius: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2027
+ height: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2028
2028
  }
2029
2029
 
2030
2030
  .sd-input[type=range]::-webkit-slider-thumb {
2031
2031
  -webkit-appearance: none;
2032
2032
  appearance: none;
2033
- margin-top: calc(-0.75 * var(--base-unit, 8px));
2033
+ margin-top: calc(-0.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
2034
2034
  border-radius: 100%;
2035
2035
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
2036
2036
  box-shadow: inset 0 0 0 2px var(--background, #fff);
2037
2037
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
2038
- height: calc(3 * var(--base-unit, 8px));
2039
- width: calc(3 * var(--base-unit, 8px));
2038
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2039
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2040
2040
  }
2041
2041
 
2042
2042
  .sd-input[type=range]::-moz-range-track {
2043
2043
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
2044
- border-radius: calc(1 * var(--base-unit, 8px));
2045
- height: calc(1.5 * var(--base-unit, 8px));
2044
+ border-radius: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2045
+ height: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2046
2046
  }
2047
2047
 
2048
2048
  .sd-input[type=range]::-moz-range-thumb {
2049
2049
  -webkit-appearance: none;
2050
2050
  appearance: none;
2051
- margin-top: calc(-0.75 * var(--base-unit, 8px));
2051
+ margin-top: calc(-0.75 * var(--sjs-base-unit, var(--base-unit, 8px)));
2052
2052
  border-radius: 100%;
2053
2053
  border: 2px solid var(--sjs-primary-backcolor, var(--primary, #19b394));
2054
2054
  box-shadow: inset 0 0 0 2px var(--background, #fff);
2055
2055
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
2056
- height: calc(3 * var(--base-unit, 8px));
2057
- width: calc(3 * var(--base-unit, 8px));
2056
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2057
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2058
2058
  }
2059
2059
 
2060
2060
  .sd-comment {
2061
2061
  display: block;
2062
2062
  height: auto;
2063
- min-width: calc(6 * var(--base-unit, 8px));
2064
- min-height: calc(6 * var(--base-unit, 8px));
2063
+ min-width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
2064
+ min-height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
2065
2065
  max-width: 100%;
2066
2066
  }
2067
2067
 
@@ -2086,11 +2086,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2086
2086
  .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title {
2087
2087
  font-family: var(--sjs-font-pagetitle-family, var(--font-family));
2088
2088
  font-weight: var(--sjs-font-pagetitle-weight, 700);
2089
- font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
2089
+ font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
2090
2090
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
2091
2091
  position: static;
2092
- line-height: calc(4 * var(--base-unit, 8px));
2093
- margin: calc(0.5 * var(--base-unit, 8px)) 0px;
2092
+ line-height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2093
+ margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
2094
2094
  }
2095
2095
  .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__title span {
2096
2096
  font-family: inherit;
@@ -2102,20 +2102,20 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2102
2102
  .sd-panel.sd-panel--as-page > .sd-panel__header.sd-panel__header .sd-panel__description {
2103
2103
  font-family: var(--sjs-font-pagedescription-family, var(--font-family));
2104
2104
  font-weight: var(--sjs-font-pagedescription-weight, 400);
2105
- font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
2105
+ font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
2106
2106
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
2107
2107
  position: static;
2108
- line-height: calc(3 * var(--base-unit, 8px));
2109
- margin: calc(0.5 * var(--base-unit, 8px)) 0px;
2108
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2109
+ margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
2110
2110
  }
2111
2111
 
2112
2112
  .sd-panel__required-text {
2113
- color: var(--red, #e60a3e);
2113
+ color: var(--sjs-special-red, var(--red, #e60a3e));
2114
2114
  }
2115
2115
 
2116
2116
  .sd-panel__footer {
2117
2117
  box-sizing: border-box;
2118
- padding-left: calc(var(--sd-base-padding) - 3 * var(--base-unit, 8px));
2118
+ padding-left: calc(var(--sd-base-padding) - 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2119
2119
  margin-left: calc(-1 * var(--sd-base-padding));
2120
2120
  width: calc(100% + 2 * var(--sd-base-padding));
2121
2121
  margin-bottom: calc(-1 * var(--sd-base-padding) + 0.5 * var(--sd-base-vertical-padding));
@@ -2142,8 +2142,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2142
2142
  }
2143
2143
 
2144
2144
  .sjs_sp_controls.sd-signaturepad__controls {
2145
- right: calc(1 * var(--base-unit, 8px));
2146
- top: calc(1 * var(--base-unit, 8px));
2145
+ right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2146
+ top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2147
2147
  left: auto;
2148
2148
  bottom: auto;
2149
2149
  }
@@ -2153,7 +2153,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2153
2153
  }
2154
2154
 
2155
2155
  .sd-question--signature.sd-question--error .sjs_sp_placeholder {
2156
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
2156
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
2157
2157
  }
2158
2158
 
2159
2159
  .sd-checkbox__decorator {
@@ -2162,8 +2162,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2162
2162
 
2163
2163
  .sd-checkbox__svg {
2164
2164
  display: none;
2165
- width: calc(2.5 * var(--base-unit, 8px));
2166
- height: calc(2.5 * var(--base-unit, 8px));
2165
+ width: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2166
+ height: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2167
2167
  }
2168
2168
 
2169
2169
  .sd-checkbox--checked .sd-checkbox__svg {
@@ -2183,17 +2183,17 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2183
2183
 
2184
2184
  .sd-matrixdynamic__btn.sd-matrixdynamic__add-btn {
2185
2185
  position: sticky;
2186
- left: calc(-3 * var(--base-unit, 8px));
2187
- margin-left: calc(-3 * var(--base-unit, 8px));
2186
+ left: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2187
+ margin-left: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2188
2188
  z-index: 12;
2189
2189
  }
2190
2190
 
2191
2191
  .sd-matrixdynamic__footer:first-child {
2192
- padding-bottom: calc(2 * var(--base-unit, 8px));
2192
+ padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2193
2193
  }
2194
2194
 
2195
2195
  .sd-matrixdynamic__footer {
2196
- padding-top: calc(1 * var(--base-unit, 8px));
2196
+ padding-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2197
2197
  }
2198
2198
 
2199
2199
  .sd-action.sd-matrixdynamic__remove-btn {
@@ -2204,27 +2204,27 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2204
2204
  appearance: none;
2205
2205
  background: transparent;
2206
2206
  border: none;
2207
- line-height: calc(3 * var(--base-unit, 8px));
2208
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2207
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2208
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
2209
2209
  font-family: var(--font-family, var(--font-family));
2210
2210
  font-weight: 600;
2211
- padding: calc(1 * var(--base-unit, 8px)) 0;
2211
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
2212
2212
  }
2213
2213
 
2214
2214
  .sd-matrixdynamic__drag-element {
2215
- padding: calc(2 * var(--base-unit, 8px));
2215
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2216
2216
  }
2217
2217
  .sd-matrixdynamic__drag-element:hover {
2218
- background-color: var(--background, #fff);
2218
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
2219
2219
  }
2220
2220
  .sd-matrixdynamic__drag-element:after {
2221
2221
  content: " ";
2222
2222
  display: block;
2223
- height: calc(0.5 * var(--base-unit, 8px));
2224
- width: calc(2 * var(--base-unit, 8px));
2223
+ height: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2224
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2225
2225
  border: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
2226
2226
  box-sizing: border-box;
2227
- border-radius: calc(1.25 * var(--base-unit, 8px));
2227
+ border-radius: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
2228
2228
  }
2229
2229
 
2230
2230
  .sd-matrixdynamic__placeholder .sd-matrixdynamic__add-btn {
@@ -2232,8 +2232,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2232
2232
  }
2233
2233
 
2234
2234
  .sd-drag-element__svg {
2235
- width: calc(2 * var(--base-unit, 8px));
2236
- height: calc(2 * var(--base-unit, 8px));
2235
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2236
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2237
2237
  display: block;
2238
2238
  }
2239
2239
  .sd-drag-element__svg use {
@@ -2242,7 +2242,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2242
2242
 
2243
2243
  .sd-table {
2244
2244
  width: 100%;
2245
- background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
2245
+ background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
2246
2246
  border-collapse: collapse;
2247
2247
  white-space: normal;
2248
2248
  }
@@ -2253,17 +2253,17 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2253
2253
 
2254
2254
  .sd-table--alternate-rows {
2255
2255
  margin: 0 8px;
2256
- width: calc(100% - 2 * var(--base-unit, 8px));
2256
+ width: calc(100% - 2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2257
2257
  }
2258
2258
  .sd-table--alternate-rows .sd-table__cell:first-of-type {
2259
- padding-left: calc(2 * var(--base-unit, 8px));
2259
+ padding-left: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2260
2260
  }
2261
2261
  .sd-table--alternate-rows .sd-table__cell:last-of-type {
2262
- padding-right: calc(2 * var(--base-unit, 8px));
2262
+ padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2263
2263
  }
2264
2264
  .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td,
2265
2265
  .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type {
2266
- background-color: var(--background-dim-light, #f9f9f9);
2266
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
2267
2267
  }
2268
2268
  .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) > td .sd-input,
2269
2269
  .sd-table--alternate-rows .sd-table__row:nth-of-type(odd) td:first-of-type .sd-input {
@@ -2276,9 +2276,9 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2276
2276
 
2277
2277
  .sd-table__cell {
2278
2278
  font-weight: normal;
2279
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2280
- line-height: calc(3 * var(--base-unit, 8px));
2281
- padding: calc(1 * var(--base-unit, 8px));
2279
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
2280
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2281
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2282
2282
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2283
2283
  text-align: center;
2284
2284
  }
@@ -2301,32 +2301,32 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2301
2301
  .sd-table__cell--header {
2302
2302
  font-weight: 600;
2303
2303
  vertical-align: top;
2304
- padding: calc(1.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px));
2304
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2305
2305
  }
2306
2306
  .sd-table__cell--header:not(.sd-table__cell--empty) {
2307
- min-width: calc(14 * var(--base-unit, 8px));
2307
+ min-width: calc(14 * var(--sjs-base-unit, var(--base-unit, 8px)));
2308
2308
  }
2309
2309
 
2310
2310
  .sd-matrixdropdown .sd-table__cell--header.sd-table__cell--empty {
2311
- min-width: calc(14 * var(--base-unit, 8px));
2312
- width: calc(14 * var(--base-unit, 8px));
2311
+ min-width: calc(14 * var(--sjs-base-unit, var(--base-unit, 8px)));
2312
+ width: calc(14 * var(--sjs-base-unit, var(--base-unit, 8px)));
2313
2313
  }
2314
2314
 
2315
2315
  .sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty) {
2316
- min-width: calc(14 * var(--base-unit, 8px));
2317
- width: calc(14 * var(--base-unit, 8px));
2316
+ min-width: calc(14 * var(--sjs-base-unit, var(--base-unit, 8px)));
2317
+ width: calc(14 * var(--sjs-base-unit, var(--base-unit, 8px)));
2318
2318
  }
2319
2319
  .sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--dropdown, .sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--rating {
2320
- min-width: calc(22 * var(--base-unit, 8px));
2321
- width: calc(22 * var(--base-unit, 8px));
2320
+ min-width: calc(22 * var(--sjs-base-unit, var(--base-unit, 8px)));
2321
+ width: calc(22 * var(--sjs-base-unit, var(--base-unit, 8px)));
2322
2322
  }
2323
2323
  .sd-matrixdropdown .sd-table__cell--header:not(.sd-table__cell--empty).sd-table__cell--boolean {
2324
- min-width: calc(18 * var(--base-unit, 8px));
2325
- width: calc(18 * var(--base-unit, 8px));
2324
+ min-width: calc(18 * var(--sjs-base-unit, var(--base-unit, 8px)));
2325
+ width: calc(18 * var(--sjs-base-unit, var(--base-unit, 8px)));
2326
2326
  }
2327
2327
 
2328
2328
  .sd-table__cell--detail-panel {
2329
- padding: 0 calc(1 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
2329
+ padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2330
2330
  }
2331
2331
 
2332
2332
  .sd-table__cell--actions .sv-action-bar,
@@ -2335,11 +2335,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2335
2335
  }
2336
2336
  .sd-table__cell--actions .svc-string-editor__button--done,
2337
2337
  .sd-matrixdynamic__add-btn .svc-string-editor__button--done {
2338
- width: calc(2 * var(--base-unit, 8px));
2338
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2339
2339
  }
2340
2340
 
2341
2341
  .svc-question__content .sd-table__cell--actions .sv-action-bar-item:disabled {
2342
- background: var(--background, #fff);
2342
+ background: var(--sjs-general-backcolor, var(--background, #fff));
2343
2343
  opacity: 1;
2344
2344
  }
2345
2345
  .svc-question__content .sd-table__cell--actions .sv-action-bar-item:disabled use {
@@ -2353,18 +2353,18 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2353
2353
  .sd-table__cell--detail-button {
2354
2354
  border: none;
2355
2355
  background: transparent;
2356
- border-radius: calc(2 * var(--base-unit, 8px));
2357
- width: calc(4 * var(--base-unit, 8px));
2358
- height: calc(4 * var(--base-unit, 8px));
2359
- padding: calc(1 * var(--base-unit, 8px));
2356
+ border-radius: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2357
+ width: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2358
+ height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2359
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2360
2360
  }
2361
2361
  .sd-table__cell--detail-button svg {
2362
- width: calc(2 * var(--base-unit, 8px));
2363
- height: calc(2 * var(--base-unit, 8px));
2362
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2363
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2364
2364
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
2365
2365
  }
2366
2366
  .sd-table__cell--detail-button:hover {
2367
- background: var(--green-light, rgba(25, 179, 148, 0.1));
2367
+ background: var(--sjs-special-green-light, var(--green-light, rgba(25, 179, 148, 0.1)));
2368
2368
  }
2369
2369
  .sd-table__cell--detail-button:hover svg {
2370
2370
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
@@ -2380,8 +2380,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2380
2380
  .sd-table__cell--row-text {
2381
2381
  font-weight: 600;
2382
2382
  text-align: left;
2383
- min-width: calc(12 * var(--base-unit, 8px));
2384
- padding: calc(2.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));
2383
+ min-width: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
2384
+ padding: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2385
2385
  }
2386
2386
 
2387
2387
  .sd-matrixdynamic__content .sd-table__question-wrapper {
@@ -2401,7 +2401,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2401
2401
  .sd-matrix__cell:first-of-type,
2402
2402
  .sd-matrix tr > td:first-of-type {
2403
2403
  position: sticky;
2404
- background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
2404
+ background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
2405
2405
  z-index: 12;
2406
2406
  }
2407
2407
  .sd-table__cell--actions:not(.sd-table__cell--vertical):first-of-type,
@@ -2409,20 +2409,20 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2409
2409
  .sd-table__cell--row-text:first-of-type,
2410
2410
  .sd-matrix__cell:first-of-type:first-of-type,
2411
2411
  .sd-matrix tr > td:first-of-type:first-of-type {
2412
- left: calc(-1 * var(--base-unit, 8px));
2412
+ left: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2413
2413
  }
2414
2414
  .sd-table__cell--actions:not(.sd-table__cell--vertical):last-of-type,
2415
2415
  .sd-table__cell--empty:last-of-type,
2416
2416
  .sd-table__cell--row-text:last-of-type,
2417
2417
  .sd-matrix__cell:first-of-type:last-of-type,
2418
2418
  .sd-matrix tr > td:first-of-type:last-of-type {
2419
- right: calc(-1 * var(--base-unit, 8px));
2419
+ right: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2420
2420
  }
2421
2421
 
2422
2422
  .sd-table__cell--actions:not(.sd-table__cell--vertical):last-child .sd-action-bar {
2423
- margin-right: calc(-3 * var(--base-unit, 8px));
2423
+ margin-right: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2424
2424
  justify-content: flex-end;
2425
- background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
2425
+ background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
2426
2426
  }
2427
2427
 
2428
2428
  .sd-question.sd-question--table {
@@ -2441,9 +2441,9 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2441
2441
  display: block;
2442
2442
  position: sticky;
2443
2443
  min-height: 100%;
2444
- width: calc(var(--sd-base-padding) - var(--base-unit, 8px));
2444
+ width: calc(var(--sd-base-padding) - var(--sjs-base-unit, var(--base-unit, 8px)));
2445
2445
  flex-shrink: 0;
2446
- background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
2446
+ background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
2447
2447
  z-index: 11;
2448
2448
  }
2449
2449
  .sd-table-wrapper::before {
@@ -2462,7 +2462,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2462
2462
  left: 0;
2463
2463
  }
2464
2464
  .sd-question--table > .sd-question__content {
2465
- padding-top: calc(2.5 * var(--base-unit, 8px));
2465
+ padding-top: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2466
2466
  min-width: min-content;
2467
2467
  }
2468
2468
  .sd-question--table:not(.sd-element--with-frame) {
@@ -2482,7 +2482,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2482
2482
  }
2483
2483
 
2484
2484
  .sd-table__cell--detail-panel .sd-panel__content {
2485
- padding-top: calc(1 * var(--base-unit, 8px));
2485
+ padding-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2486
2486
  }
2487
2487
 
2488
2488
  .sd-table__question-wrapper .sd-boolean-root {
@@ -2490,14 +2490,14 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2490
2490
  }
2491
2491
 
2492
2492
  .sd-body--responsive .sd-page {
2493
- padding: calc(5 * var(--base-unit, 8px)) var(--sd-page-vertical-padding) calc(2 * var(--base-unit, 8px));
2493
+ padding: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px))) var(--sd-page-vertical-padding) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2494
2494
  }
2495
2495
  .sd-body--responsive .sd-page.sd-page__empty-header {
2496
- padding-top: calc(3 * var(--base-unit, 8px));
2496
+ padding-top: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2497
2497
  }
2498
2498
 
2499
2499
  .sd-root-modern--mobile .sd-page {
2500
- padding-top: calc(2 * var(--base-unit, 8px));
2500
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2501
2501
  }
2502
2502
 
2503
2503
  .sd-page {
@@ -2505,7 +2505,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2505
2505
  display: flex;
2506
2506
  flex-direction: column;
2507
2507
  align-items: flex-start;
2508
- padding: calc(5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
2508
+ padding: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2509
2509
  width: 100%;
2510
2510
  box-sizing: border-box;
2511
2511
  }
@@ -2513,21 +2513,21 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2513
2513
  .sd-page .sd-page__title {
2514
2514
  font-family: var(--sjs-font-pagetitle-family, var(--font-family));
2515
2515
  font-weight: var(--sjs-font-pagetitle-weight, 700);
2516
- font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
2516
+ font-size: var(--sjs-font-pagetitle-size, calc(1.5 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
2517
2517
  color: var(--sjs-font-pagetitle-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
2518
2518
  position: static;
2519
- line-height: calc(4 * var(--base-unit, 8px));
2520
- margin: calc(0.5 * var(--base-unit, 8px)) 0px;
2519
+ line-height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2520
+ margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
2521
2521
  }
2522
2522
 
2523
2523
  .sd-page .sd-page__description {
2524
2524
  font-family: var(--sjs-font-pagedescription-family, var(--font-family));
2525
2525
  font-weight: var(--sjs-font-pagedescription-weight, 400);
2526
- font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
2526
+ font-size: var(--sjs-font-pagedescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
2527
2527
  color: var(--sjs-font-pagedescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
2528
2528
  position: static;
2529
- line-height: calc(3 * var(--base-unit, 8px));
2530
- margin: calc(0.5 * var(--base-unit, 8px)) 0px;
2529
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2530
+ margin: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0px;
2531
2531
  }
2532
2532
 
2533
2533
  .sd-row {
@@ -2543,7 +2543,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2543
2543
  }
2544
2544
 
2545
2545
  .sd-row.sd-page__row {
2546
- margin-top: calc(2 * var(--base-unit, 8px));
2546
+ margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2547
2547
  }
2548
2548
  .sd-row.sd-page__row.sd-row--compact {
2549
2549
  margin-top: var(--sd-base-vertical-padding);
@@ -2551,7 +2551,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2551
2551
 
2552
2552
  .sd-page__row.sd-row--multiple:not(.sd-row--compact),
2553
2553
  .svc-row > .sd-row--multiple {
2554
- background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--background, #fff)));
2554
+ background: var(--sjs-questionpanel-backcolor, var(--sjs-question-background, var(--sjs-general-backcolor, var(--background, #fff))));
2555
2555
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
2556
2556
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
2557
2557
  }
@@ -2580,11 +2580,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2580
2580
 
2581
2581
  .svc-row .sd-row--multiple {
2582
2582
  overflow: auto;
2583
- margin-top: calc(2 * var(--base-unit, 8px));
2583
+ margin-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2584
2584
  }
2585
2585
 
2586
2586
  .svc-row--multiple .sd-row--multiple {
2587
- gap: calc(1 * var(--base-unit, 8px));
2587
+ gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2588
2588
  }
2589
2589
 
2590
2590
  .svc-row:not(.svc-row--ghost) > .sd-row {
@@ -2622,33 +2622,33 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2622
2622
  padding: var(--sd-page-vertical-padding) var(--sd-page-vertical-padding);
2623
2623
  overflow: auto;
2624
2624
  font-family: var(--font-family, var(--font-family));
2625
- gap: calc(4 * var(--base-unit, 8px));
2625
+ gap: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2626
2626
  box-shadow: 0px 2px 0px var(--sjs-primary-backcolor, var(--primary, #19b394));
2627
2627
  margin-bottom: 2px;
2628
2628
  }
2629
2629
  .sd-title.sd-container-modern__title .sd-logo__image {
2630
- margin-top: calc(1 * var(--base-unit, 8px));
2630
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2631
2631
  }
2632
2632
 
2633
2633
  .sd-header__text {
2634
2634
  display: flex;
2635
2635
  flex-direction: column;
2636
- gap: calc(1 * var(--base-unit, 8px));
2636
+ gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2637
2637
  flex-grow: 1;
2638
2638
  }
2639
2639
  .sd-header__text .sd-title {
2640
2640
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
2641
2641
  font-family: var(--sjs-font-surveytitle-family, var(--font-family));
2642
- font-size: var(--sjs-font-surveytitle-size, calc(2 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
2642
+ font-size: var(--sjs-font-surveytitle-size, calc(2 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
2643
2643
  font-weight: var(--sjs-font-surveytitle-weight, 700);
2644
2644
  }
2645
2645
  .sd-header__text h3 {
2646
- line-height: calc(5 * var(--base-unit, 8px));
2646
+ line-height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2647
2647
  }
2648
2648
  .sd-header__text h5 {
2649
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2649
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
2650
2650
  font-weight: 400;
2651
- line-height: calc(3 * var(--base-unit, 8px));
2651
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2652
2652
  }
2653
2653
 
2654
2654
  .sd-title .sv-title-actions {
@@ -2657,7 +2657,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2657
2657
  }
2658
2658
 
2659
2659
  .sd-root-modern:not(.svc-tab-designer) .sd-container-modern__title {
2660
- background-color: var(--background, #fff);
2660
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
2661
2661
  }
2662
2662
 
2663
2663
  .sd-root-modern .sd-container-modern__title .sd-header__text h3 {
@@ -2669,21 +2669,21 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2669
2669
 
2670
2670
  .sd-title .sv-title-actions {
2671
2671
  align-items: flex-start;
2672
- width: calc(100% + 3 * var(--base-unit, 8px));
2672
+ width: calc(100% + 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2673
2673
  }
2674
2674
  .sd-title .sv-title-actions .sv-title-actions__title {
2675
2675
  flex-wrap: wrap;
2676
2676
  flex: 0 1 auto;
2677
- max-width: calc(100% - 3 * var(--base-unit, 8px));
2677
+ max-width: calc(100% - 3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2678
2678
  white-space: initial;
2679
2679
  min-width: unset;
2680
2680
  }
2681
2681
 
2682
2682
  .sd-action-title-bar {
2683
2683
  flex: 1 9 auto;
2684
- min-width: calc(6 * var(--base-unit, 8px));
2684
+ min-width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
2685
2685
  justify-content: flex-end;
2686
- margin: calc(-1 * var(--base-unit, 8px)) 0;
2686
+ margin: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
2687
2687
  }
2688
2688
  .sd-action-title-bar .sv-action {
2689
2689
  flex: 0 0 auto;
@@ -2698,18 +2698,18 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2698
2698
  font-family: var(--sjs-font-questiondescription-family, var(--font-family));
2699
2699
  font-weight: var(--sjs-font-questiondescription-weight, 400);
2700
2700
  color: var(--sjs-font-questiondescription-color, var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45)));
2701
- font-size: var(--sjs-font-questiondescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
2702
- line-height: calc(3 * var(--base-unit, 8px));
2701
+ font-size: var(--sjs-font-questiondescription-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
2702
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2703
2703
  white-space: normal;
2704
2704
  word-break: break-word;
2705
2705
  }
2706
2706
 
2707
2707
  .sd-element__header .sd-description {
2708
- margin-top: calc(0.5 * var(--base-unit, 8px));
2708
+ margin-top: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2709
2709
  }
2710
2710
 
2711
2711
  .sd-item {
2712
- padding: calc(1.5 * var(--base-unit, 8px)) 0;
2712
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
2713
2713
  }
2714
2714
 
2715
2715
  .sd-item--disabled.sd-item--disabled .sd-item__decorator,
@@ -2717,11 +2717,11 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2717
2717
  display: flex;
2718
2718
  align-items: center;
2719
2719
  justify-content: center;
2720
- width: calc(3 * var(--base-unit, 8px));
2721
- height: calc(3 * var(--base-unit, 8px));
2720
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2721
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2722
2722
  box-sizing: border-box;
2723
2723
  background: var(--sd-item-default-background, var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9))));
2724
- box-shadow: var(--sjs-general-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
2724
+ box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
2725
2725
  border: none;
2726
2726
  flex-shrink: 0;
2727
2727
  }
@@ -2732,7 +2732,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2732
2732
 
2733
2733
  .sd-item__control:focus + .sd-item__decorator {
2734
2734
  box-shadow: 0 0 0 2px var(--sjs-primary-backcolor, var(--primary, #19b394));
2735
- background: var(--background, #fff);
2735
+ background: var(--sjs-general-backcolor, var(--background, #fff));
2736
2736
  outline: none;
2737
2737
  }
2738
2738
 
@@ -2749,8 +2749,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2749
2749
  font-family: var(--font-family, var(--font-family));
2750
2750
  font-style: normal;
2751
2751
  font-weight: normal;
2752
- line-height: calc(3 * var(--base-unit, 8px));
2753
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2752
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2753
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
2754
2754
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2755
2755
  white-space: normal;
2756
2756
  word-break: break-word;
@@ -2768,7 +2768,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2768
2768
  }
2769
2769
 
2770
2770
  .sd-item--error .sd-item__decorator {
2771
- background: var(--red-light, rgba(230, 10, 62, 0.1));
2771
+ background: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
2772
2772
  }
2773
2773
 
2774
2774
  .sd-selectbase {
@@ -2785,7 +2785,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2785
2785
  padding: 0;
2786
2786
  display: flex;
2787
2787
  flex-wrap: wrap;
2788
- column-gap: calc(4 * var(--base-unit, 8px));
2788
+ column-gap: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
2789
2789
  }
2790
2790
 
2791
2791
  .sd-selectbase--multi-column {
@@ -2796,7 +2796,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2796
2796
  .sd-selectbase__label {
2797
2797
  display: inline-flex;
2798
2798
  position: relative;
2799
- gap: calc(1 * var(--base-unit, 8px));
2799
+ gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2800
2800
  vertical-align: top;
2801
2801
  }
2802
2802
 
@@ -2812,7 +2812,7 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2812
2812
  }
2813
2813
 
2814
2814
  .sd-selectbase__column:not(:last-child) {
2815
- padding-right: calc(2 * var(--base-unit, 8px));
2815
+ padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2816
2816
  }
2817
2817
 
2818
2818
  .sd-selectbase__column.sv-q-column-1 {
@@ -2825,8 +2825,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2825
2825
 
2826
2826
  .sd-checkbox__svg {
2827
2827
  display: none;
2828
- width: calc(2.5 * var(--base-unit, 8px));
2829
- height: calc(2.5 * var(--base-unit, 8px));
2828
+ width: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2829
+ height: calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2830
2830
  }
2831
2831
 
2832
2832
  .sd-checkbox--checked .sd-checkbox__svg {
@@ -2851,8 +2851,8 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2851
2851
  .sd-radio--checked .sd-radio__decorator:after {
2852
2852
  content: " ";
2853
2853
  display: block;
2854
- width: calc(1 * var(--base-unit, 8px));
2855
- height: calc(1 * var(--base-unit, 8px));
2854
+ width: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2855
+ height: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2856
2856
  border-radius: 50%;
2857
2857
  background-color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
2858
2858
  }
@@ -2890,12 +2890,12 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2890
2890
  }
2891
2891
 
2892
2892
  .sd-matrix__text {
2893
- padding: calc(2 * var(--base-unit, 8px));
2893
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2894
2894
  }
2895
2895
 
2896
2896
  .sd-matrix__text--checked {
2897
2897
  background-color: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
2898
- padding: calc(2 * var(--base-unit, 8px));
2898
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
2899
2899
  }
2900
2900
 
2901
2901
  .sd-matrix__cell:first-of-type {
@@ -2904,24 +2904,24 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2904
2904
  }
2905
2905
 
2906
2906
  :root {
2907
- --sd-rating-bad-color: var(--red, #e60a3e);
2908
- --sd-rating-normal-color: var(--yellow, #ff9814);
2909
- --sd-rating-good-color: var(--green, #19b394);
2910
- --sd-rating-bad-color-light: var(--red-light, rgba(230, 10, 62, 0.1));
2911
- --sd-rating-normal-color-light: var(--yellow-light, rgba(255, 152, 20, 0.1));
2912
- --sd-rating-good-color-light: var(--green-light, rgba(25, 179, 148, 0.1));
2907
+ --sd-rating-bad-color: var(--sjs-special-red, var(--red, #e60a3e));
2908
+ --sd-rating-normal-color: var(--sjs-special-yellow, var(--yellow, #ff9814));
2909
+ --sd-rating-good-color: var(--sjs-special-green, var(--green, #19b394));
2910
+ --sd-rating-bad-color-light: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
2911
+ --sd-rating-normal-color-light: var(--sjs-special-yellow-light, var(--yellow-light, rgba(255, 152, 20, 0.1)));
2912
+ --sd-rating-good-color-light: var(--sjs-special-green-light, var(--green-light, rgba(25, 179, 148, 0.1)));
2913
2913
  }
2914
2914
 
2915
2915
  .sd-rating {
2916
2916
  overflow-x: auto;
2917
- min-height: calc(8 * var(--base-unit, 8px));
2917
+ min-height: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
2918
2918
  }
2919
2919
  .sd-rating fieldset {
2920
2920
  display: flex;
2921
2921
  border: none;
2922
- padding: 0 0 calc(2 * var(--base-unit, 8px)) 0;
2922
+ padding: 0 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
2923
2923
  flex-wrap: nowrap;
2924
- gap: calc(1 * var(--base-unit, 8px));
2924
+ gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2925
2925
  margin-inline-start: 0;
2926
2926
  align-items: center;
2927
2927
  }
@@ -2930,36 +2930,36 @@ li:focus .sv-list__item.sv-list__item--selected .sv-list__item-icon use {
2930
2930
  }
2931
2931
 
2932
2932
  .sd-rating--small {
2933
- min-height: calc(3 * var(--base-unit, 8px));
2933
+ min-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
2934
2934
  margin: auto;
2935
2935
  }
2936
2936
  .sd-rating--small fieldset {
2937
2937
  padding: 0;
2938
- gap: calc(1 * var(--base-unit, 8px));
2938
+ gap: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
2939
2939
  }
2940
2940
 
2941
2941
  .sd-rating__item {
2942
2942
  position: relative;
2943
- background: var(--background, #fff);
2943
+ background: var(--sjs-general-backcolor, var(--background, #fff));
2944
2944
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
2945
- border-radius: calc(12.5 * var(--base-unit, 8px));
2945
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2946
2946
  white-space: nowrap;
2947
- padding: calc(0.5 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px));
2948
- height: calc(6 * var(--base-unit, 8px));
2947
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
2948
+ height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
2949
2949
  display: flex;
2950
2950
  justify-content: center;
2951
2951
  align-items: center;
2952
2952
  box-sizing: border-box;
2953
- min-width: calc(6 * var(--base-unit, 8px));
2953
+ min-width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
2954
2954
  text-align: center;
2955
- border: 2px solid var(--background, #fff);
2955
+ border: 2px solid var(--sjs-general-backcolor, var(--background, #fff));
2956
2956
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
2957
2957
  fill: var(--sjs-general-forecolor, var(--foreground, #161616));
2958
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
2958
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
2959
2959
  }
2960
2960
 
2961
2961
  .sd-rating__item--fixed-size {
2962
- width: calc(6 * var(--base-unit, 8px));
2962
+ width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
2963
2963
  padding: 0;
2964
2964
  }
2965
2965
 
@@ -2970,7 +2970,7 @@ legend + sv-ng-rating-item + .sd-rating__item {
2970
2970
  }
2971
2971
 
2972
2972
  .sd-rating__item--error {
2973
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
2973
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
2974
2974
  box-shadow: 0px 1px 2px transparent;
2975
2975
  border-color: transparent;
2976
2976
  }
@@ -3007,17 +3007,17 @@ legend + sv-ng-rating-item + .sd-rating__item {
3007
3007
  }
3008
3008
 
3009
3009
  .sd-rating__item--selected:focus-within {
3010
- box-shadow: inset 0 0 0 2px var(--background, #fff);
3010
+ box-shadow: inset 0 0 0 2px var(--sjs-general-backcolor, var(--background, #fff));
3011
3011
  }
3012
3012
 
3013
3013
  .sd-rating__item-smiley {
3014
3014
  position: relative;
3015
- background: var(--background, #fff);
3016
- border-radius: calc(12.5 * var(--base-unit, 8px));
3015
+ background: var(--sjs-general-backcolor, var(--background, #fff));
3016
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3017
3017
  white-space: nowrap;
3018
- padding: calc(1.25 * var(--base-unit, 8px));
3018
+ padding: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
3019
3019
  box-sizing: border-box;
3020
- min-width: calc(6 * var(--base-unit, 8px));
3020
+ min-width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3021
3021
  text-align: center;
3022
3022
  border: 2px solid var(--sjs-border-default, var(--border, #d6d6d6));
3023
3023
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
@@ -3025,22 +3025,22 @@ legend + sv-ng-rating-item + .sd-rating__item {
3025
3025
  }
3026
3026
  .sd-rating__item-smiley svg {
3027
3027
  display: block;
3028
- width: calc(3 * var(--base-unit, 8px));
3029
- height: calc(3 * var(--base-unit, 8px));
3028
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3029
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3030
3030
  }
3031
3031
 
3032
3032
  .sd-rating__item-smiley--small {
3033
- padding: calc(0.625 * var(--base-unit, 8px));
3034
- min-width: calc(3 * var(--base-unit, 8px));
3033
+ padding: calc(0.625 * var(--sjs-base-unit, var(--base-unit, 8px)));
3034
+ min-width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3035
3035
  border-width: 1px;
3036
3036
  }
3037
3037
  .sd-rating__item-smiley--small svg {
3038
- width: calc(1.5 * var(--base-unit, 8px));
3039
- height: calc(1.5 * var(--base-unit, 8px));
3038
+ width: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3039
+ height: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3040
3040
  }
3041
3041
 
3042
3042
  .sd-rating__item-smiley--small.sd-rating__item-smiley--selected:focus-within {
3043
- box-shadow: inset 0 0 0 1px var(--background, #fff);
3043
+ box-shadow: inset 0 0 0 1px var(--sjs-general-backcolor, var(--background, #fff));
3044
3044
  }
3045
3045
 
3046
3046
  legend + .sd-rating__item-smiley,
@@ -3049,7 +3049,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3049
3049
  }
3050
3050
 
3051
3051
  .sd-rating__item-smiley--error {
3052
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
3052
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
3053
3053
  border-color: transparent;
3054
3054
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3055
3055
  }
@@ -3083,7 +3083,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3083
3083
  }
3084
3084
 
3085
3085
  .sd-rating__item-smiley--selected:focus-within {
3086
- box-shadow: inset 0 0 0 2px var(--background, #fff);
3086
+ box-shadow: inset 0 0 0 2px var(--sjs-general-backcolor, var(--background, #fff));
3087
3087
  }
3088
3088
 
3089
3089
  .sd-rating__item-smiley--scale-colored:not(.sd-rating__item-smiley--selected) {
@@ -3103,23 +3103,23 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3103
3103
 
3104
3104
  .sd-rating__item-star {
3105
3105
  position: relative;
3106
- background: var(--background, #fff);
3107
- width: calc(6 * var(--base-unit, 8px));
3108
- height: calc(6 * var(--base-unit, 8px));
3106
+ background: var(--sjs-general-backcolor, var(--background, #fff));
3107
+ width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3108
+ height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3109
3109
  }
3110
3110
  .sd-rating__item-star:not(:first-of-type) {
3111
- padding-left: calc(0.5 * var(--base-unit, 8px));
3112
- margin-left: calc(-0.5 * var(--base-unit, 8px));
3111
+ padding-left: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3112
+ margin-left: calc(-0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3113
3113
  }
3114
3114
  .sd-rating__item-star:not(:last-of-type) {
3115
- padding-right: calc(0.5 * var(--base-unit, 8px));
3116
- margin-right: calc(-0.5 * var(--base-unit, 8px));
3115
+ padding-right: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3116
+ margin-right: calc(-0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3117
3117
  }
3118
3118
  .sd-rating__item-star svg {
3119
3119
  stroke: var(--sjs-border-default, var(--border, #d6d6d6));
3120
3120
  fill: none;
3121
- width: calc(6 * var(--base-unit, 8px));
3122
- height: calc(6 * var(--base-unit, 8px));
3121
+ width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3122
+ height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3123
3123
  display: block;
3124
3124
  }
3125
3125
  .sd-rating__item-star .sv-star-2 {
@@ -3127,12 +3127,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3127
3127
  }
3128
3128
 
3129
3129
  .sd-rating__item-star--small {
3130
- width: calc(3 * var(--base-unit, 8px));
3131
- height: calc(3 * var(--base-unit, 8px));
3130
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3131
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3132
3132
  }
3133
3133
  .sd-rating__item-star--small svg {
3134
- width: calc(3 * var(--base-unit, 8px));
3135
- height: calc(3 * var(--base-unit, 8px));
3134
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3135
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3136
3136
  }
3137
3137
 
3138
3138
  .sd-rating__item-star--selected svg {
@@ -3142,7 +3142,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3142
3142
 
3143
3143
  .sd-rating__item-star--error svg {
3144
3144
  stroke: none;
3145
- fill: var(--red-light, rgba(230, 10, 62, 0.1));
3145
+ fill: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
3146
3146
  }
3147
3147
 
3148
3148
  .sd-rating__item-star--disabled {
@@ -3193,62 +3193,62 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3193
3193
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
3194
3194
  font-weight: var(--sjs-font-editorfont-weight, 400);
3195
3195
  color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
3196
- font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
3197
- line-height: calc(3 * var(--base-unit, 8px));
3196
+ font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
3197
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3198
3198
  display: inline-block;
3199
3199
  }
3200
3200
  .sd-rating__item-text.sd-rating__item-text.sd-rating__min-text, .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
3201
- margin-top: calc(1.25 * var(--base-unit, 8px));
3202
- margin-bottom: calc(1.25 * var(--base-unit, 8px));
3203
- border: 2px solid var(--background, #fff);
3201
+ margin-top: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
3202
+ margin-bottom: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
3203
+ border: 2px solid var(--sjs-general-backcolor, var(--background, #fff));
3204
3204
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3205
3205
  }
3206
3206
  .sd-rating__item-text.sd-rating__item-text.sd-rating__min-text {
3207
- margin-right: calc(1 * var(--base-unit, 8px));
3207
+ margin-right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3208
3208
  border-left: 0px;
3209
3209
  }
3210
3210
  .sd-rating__item-text.sd-rating__item-text.sd-rating__max-text {
3211
- margin-right: calc(2 * var(--base-unit, 8px));
3212
- margin-left: calc(1 * var(--base-unit, 8px));
3211
+ margin-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3212
+ margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3213
3213
  }
3214
3214
  .sd-rating__item-text.sd-rating__item-text .sv-string-editor {
3215
3215
  white-space: nowrap;
3216
3216
  }
3217
3217
  .sd-rating__item-text.sd-rating__item-text.sd-rating__item--fixed-size {
3218
- min-width: calc(3 * var(--base-unit, 8px));
3218
+ min-width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3219
3219
  }
3220
3220
 
3221
3221
  .sv-ranking-item--error .sv-ranking-item__index {
3222
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
3222
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
3223
3223
  box-shadow: 0px 1px 2px transparent;
3224
3224
  border-color: transparent;
3225
3225
  }
3226
3226
 
3227
3227
  .sd-element--with-frame .sv-ranking-item {
3228
- left: calc(-3 * var(--base-unit, 8px));
3228
+ left: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3229
3229
  }
3230
3230
 
3231
3231
  .sd-element--with-frame .sv-ranking--mobile .sv-ranking-item__icon-container {
3232
3232
  margin-left: 0;
3233
- margin-right: calc(1 * var(--base-unit, 8px));
3233
+ margin-right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3234
3234
  }
3235
3235
  .sd-element--with-frame .sv-ranking--mobile .sv-ranking-item {
3236
3236
  left: 0;
3237
3237
  }
3238
3238
 
3239
3239
  .sv-ranking-item__content.sd-ranking-item__content {
3240
- line-height: calc(3 * var(--base-unit, 8px));
3240
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3241
3241
  }
3242
3242
 
3243
3243
  .sd-dropdown {
3244
3244
  -webkit-appearance: none;
3245
3245
  -moz-appearance: none;
3246
3246
  appearance: none;
3247
- padding-inline-end: calc(6 * var(--base-unit, 8px));
3248
- padding-inline-start: calc(2 * var(--base-unit, 8px));
3249
- background-position: right calc(1.5 * var(--base-unit, 8px)) top 50%, 0 0;
3247
+ padding-inline-end: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3248
+ padding-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3249
+ background-position: right calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) top 50%, 0 0;
3250
3250
  background-repeat: no-repeat;
3251
- background-size: calc(3 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
3251
+ background-size: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3252
3252
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15L17 10H7L12 15Z' fill='%23909090'/%3E%3C/svg%3E%0A");
3253
3253
  opacity: 1;
3254
3254
  display: flex;
@@ -3271,29 +3271,29 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3271
3271
  .sd-dropdown option {
3272
3272
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3273
3273
  font-family: var(--font-family, var(--font-family));
3274
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3274
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3275
3275
  }
3276
3276
 
3277
3277
  .sd-dropdown__value {
3278
3278
  width: 100%;
3279
- min-height: calc(3 * var(--base-unit, 8px));
3279
+ min-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3280
3280
  overflow: hidden;
3281
3281
  text-overflow: ellipsis;
3282
3282
  white-space: nowrap;
3283
3283
  font-family: var(--font-family, var(--font-family));
3284
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3284
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3285
3285
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3286
3286
  position: relative;
3287
3287
  }
3288
3288
 
3289
3289
  .sd-dropdown_clean-button {
3290
- padding: 0 calc(1 * var(--base-unit, 8px));
3290
+ padding: 0 calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3291
3291
  margin: auto 0;
3292
3292
  }
3293
3293
 
3294
3294
  .sd-dropdown_clean-button-svg {
3295
- width: calc(3 * var(--base-unit, 8px));
3296
- height: calc(3 * var(--base-unit, 8px));
3295
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3296
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3297
3297
  }
3298
3298
 
3299
3299
  .sd-dropdown use {
@@ -3320,8 +3320,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3320
3320
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
3321
3321
  font-weight: var(--sjs-font-editorfont-weight, 400);
3322
3322
  color: var(--sjs-font-editorfont-color, var(--sjs-general-dim-forecolor, rgba(0, 0, 0, 0.91)));
3323
- font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
3324
- line-height: calc(3 * var(--base-unit, 8px));
3323
+ font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
3324
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3325
3325
  background-color: transparent;
3326
3326
  overflow: hidden;
3327
3327
  text-overflow: ellipsis;
@@ -3337,7 +3337,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3337
3337
 
3338
3338
  .sd-dropdown__filter-string-input::placeholder {
3339
3339
  font-family: var(--font-family, var(--font-family));
3340
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3340
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3341
3341
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3342
3342
  width: 100%;
3343
3343
  max-width: 100%;
@@ -3345,7 +3345,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3345
3345
  text-overflow: ellipsis;
3346
3346
  white-space: nowrap;
3347
3347
  display: inline-block;
3348
- line-height: calc(3 * var(--base-unit, 8px));
3348
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3349
3349
  appearance: none;
3350
3350
  }
3351
3351
 
@@ -3367,25 +3367,25 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3367
3367
  [dir=rtl] .sd-dropdown,
3368
3368
  [style*="direction:rtl"] .sd-dropdown,
3369
3369
  [style*="direction: rtl"] .sd-dropdown {
3370
- background-position: left calc(1.5 * var(--base-unit, 8px)) top 50%, 0 0;
3370
+ background-position: left calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px))) top 50%, 0 0;
3371
3371
  }
3372
3372
 
3373
3373
  .sd-input.sd-tagbox:not(.sd-tagbox--empty):not(.sd-input--disabled) {
3374
3374
  height: auto;
3375
- padding: calc(0.5 * var(--base-unit, 8px));
3376
- padding-inline-end: calc(6 * var(--base-unit, 8px));
3377
- padding-inline-start: calc(0.5 * var(--base-unit, 8px));
3375
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3376
+ padding-inline-end: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3377
+ padding-inline-start: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3378
3378
  }
3379
3379
 
3380
3380
  .sd-tagbox.sd-tagbox--empty {
3381
- padding-block: calc(0.5 * var(--base-unit, 8px));
3382
- padding-inline-end: calc(6 * var(--base-unit, 8px));
3383
- padding-inline-start: calc(2 * var(--base-unit, 8px));
3381
+ padding-block: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3382
+ padding-inline-end: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3383
+ padding-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3384
3384
  }
3385
3385
 
3386
3386
  .sd-tagbox_clean-button {
3387
- height: calc(3 * var(--base-unit, 8px));
3388
- padding: calc(1 * var(--base-unit, 8px));
3387
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3388
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3389
3389
  margin: auto 0;
3390
3390
  }
3391
3391
 
@@ -3396,15 +3396,15 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3396
3396
  .sv-tagbox__item {
3397
3397
  position: relative;
3398
3398
  display: flex;
3399
- height: calc(3 * var(--base-unit, 8px));
3400
- padding: calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));
3399
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3400
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3401
3401
  background-color: var(--sjs-primary-backcolor, var(--primary, #19b394));
3402
3402
  border-radius: calc(0.5 * var(--sjs-corner-radius, 4px));
3403
3403
  }
3404
3404
 
3405
3405
  .sv-tagbox__item-text {
3406
3406
  color: var(--sjs-primary-forecolor, var(--primary-foreground, #fff));
3407
- min-width: calc(5.5 * var(--base-unit, 8px));
3407
+ min-width: calc(5.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3408
3408
  text-align: center;
3409
3409
  font-weight: 600;
3410
3410
  }
@@ -3418,17 +3418,17 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3418
3418
  .sd-tagbox-item_clean-button {
3419
3419
  display: none;
3420
3420
  position: absolute;
3421
- inset-inline-end: calc(1.5 * var(--base-unit, 8px));
3422
- height: calc(3 * var(--base-unit, 8px));
3421
+ inset-inline-end: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3422
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3423
3423
  padding: 0;
3424
- padding-inline-start: calc(4 * var(--base-unit, 8px));
3424
+ padding-inline-start: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
3425
3425
  background: linear-gradient(270deg, var(--sjs-primary-backcolor, var(--primary, #19b394)) 53.12%, rgba(25, 179, 148, 0) 100%);
3426
3426
  }
3427
3427
 
3428
3428
  .sd-tagbox-item_clean-button-svg {
3429
- padding: calc(0.5 * var(--base-unit, 8px));
3430
- width: calc(2 * var(--base-unit, 8px));
3431
- height: calc(2 * var(--base-unit, 8px));
3429
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3430
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3431
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3432
3432
  }
3433
3433
 
3434
3434
  .sd-tagbox-item_clean-button-svg:hover {
@@ -3442,7 +3442,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3442
3442
 
3443
3443
  .sd-tagbox__value.sd-dropdown__value {
3444
3444
  position: relative;
3445
- gap: calc(0.5 * var(--base-unit, 8px));
3445
+ gap: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3446
3446
  display: flex;
3447
3447
  flex-wrap: wrap;
3448
3448
  flex-grow: 1;
@@ -3455,7 +3455,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3455
3455
  width: 100%;
3456
3456
  display: flex;
3457
3457
  flex-grow: 1;
3458
- height: calc(5 * var(--base-unit, 8px));
3458
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3459
3459
  }
3460
3460
 
3461
3461
  .sd-tagbox__placeholder {
@@ -3494,13 +3494,13 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3494
3494
  }
3495
3495
 
3496
3496
  .sd-dropdown__hint-suffix.sd-tagbox__hint-suffix {
3497
- height: calc(5 * var(--base-unit, 8px));
3498
- line-height: calc(5 * var(--base-unit, 8px));
3497
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3498
+ line-height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3499
3499
  }
3500
3500
 
3501
3501
  .sd-dropdown__hint-prefix.sd-tagbox__hint-prefix {
3502
- height: calc(5 * var(--base-unit, 8px));
3503
- line-height: calc(5 * var(--base-unit, 8px));
3502
+ height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3503
+ line-height: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3504
3504
  }
3505
3505
 
3506
3506
  .sd-imagepicker {
@@ -3508,7 +3508,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3508
3508
  flex-wrap: wrap;
3509
3509
  padding: 0;
3510
3510
  border: none;
3511
- gap: calc(2 * var(--base-unit, 8px));
3511
+ gap: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3512
3512
  width: 100%;
3513
3513
  margin: 0;
3514
3514
  }
@@ -3520,13 +3520,13 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3520
3520
 
3521
3521
  @supports not (aspect-ratio: 1/1) {
3522
3522
  .sd-imagepicker > div {
3523
- margin-right: calc(2 * var(--base-unit, 8px));
3523
+ margin-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3524
3524
  }
3525
3525
  }
3526
3526
  .sd-imagepicker__item img,
3527
3527
  .sd-imagepicker__item .sd-imagepicker__image-container > div {
3528
3528
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
3529
- background-color: var(--background-dim-light, #f9f9f9);
3529
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
3530
3530
  }
3531
3531
 
3532
3532
  .sd-imagepicker__item-decorator {
@@ -3543,20 +3543,20 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3543
3543
  .sd-imagepicker__check-decorator {
3544
3544
  display: none;
3545
3545
  position: absolute;
3546
- top: calc(1 * var(--base-unit, 8px));
3547
- right: calc(1 * var(--base-unit, 8px));
3548
- width: calc(6 * var(--base-unit, 8px));
3549
- height: calc(6 * var(--base-unit, 8px));
3550
- padding: calc(1.5 * var(--base-unit, 8px));
3546
+ top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3547
+ right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3548
+ width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3549
+ height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3550
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3551
3551
  box-sizing: border-box;
3552
3552
  border-radius: 100%;
3553
- background-color: var(--background, #fff);
3553
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
3554
3554
  z-index: 1;
3555
3555
  }
3556
3556
 
3557
3557
  .sd-imagepicker__check-icon {
3558
- width: calc(3 * var(--base-unit, 8px));
3559
- height: calc(3 * var(--base-unit, 8px));
3558
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3559
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3560
3560
  fill: var(--sjs-primary-backcolor, var(--primary, #19b394));
3561
3561
  }
3562
3562
 
@@ -3572,9 +3572,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3572
3572
  top: 0;
3573
3573
  width: 100%;
3574
3574
  height: 100%;
3575
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
3575
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
3576
3576
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
3577
- background: linear-gradient(0deg, var(--red-light, rgba(230, 10, 62, 0.1)), var(--red-light, rgba(230, 10, 62, 0.1)));
3577
+ background: linear-gradient(0deg, var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))), var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1))));
3578
3578
  }
3579
3579
 
3580
3580
  .sd-imagepicker__item:focus-within .sd-imagepicker__image,
@@ -3589,21 +3589,21 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3589
3589
  }
3590
3590
 
3591
3591
  .sd-imagepicker__text {
3592
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3593
- line-height: calc(3 * var(--base-unit, 8px));
3594
- margin-top: calc(1 * var(--base-unit, 8px));
3592
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3593
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3594
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3595
3595
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3596
3596
  }
3597
3597
 
3598
3598
  .sd-imagepicker__no-image {
3599
3599
  display: flex;
3600
- background-color: var(--background-dim-light, #f9f9f9);
3600
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
3601
3601
  inset-block-start: 0;
3602
3602
  }
3603
3603
 
3604
3604
  .sd-imagepicker__no-image-svg {
3605
- height: calc(6 * var(--base-unit, 8px));
3606
- width: calc(6 * var(--base-unit, 8px));
3605
+ height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3606
+ width: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3607
3607
  margin: auto;
3608
3608
  }
3609
3609
  .sd-imagepicker__no-image-svg use {
@@ -3613,7 +3613,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3613
3613
  .sd-imagepicker__column {
3614
3614
  display: flex;
3615
3615
  flex-direction: column;
3616
- gap: calc(2 * var(--base-unit, 8px));
3616
+ gap: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3617
3617
  align-items: flex-start;
3618
3618
  padding-right: 0;
3619
3619
  }
@@ -3631,13 +3631,13 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3631
3631
  .sd-image__image--adaptive {
3632
3632
  width: 100%;
3633
3633
  height: auto;
3634
- max-width: calc(80 * var(--base-unit, 8px));
3634
+ max-width: calc(80 * var(--sjs-base-unit, var(--base-unit, 8px)));
3635
3635
  }
3636
3636
 
3637
3637
  .sd-image__no-image {
3638
- background: var(--background-dim-light, #f9f9f9);
3639
- min-width: calc(5 * var(--base-unit, 8px));
3640
- min-height: calc(27.5 * var(--base-unit, 8px));
3638
+ background: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
3639
+ min-width: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3640
+ min-height: calc(27.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3641
3641
  width: 100%;
3642
3642
  height: 100%;
3643
3643
  position: relative;
@@ -3656,7 +3656,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3656
3656
 
3657
3657
  .sd-expression {
3658
3658
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
3659
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3659
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3660
3660
  }
3661
3661
 
3662
3662
  .sd-progress {
@@ -3674,19 +3674,19 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3674
3674
 
3675
3675
  .sd-progress__text {
3676
3676
  position: absolute;
3677
- margin-top: calc(1 * var(--base-unit, 8px));
3678
- right: calc(3 * var(--base-unit, 8px));
3677
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3678
+ right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3679
3679
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3680
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3681
- line-height: calc(2 * var(--base-unit, 8px));
3680
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3681
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3682
3682
  font-weight: 600;
3683
3683
  }
3684
- @media only screen and (min-width: calc(125 * var(--base-unit, 8px))) {
3684
+ @media only screen and (min-width: calc(125 * var(--sjs-base-unit, var(--base-unit, 8px)))) {
3685
3685
  .sd-progress__text {
3686
3686
  margin-left: 5%;
3687
3687
  }
3688
3688
  }
3689
- @media only screen and (max-width: calc(125 * var(--base-unit, 8px))) {
3689
+ @media only screen and (max-width: calc(125 * var(--sjs-base-unit, var(--base-unit, 8px)))) {
3690
3690
  .sd-progress__text {
3691
3691
  margin-left: 10px;
3692
3692
  }
@@ -3696,10 +3696,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3696
3696
  display: flex;
3697
3697
  width: max-content;
3698
3698
  position: relative;
3699
- padding: calc(0.5 * var(--base-unit, 8px));
3699
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3700
3700
  background: var(--sjs-editorpanel-backcolor, var(--sjs-editor-background, var(--background-dim-light, #f9f9f9)));
3701
- box-shadow: var(--sjs-general-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
3702
- border-radius: calc(12.5 * var(--base-unit, 8px));
3701
+ box-shadow: var(--sjs-shadow-inner, inset 0px 1px 2px rgba(0, 0, 0, 0.15));
3702
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3703
3703
  }
3704
3704
 
3705
3705
  .sd-boolean__thumb,
@@ -3707,15 +3707,15 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3707
3707
  display: block;
3708
3708
  font-family: var(--sjs-font-editorfont-family, var(--font-family));
3709
3709
  font-weight: var(--sjs-font-editorfont-weight, 400);
3710
- font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--base-unit, 8px))))));
3710
+ font-size: var(--sjs-font-editorfont-size, calc(1 * var(--sjs-font-size, var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))))));
3711
3711
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3712
- line-height: calc(3 * var(--base-unit, 8px));
3713
- padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
3712
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3713
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3714
3714
  }
3715
3715
 
3716
3716
  .sd-boolean__switch {
3717
3717
  display: flex;
3718
- padding: calc(0.5 * var(--base-unit, 8px));
3718
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3719
3719
  align-items: center;
3720
3720
  position: absolute;
3721
3721
  left: 0;
@@ -3723,7 +3723,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3723
3723
  width: 100%;
3724
3724
  height: 100%;
3725
3725
  box-sizing: border-box;
3726
- border-radius: calc(12.5 * var(--base-unit, 8px));
3726
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3727
3727
  }
3728
3728
 
3729
3729
  .sd-boolean__control:focus ~ .sd-boolean__switch {
@@ -3739,9 +3739,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3739
3739
  }
3740
3740
 
3741
3741
  .sd-boolean__thumb {
3742
- background: var(--background, #fff);
3742
+ background: var(--sjs-general-backcolor, var(--background, #fff));
3743
3743
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
3744
- border-radius: calc(12.5 * var(--base-unit, 8px));
3744
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3745
3745
  transition-duration: 0.2s;
3746
3746
  transition-property: margin-left, transform;
3747
3747
  transition-timing-function: linear;
@@ -3749,6 +3749,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3749
3749
  font-weight: 600;
3750
3750
  margin-left: 0%;
3751
3751
  transform: translateX(0);
3752
+ white-space: nowrap;
3752
3753
  z-index: 2;
3753
3754
  }
3754
3755
 
@@ -3772,23 +3773,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3772
3773
 
3773
3774
  .sd-boolean.sd-boolean--allowhover .sd-boolean__thumb-ghost:hover {
3774
3775
  background-color: var(--sjs-editorpanel-hovercolor, var(--sjs-general-dim-backcolor-dark, rgb(243, 243, 243)));
3775
- border-radius: calc(12.5 * var(--base-unit, 8px));
3776
- }
3777
-
3778
- .svc-question__content .sd-boolean:not(.sd-boolean--checked):not(.sd-boolean--indeterminate) .sd-boolean__label:nth-of-type(1),
3779
- .svc-question__content .sd-boolean--checked .sd-boolean__label:nth-of-type(2) {
3780
- color: var(--sjs-primary-backcolor, var(--primary, #19b394));
3781
- font-weight: 600;
3782
- background: var(--background, #fff);
3783
- box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
3784
- border-radius: calc(12.5 * var(--base-unit, 8px));
3785
- }
3786
- .svc-question__content .sd-boolean__switch {
3787
- display: none;
3776
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
3788
3777
  }
3789
3778
 
3790
3779
  .sd-boolean--error {
3791
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
3780
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
3792
3781
  }
3793
3782
 
3794
3783
  .sd-paneldynamic .sd-progress {
@@ -3805,7 +3794,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3805
3794
  }
3806
3795
  .sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header {
3807
3796
  padding-bottom: 0;
3808
- padding-top: calc(0.5 * var(--sd-base-vertical-padding) + var(--base-unit, 8px));
3797
+ padding-top: calc(0.5 * var(--sd-base-vertical-padding) + var(--sjs-base-unit, var(--base-unit, 8px)));
3809
3798
  }
3810
3799
  .sd-paneldynamic .sd-paneldynamic__panel-wrapper > .sd-panel > .sd-panel__header:after {
3811
3800
  display: none;
@@ -3855,8 +3844,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3855
3844
  }
3856
3845
  .sd-paneldynamic__footer .sd-paneldynamic__prev-btn svg,
3857
3846
  .sd-paneldynamic__footer .sd-paneldynamic__next-btn svg {
3858
- width: calc(2 * var(--base-unit, 8px));
3859
- height: calc(2 * var(--base-unit, 8px));
3847
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3848
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3860
3849
  }
3861
3850
  .sd-paneldynamic__footer .sd-paneldynamic__add-btn,
3862
3851
  .sd-paneldynamic__footer .sd-paneldynamic__progress-text,
@@ -3867,27 +3856,27 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3867
3856
  .sd-paneldynamic__buttons-container {
3868
3857
  display: flex;
3869
3858
  align-items: center;
3870
- padding: calc(var(--sd-base-vertical-padding) - var(--base-unit, 8px)) 0;
3859
+ padding: calc(var(--sd-base-vertical-padding) - var(--sjs-base-unit, var(--base-unit, 8px))) 0;
3871
3860
  }
3872
3861
 
3873
3862
  .sd-paneldynamic__progress-container {
3874
3863
  display: flex;
3875
3864
  align-items: center;
3876
3865
  margin-left: auto;
3877
- margin-right: calc(-1 * var(--base-unit, 8px));
3866
+ margin-right: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3878
3867
  }
3879
3868
 
3880
3869
  .sd-paneldynamic__progress-text {
3881
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3870
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3882
3871
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3883
3872
  margin: 0;
3884
- margin-right: calc(3 * var(--base-unit, 8px));
3873
+ margin-right: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3885
3874
  }
3886
3875
 
3887
3876
  .sd-paneldynamic__prev-btn,
3888
3877
  .sd-paneldynamic__next-btn {
3889
- width: calc(2 * var(--base-unit, 8px));
3890
- height: calc(2 * var(--base-unit, 8px));
3878
+ width: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3879
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3891
3880
  }
3892
3881
  .sd-paneldynamic__prev-btn .sv-svg-icon,
3893
3882
  .sd-paneldynamic__next-btn .sv-svg-icon {
@@ -3895,12 +3884,12 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3895
3884
  }
3896
3885
 
3897
3886
  .sd-paneldynamic__prev-btn {
3898
- margin-right: calc(2 * var(--base-unit, 8px));
3887
+ margin-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3899
3888
  }
3900
3889
 
3901
3890
  .sd-paneldynamic__next-btn {
3902
- margin-left: calc(-1 * var(--base-unit, 8px));
3903
- margin-right: calc(2 * var(--base-unit, 8px));
3891
+ margin-left: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3892
+ margin-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
3904
3893
  transform: rotate(180deg);
3905
3894
  }
3906
3895
 
@@ -3919,24 +3908,24 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3919
3908
 
3920
3909
  .sd-paneldynamic__buttons-container .sd-action-bar {
3921
3910
  width: 100%;
3922
- margin: 0 calc(-3 * var(--base-unit, 8px));
3923
- width: calc(100% + 6 * var(--base-unit, 8px));
3911
+ margin: 0 calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3912
+ width: calc(100% + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
3924
3913
  }
3925
3914
 
3926
3915
  .sd-paneldynamic__panel-footer {
3927
3916
  border-top: none;
3928
3917
  position: relative;
3929
3918
  top: calc(0.5 * var(--sd-base-vertical-padding));
3930
- margin-right: calc(-3 * var(--base-unit, 8px));
3919
+ margin-right: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3931
3920
  justify-content: flex-end;
3932
3921
  }
3933
3922
 
3934
3923
  .sd-paneldynamic__panel-footer .sv-action:not(.sv-action--hidden) {
3935
- margin-bottom: calc(-1 * var(--base-unit, 8px));
3924
+ margin-bottom: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3936
3925
  }
3937
3926
 
3938
3927
  .sv-tabs-toolbar.sv-action-bar {
3939
- gap: calc(4 * var(--base-unit, 8px));
3928
+ gap: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
3940
3929
  }
3941
3930
 
3942
3931
  .sv-tabs-toolbar.sv-tabs-toolbar--left {
@@ -3956,19 +3945,19 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3956
3945
  }
3957
3946
 
3958
3947
  .sv-tab-item {
3959
- padding: calc(1 * var(--base-unit, 8px)) 0 calc(2 * var(--base-unit, 8px)) 0;
3948
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0 calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
3960
3949
  display: flex;
3961
3950
  -webkit-appearance: none;
3962
3951
  -moz-appearance: none;
3963
3952
  appearance: none;
3964
3953
  display: flex;
3965
- padding: calc(1 * var(--base-unit, 8px));
3954
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
3966
3955
  box-sizing: border-box;
3967
3956
  border: none;
3968
3957
  background-color: transparent;
3969
3958
  cursor: pointer;
3970
3959
  font-family: var(--font-family, var(--font-family));
3971
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
3960
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3972
3961
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
3973
3962
  overflow-x: hidden;
3974
3963
  white-space: nowrap;
@@ -3980,8 +3969,8 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3980
3969
  }
3981
3970
 
3982
3971
  .sv-tab-item__title {
3983
- line-height: calc(3 * var(--base-unit, 8px));
3984
- height: calc(3 * var(--base-unit, 8px));
3972
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3973
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
3985
3974
  display: flex;
3986
3975
  align-items: center;
3987
3976
  }
@@ -3995,28 +3984,28 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
3995
3984
  }
3996
3985
 
3997
3986
  .sd-file {
3998
- min-height: calc(36 * var(--base-unit, 8px));
3987
+ min-height: calc(36 * var(--sjs-base-unit, var(--base-unit, 8px)));
3999
3988
  position: relative;
4000
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4001
- line-height: calc(3 * var(--base-unit, 8px));
3989
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
3990
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4002
3991
  }
4003
3992
  .sd-file .sv-action-bar {
4004
- padding: calc(1 * var(--base-unit, 8px)) 0;
3993
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
4005
3994
  justify-content: center;
4006
3995
  position: absolute;
4007
3996
  width: 100%;
4008
3997
  bottom: 0;
4009
3998
  }
4010
3999
  .sd-file .sv-action-bar .sv-action-bar-item {
4011
- height: calc(4 * var(--base-unit, 8px));
4000
+ height: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4012
4001
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4013
- border-radius: calc(2 * var(--base-unit, 8px));
4002
+ border-radius: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4014
4003
  }
4015
4004
  .sd-file .sv-action-bar #fileIndex .sv-action-bar-item {
4016
- padding: calc(0.5 * var(--base-unit, 8px)) 0;
4005
+ padding: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
4017
4006
  }
4018
4007
  .sd-file .sv-action-bar #fileIndex .sv-action-bar-item:hover {
4019
- background-color: var(--background, #fff);
4008
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
4020
4009
  }
4021
4010
  .sd-file .sv-action-bar #fileIndex .sv-action-bar-item:disabled {
4022
4011
  opacity: initial;
@@ -4046,7 +4035,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4046
4035
  }
4047
4036
 
4048
4037
  .sd-file__drag-area-placeholder {
4049
- padding: 0 calc(8 * var(--base-unit, 8px));
4038
+ padding: 0 calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
4050
4039
  text-align: center;
4051
4040
  word-break: break-word;
4052
4041
  white-space: normal;
@@ -4055,7 +4044,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4055
4044
 
4056
4045
  .sd-file__choose-btn--text {
4057
4046
  display: block;
4058
- margin-top: calc(1 * var(--base-unit, 8px));
4047
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4059
4048
  font-weight: 600;
4060
4049
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
4061
4050
  cursor: pointer;
@@ -4078,20 +4067,20 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4078
4067
 
4079
4068
  .sd-file__choose-btn--icon,
4080
4069
  .sd-file__clean-btn {
4081
- top: calc(1 * var(--base-unit, 8px));
4070
+ top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4082
4071
  position: absolute;
4083
4072
  }
4084
4073
 
4085
4074
  .sd-file__clean-btn {
4086
4075
  z-index: 2;
4087
- right: calc(1 * var(--base-unit, 8px));
4076
+ right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4088
4077
  }
4089
4078
  .sd-file__clean-btn span:first-child {
4090
4079
  display: none;
4091
4080
  }
4092
4081
 
4093
4082
  .sd-file__choose-btn--icon {
4094
- right: calc(8 * var(--base-unit, 8px));
4083
+ right: calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
4095
4084
  }
4096
4085
 
4097
4086
  .sd-file__list {
@@ -4101,9 +4090,9 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4101
4090
  flex-direction: row;
4102
4091
  align-items: stretch;
4103
4092
  justify-content: space-between;
4104
- padding: calc(10.5 * var(--base-unit, 8px)) 0;
4105
- min-height: calc(15 * var(--base-unit, 8px));
4106
- max-height: calc(15 * var(--base-unit, 8px));
4093
+ padding: calc(10.5 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
4094
+ min-height: calc(15 * var(--sjs-base-unit, var(--base-unit, 8px)));
4095
+ max-height: calc(15 * var(--sjs-base-unit, var(--base-unit, 8px)));
4107
4096
  position: absolute;
4108
4097
  width: 100%;
4109
4098
  }
@@ -4117,7 +4106,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4117
4106
  margin: 0 auto;
4118
4107
  }
4119
4108
  .sd-file__preview .sd-file__default-image {
4120
- width: calc(7 * var(--base-unit, 8px));
4109
+ width: calc(7 * var(--sjs-base-unit, var(--base-unit, 8px)));
4121
4110
  height: 90px;
4122
4111
  }
4123
4112
  .sd-file__preview img:hover + .sd-file__remove-file-button,
@@ -4131,10 +4120,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4131
4120
  }
4132
4121
 
4133
4122
  .sd-file__sign {
4134
- margin-top: calc(1 * var(--base-unit, 8px));
4123
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4135
4124
  text-align: center;
4136
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4137
- line-height: calc(2 * var(--base-unit, 8px));
4125
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4126
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4138
4127
  }
4139
4128
  .sd-file__sign a {
4140
4129
  display: block;
@@ -4142,11 +4131,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4142
4131
  color: var(--sjs-general-forecolor, var(--foreground, #161616));
4143
4132
  white-space: normal;
4144
4133
  word-break: break-all;
4145
- width: calc(12 * var(--base-unit, 8px));
4134
+ width: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
4146
4135
  overflow: hidden;
4147
- max-height: calc(6 * var(--base-unit, 8px));
4136
+ max-height: calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
4148
4137
  text-overflow: ellipsis;
4149
- line-height: calc(2 * var(--base-unit, 8px));
4138
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4150
4139
  display: -webkit-box;
4151
4140
  -webkit-line-clamp: 3;
4152
4141
  -webkit-box-orient: vertical;
@@ -4157,21 +4146,21 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4157
4146
  }
4158
4147
 
4159
4148
  .sd-file__decorator--error {
4160
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
4149
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
4161
4150
  }
4162
4151
 
4163
4152
  .sd-file__image-wrapper {
4164
4153
  position: relative;
4165
4154
  text-align: center;
4166
- min-width: calc(12 * var(--base-unit, 8px));
4167
- min-height: calc(12 * var(--base-unit, 8px));
4155
+ min-width: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
4156
+ min-height: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
4168
4157
  }
4169
4158
  .sd-file__image-wrapper img:not(.sd-file__default-image) {
4170
4159
  display: block;
4171
- width: calc(12 * var(--base-unit, 8px));
4172
- height: calc(12 * var(--base-unit, 8px));
4160
+ width: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
4161
+ height: calc(12 * var(--sjs-base-unit, var(--base-unit, 8px)));
4173
4162
  object-fit: contain;
4174
- background: var(--background-dim, #f3f3f3);
4163
+ background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
4175
4164
  }
4176
4165
 
4177
4166
  .sd-file--single img:hover + .sd-file__remove-file-button {
@@ -4179,11 +4168,11 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4179
4168
  }
4180
4169
 
4181
4170
  .sd-file--mobile .sd-file__list {
4182
- height: calc(100% - 4 * var(--base-unit, 8px));
4171
+ height: calc(100% - 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4183
4172
  }
4184
4173
 
4185
4174
  .sd-file--single-image {
4186
- height: calc(36 * var(--base-unit, 8px));
4175
+ height: calc(36 * var(--sjs-base-unit, var(--base-unit, 8px)));
4187
4176
  }
4188
4177
  .sd-file--single-image .sd-file__preview {
4189
4178
  width: 100%;
@@ -4202,7 +4191,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4202
4191
  .sd-file--single-image .sd-file__image-wrapper img {
4203
4192
  width: 100%;
4204
4193
  height: 100%;
4205
- background-color: var(--background-dim-light, #f9f9f9);
4194
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
4206
4195
  }
4207
4196
  .sd-file--single-image .sd-file__sign {
4208
4197
  position: absolute;
@@ -4235,7 +4224,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4235
4224
  }
4236
4225
 
4237
4226
  .sd-body__navigation .sd-btn {
4238
- padding: calc(2 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px));
4227
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(8 * var(--sjs-base-unit, var(--base-unit, 8px)));
4239
4228
  }
4240
4229
 
4241
4230
  .sd-root-modern--mobile .sd-body__navigation .sv-action:not(.sv-action--hidden),
@@ -4243,7 +4232,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4243
4232
  flex-grow: 1;
4244
4233
  }
4245
4234
  .sd-root-modern--mobile .sd-body__navigation .sd-btn {
4246
- padding: calc(2 * var(--base-unit, 8px)) calc(4 * var(--base-unit, 8px));
4235
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4247
4236
  }
4248
4237
 
4249
4238
  .sd-body__navigation .sv-action--hidden {
@@ -4254,16 +4243,16 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4254
4243
  appearance: none;
4255
4244
  -webkit-appearance: none;
4256
4245
  -moz-appearance: none;
4257
- padding: calc(2 * var(--base-unit, 8px)) calc(6 * var(--base-unit, 8px));
4258
- background: var(--background, #fff);
4246
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(6 * var(--sjs-base-unit, var(--base-unit, 8px)));
4247
+ background: var(--sjs-general-backcolor, var(--background, #fff));
4259
4248
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
4260
4249
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
4261
4250
  cursor: pointer;
4262
4251
  font-family: var(--font-family, var(--font-family));
4263
4252
  font-style: normal;
4264
4253
  font-weight: 600;
4265
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4266
- line-height: calc(3 * var(--base-unit, 8px));
4254
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4255
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4267
4256
  text-align: center;
4268
4257
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
4269
4258
  border: none;
@@ -4303,14 +4292,14 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4303
4292
  width: 100%;
4304
4293
  }
4305
4294
  .sd-body .sd-body__page {
4306
- min-width: calc(300px + 6 * var(--base-unit, 8px));
4295
+ min-width: calc(300px + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
4307
4296
  }
4308
4297
  .sd-body .sd-body__timer {
4309
- padding: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) 0;
4298
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
4310
4299
  box-sizing: border-box;
4311
4300
  }
4312
4301
  .sd-body.sd-body--static {
4313
- max-width: calc(84 * var(--base-unit, 8px));
4302
+ max-width: calc(84 * var(--sjs-base-unit, var(--base-unit, 8px)));
4314
4303
  margin-left: auto;
4315
4304
  margin-right: auto;
4316
4305
  }
@@ -4325,10 +4314,10 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4325
4314
  }
4326
4315
  .sd-body.sd-body--responsive .sd-body__timer,
4327
4316
  .sd-body.sd-body--responsive .sd-body__navigation {
4328
- padding: calc(2 * var(--base-unit, 8px)) var(--sd-page-vertical-padding);
4317
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) var(--sd-page-vertical-padding);
4329
4318
  }
4330
4319
  .sd-body.sd-body--responsive.sd-body--with-timer {
4331
- max-width: calc(100% + var(--sd-timer-size) * ( -1 - 64 / 144 ) + 6 * var(--base-unit, 8px));
4320
+ max-width: calc(100% + var(--sd-timer-size) * ( -1 - 64 / 144 ) + 6 * var(--sjs-base-unit, var(--base-unit, 8px)));
4332
4321
  margin-left: auto;
4333
4322
  margin-right: auto;
4334
4323
  }
@@ -4341,13 +4330,13 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4341
4330
 
4342
4331
  .sd-body__navigation.sd-action-bar {
4343
4332
  box-sizing: border-box;
4344
- padding: calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));
4333
+ padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4345
4334
  flex-wrap: wrap;
4346
- gap: calc(2 * var(--base-unit, 8px));
4335
+ gap: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4347
4336
  }
4348
4337
 
4349
4338
  .sd-body__progress {
4350
- margin-bottom: calc(4 * var(--base-unit, 8px));
4339
+ margin-bottom: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4351
4340
  }
4352
4341
 
4353
4342
  .sd-body__progress--top {
@@ -4375,7 +4364,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4375
4364
  }
4376
4365
 
4377
4366
  .sd-multipletext__cell:not(:last-child) {
4378
- padding-right: calc(2 * var(--base-unit, 8px));
4367
+ padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4379
4368
  }
4380
4369
 
4381
4370
  .sd-multipletext__item-container.sd-input:focus-within {
@@ -4395,19 +4384,19 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4395
4384
  padding-bottom: 0;
4396
4385
  border: none;
4397
4386
  box-shadow: none;
4398
- height: calc(3 * var(--base-unit, 8px));
4387
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4399
4388
  }
4400
4389
 
4401
4390
  .sd-multipletext__item-container .sd-input,
4402
4391
  .sd-multipletext__item-title {
4403
- margin-top: calc(1.5 * var(--base-unit, 8px));
4404
- margin-bottom: calc(1.5 * var(--base-unit, 8px));
4392
+ margin-top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4393
+ margin-bottom: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4405
4394
  }
4406
4395
 
4407
4396
  .sd-multipletext__item-title {
4408
- height: calc(100% - var(--base-unit, 8px) * 3);
4397
+ height: calc(100% - var(--sjs-base-unit, var(--base-unit, 8px)) * 3);
4409
4398
  max-width: 30%;
4410
- padding-right: calc(2 * var(--base-unit, 8px));
4399
+ padding-right: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4411
4400
  border-right: 1px solid var(--sjs-border-default, var(--border, #d6d6d6));
4412
4401
  word-break: break-word;
4413
4402
  white-space: normal;
@@ -4423,7 +4412,7 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4423
4412
  }
4424
4413
 
4425
4414
  .sd-multipletext__item-container--error {
4426
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
4415
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
4427
4416
  }
4428
4417
  .sd-multipletext__item-container--error .sd-input--error {
4429
4418
  background-color: transparent;
@@ -4434,30 +4423,30 @@ legend + sv-ng-rating-item + .sd-rating__item-smiley {
4434
4423
  }
4435
4424
 
4436
4425
  .sd-multipletext tr:not(:last-child) .sd-multipletext__cell {
4437
- padding-bottom: calc(2 * var(--base-unit, 8px));
4426
+ padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4438
4427
  }
4439
4428
 
4440
4429
  .sd-action {
4441
4430
  appearance: none;
4442
4431
  border: none;
4443
4432
  background: transparent;
4444
- padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
4433
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4445
4434
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
4446
- border-radius: calc(12.5 * var(--base-unit, 8px));
4435
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4447
4436
  font-weight: 600;
4448
4437
  font-family: var(--font-family, var(--font-family));
4449
4438
  font-style: normal;
4450
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4451
- line-height: calc(3 * var(--base-unit, 8px));
4439
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4440
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4452
4441
  outline: none;
4453
4442
  }
4454
4443
 
4455
4444
  .sd-action--negative {
4456
- color: var(--red, #e60a3e);
4445
+ color: var(--sjs-special-red, var(--red, #e60a3e));
4457
4446
  }
4458
4447
 
4459
4448
  .sd-action--icon {
4460
- padding: calc(1 * var(--base-unit, 8px));
4449
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4461
4450
  }
4462
4451
 
4463
4452
  .sd-action--icon use {
@@ -4485,15 +4474,15 @@ svg.sd-action--icon {
4485
4474
  }
4486
4475
  .sd-action:not(.sd-action--pressed):hover.sd-action--icon,
4487
4476
  .sd-action:not(.sd-action--pressed):focus.sd-action--icon {
4488
- background-color: var(--background-dim, #f3f3f3);
4477
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
4489
4478
  }
4490
4479
  .sd-action:not(.sd-action--pressed):hover.sd-action--negative,
4491
4480
  .sd-action:not(.sd-action--pressed):focus.sd-action--negative {
4492
- background-color: var(--red-light, rgba(230, 10, 62, 0.1));
4481
+ background-color: var(--sjs-special-red-light, var(--red-light, rgba(230, 10, 62, 0.1)));
4493
4482
  }
4494
4483
  .sd-action:not(.sd-action--pressed):hover.sd-action--negative.sd-action--icon use,
4495
4484
  .sd-action:not(.sd-action--pressed):focus.sd-action--negative.sd-action--icon use {
4496
- fill: var(--red, #e60a3e);
4485
+ fill: var(--sjs-special-red, var(--red, #e60a3e));
4497
4486
  }
4498
4487
  .sd-action:not(.sd-action--pressed):hover:active,
4499
4488
  .sd-action:not(.sd-action--pressed):focus:active {
@@ -4502,12 +4491,12 @@ svg.sd-action--icon {
4502
4491
 
4503
4492
  .sd-action__icon {
4504
4493
  display: block;
4505
- width: calc(3 * var(--base-unit, 8px));
4506
- height: calc(3 * var(--base-unit, 8px));
4494
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4495
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4507
4496
  }
4508
4497
 
4509
4498
  .sd-action--pressed:not(.sd-action--active) {
4510
- background-color: var(--background-dim, #f3f3f3);
4499
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
4511
4500
  opacity: 0.5;
4512
4501
  }
4513
4502
 
@@ -4520,17 +4509,17 @@ svg.sd-action--icon {
4520
4509
  }
4521
4510
 
4522
4511
  .sd-context-btn {
4523
- background-color: var(--background, #fff);
4524
- padding: calc(1.5 * var(--base-unit, 8px));
4525
- border-radius: calc(12.5 * var(--base-unit, 8px));
4512
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
4513
+ padding: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4514
+ border-radius: calc(12.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4526
4515
  border: none;
4527
4516
  outline: none;
4528
4517
  cursor: pointer;
4529
4518
  }
4530
4519
  .sd-context-btn svg {
4531
4520
  display: block;
4532
- width: calc(3 * var(--base-unit, 8px));
4533
- height: calc(3 * var(--base-unit, 8px));
4521
+ width: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4522
+ height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4534
4523
  }
4535
4524
  .sd-context-btn use {
4536
4525
  fill: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
@@ -4542,7 +4531,7 @@ svg.sd-action--icon {
4542
4531
  }
4543
4532
  .sd-context-btn:hover.sd-context-btn--negative use,
4544
4533
  .sd-context-btn:focus.sd-context-btn--negative use {
4545
- fill: var(--red, #e60a3e);
4534
+ fill: var(--sjs-special-red, var(--red, #e60a3e));
4546
4535
  }
4547
4536
 
4548
4537
  .sd-context-btn:disabled {
@@ -4557,23 +4546,23 @@ svg.sd-action--icon {
4557
4546
  height: auto;
4558
4547
  }
4559
4548
  .sd-completedpage h3 {
4560
- font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4549
+ font-size: calc(1.5 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4561
4550
  }
4562
4551
 
4563
4552
  .sd-completedpage:before,
4564
4553
  .sd-completedpage:after {
4565
4554
  display: block;
4566
- width: calc(9 * var(--base-unit, 8px));
4567
- margin-left: calc(50% - 4.5 * var(--base-unit, 8px));
4555
+ width: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
4556
+ margin-left: calc(50% - 4.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4568
4557
  content: "";
4569
4558
  }
4570
4559
 
4571
4560
  .sd-completedpage:before {
4572
- height: calc(13 * var(--base-unit, 8px));
4561
+ height: calc(13 * var(--sjs-base-unit, var(--base-unit, 8px)));
4573
4562
  }
4574
4563
 
4575
4564
  .sd-completedpage:after {
4576
- height: calc(2 * var(--base-unit, 8px));
4565
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4577
4566
  }
4578
4567
 
4579
4568
  .sd-progress-buttons__image-button-left {
@@ -4600,8 +4589,8 @@ svg.sd-action--icon {
4600
4589
  flex-grow: 1;
4601
4590
  text-decoration: none;
4602
4591
  border-top: 2px solid var(--sjs-border-light, var(--border-light, #eaeaea));
4603
- padding-top: calc(2 * var(--base-unit, 8px));
4604
- padding-bottom: calc(4 * var(--base-unit, 8px));
4592
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4593
+ padding-bottom: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4605
4594
  cursor: pointer;
4606
4595
  }
4607
4596
  .sd-progress-buttons__list li:hover .sd-progress-buttons__page-title {
@@ -4624,26 +4613,26 @@ svg.sd-action--icon {
4624
4613
 
4625
4614
  .sd-progress-buttons__page-title {
4626
4615
  width: 100%;
4627
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4616
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4628
4617
  font-weight: 600;
4629
- line-height: calc(3 * var(--base-unit, 8px));
4618
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4630
4619
  }
4631
4620
 
4632
4621
  .sd-progress-buttons__page-description {
4633
4622
  width: 100%;
4634
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4635
- line-height: calc(2 * var(--base-unit, 8px));
4623
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4624
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4636
4625
  font-weight: 600;
4637
4626
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4638
4627
  }
4639
4628
 
4640
4629
  .sv_progress-toc {
4641
- padding: calc(1 * var(--base-unit, 8px));
4642
- max-width: calc(42 * var(--base-unit, 8px));
4630
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4631
+ max-width: calc(42 * var(--sjs-base-unit, var(--base-unit, 8px)));
4643
4632
  height: 100%;
4644
- background: var(--background, #fff);
4633
+ background: var(--sjs-general-backcolor, var(--background, #fff));
4645
4634
  box-sizing: border-box;
4646
- min-width: calc(32 * var(--base-unit, 8px));
4635
+ min-width: calc(32 * var(--sjs-base-unit, var(--base-unit, 8px)));
4647
4636
  }
4648
4637
  .sv_progress-toc .sv-list__item.sv-list__item--selected .sv-list__item-body {
4649
4638
  background: var(--sjs-primary-backcolor-light, var(--primary-light, rgba(25, 179, 148, 0.1)));
@@ -4654,11 +4643,11 @@ svg.sd-action--icon {
4654
4643
  white-space: break-spaces;
4655
4644
  }
4656
4645
  .sv_progress-toc .sv-list__item-body {
4657
- padding-inline-start: calc(2 * var(--base-unit, 8px));
4658
- padding-inline-end: calc(2 * var(--base-unit, 8px));
4646
+ padding-inline-start: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4647
+ padding-inline-end: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4659
4648
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
4660
- padding-top: calc(1.5 * var(--base-unit, 8px));
4661
- padding-bottom: calc(1.5 * var(--base-unit, 8px));
4649
+ padding-top: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4650
+ padding-bottom: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4662
4651
  }
4663
4652
 
4664
4653
  .sv_progress-toc--left {
@@ -4670,32 +4659,32 @@ svg.sd-action--icon {
4670
4659
  }
4671
4660
 
4672
4661
  .sd-list {
4673
- padding-right: calc(0.5 * var(--base-unit, 8px));
4674
- padding-left: calc(0.5 * var(--base-unit, 8px));
4662
+ padding-right: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4663
+ padding-left: calc(0.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4675
4664
  }
4676
4665
 
4677
4666
  .sd-list__item.sd-list__item {
4678
4667
  padding: 0;
4679
4668
  }
4680
4669
  .sd-list__item.sd-list__item .sd-list__item-body {
4681
- padding-block: calc(1.5 * var(--base-unit, 8px));
4670
+ padding-block: calc(1.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4682
4671
  border-radius: calc(1 * var(--sjs-corner-radius, 4px));
4683
- font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4684
- line-height: calc(3 * var(--base-unit, 8px));
4672
+ font-size: calc(1 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4673
+ line-height: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4685
4674
  }
4686
4675
 
4687
4676
  .sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) {
4688
4677
  outline: none;
4689
4678
  }
4690
4679
  .sd-list__item.sd-list__item--focused:not(.sd-list__item--selected) .sd-list__item-body {
4691
- padding-block: calc(1.25 * var(--base-unit, 8px));
4680
+ padding-block: calc(1.25 * var(--sjs-base-unit, var(--base-unit, 8px)));
4692
4681
  }
4693
4682
 
4694
4683
  .sd-timer {
4695
4684
  z-index: 2;
4696
4685
  position: fixed;
4697
4686
  bottom: calc(var(--sd-timer-size) / 144 * 32);
4698
- right: calc(1 * var(--base-unit, 8px));
4687
+ right: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4699
4688
  background: white;
4700
4689
  width: var(--sd-timer-size);
4701
4690
  height: var(--sd-timer-size);
@@ -4703,14 +4692,14 @@ svg.sd-action--icon {
4703
4692
  display: flex;
4704
4693
  border-radius: 100%;
4705
4694
  padding: calc(var(--sd-timer-size) / 144 * 8);
4706
- filter: drop-shadow(0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1));
4695
+ filter: drop-shadow(0px calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) rgba(0, 0, 0, 0.1));
4707
4696
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1019607843);
4708
4697
  box-sizing: border-box;
4709
4698
  }
4710
4699
 
4711
4700
  .sd-timer--top {
4712
4701
  top: calc(var(--sd-timer-size) / 144 * 32);
4713
- margin-top: calc(4 * var(--base-unit, 8px));
4702
+ margin-top: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4714
4703
  margin-bottom: calc(-1 * var(--sd-timer-size));
4715
4704
  }
4716
4705
 
@@ -4745,7 +4734,7 @@ svg.sd-action--icon {
4745
4734
  left: 50%;
4746
4735
  top: 50%;
4747
4736
  transform: translate(-50%, -50%);
4748
- padding: calc(1 * var(--base-unit, 8px));
4737
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4749
4738
  color: var(--sjs-primary-backcolor, var(--primary, #19b394));
4750
4739
  font-weight: 700;
4751
4740
  font-size: calc(var(--sd-timer-size) / 144 * 32);
@@ -4760,7 +4749,7 @@ svg.sd-action--icon {
4760
4749
  .sd-timer__text--minor {
4761
4750
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4762
4751
  font-weight: 600;
4763
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4752
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4764
4753
  }
4765
4754
 
4766
4755
  sv-components-container,
@@ -4815,16 +4804,16 @@ sv-components-container,
4815
4804
 
4816
4805
  .sd-root-modern,
4817
4806
  .svc-logic-question-value {
4818
- --sd-base-padding: calc(5 * var(--base-unit, 8px));
4819
- --sd-base-vertical-padding: calc(4 * var(--base-unit, 8px));
4820
- --sd-page-vertical-padding: calc(3 * var(--base-unit, 8px));
4807
+ --sd-base-padding: calc(5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4808
+ --sd-base-vertical-padding: calc(4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4809
+ --sd-page-vertical-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4821
4810
  }
4822
4811
 
4823
4812
  .svc-creator--mobile .sd-root-modern,
4824
4813
  .sd-root-modern.sd-root-modern--mobile {
4825
- --sd-base-padding: calc(3 * var(--base-unit, 8px));
4826
- --sd-base-vertical-padding: calc(2 * var(--base-unit, 8px));
4827
- --sd-page-vertical-padding: calc(2 * var(--base-unit, 8px));
4814
+ --sd-base-padding: calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4815
+ --sd-base-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4816
+ --sd-page-vertical-padding: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4828
4817
  }
4829
4818
 
4830
4819
  .sd-root-modern.sd-root-modern--mobile .sd-element__num {
@@ -4839,7 +4828,7 @@ sv-components-container,
4839
4828
  width: auto;
4840
4829
  }
4841
4830
  .sd-root-modern.sd-root-modern--mobile .sd-element__title--expandable:before {
4842
- left: calc(-2.5 * var(--base-unit, 8px));
4831
+ left: calc(-2.5 * var(--sjs-base-unit, var(--base-unit, 8px)));
4843
4832
  }
4844
4833
  .sd-root-modern.sd-root-modern--mobile .sd-title.sd-container-modern__title {
4845
4834
  flex-direction: column;
@@ -4852,19 +4841,19 @@ sv-components-container,
4852
4841
  }
4853
4842
  .sd-root-modern.sd-root-modern--mobile .sd-multipletext__cell:not(:last-child) {
4854
4843
  padding-right: 0;
4855
- padding-bottom: calc(2 * var(--base-unit, 8px));
4844
+ padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4856
4845
  }
4857
4846
  .sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-container {
4858
4847
  flex-direction: column;
4859
4848
  }
4860
4849
  .sd-root-modern.sd-root-modern--mobile .sd-multipletext__item-title {
4861
- font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--base-unit, 8px))));
4862
- line-height: calc(2 * var(--base-unit, 8px));
4863
- height: calc(2 * var(--base-unit, 8px));
4850
+ font-size: calc(0.75 * var(--sjs-font-size, calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)))));
4851
+ line-height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4852
+ height: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4864
4853
  padding-right: 0;
4865
4854
  border-right: none;
4866
4855
  margin-bottom: 0;
4867
- margin-top: calc(1 * var(--base-unit, 8px));
4856
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4868
4857
  width: 100%;
4869
4858
  max-width: none;
4870
4859
  }
@@ -4875,7 +4864,7 @@ sv-components-container,
4875
4864
  padding-right: 0;
4876
4865
  padding-left: 0;
4877
4866
  margin-top: 0;
4878
- margin-bottom: calc(1 * var(--base-unit, 8px));
4867
+ margin-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4879
4868
  }
4880
4869
  .sd-root-modern.sd-root-modern--mobile .sd-selectbase--multi-column {
4881
4870
  flex-direction: column;
@@ -4895,12 +4884,12 @@ sv-components-container,
4895
4884
  align-items: flex-start;
4896
4885
  }
4897
4886
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell .sd-matrix__responsive-title {
4898
- margin-left: calc(1 * var(--base-unit, 8px));
4887
+ margin-left: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4899
4888
  text-align: left;
4900
4889
  }
4901
4890
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-matrix__cell:first-of-type {
4902
- padding-top: calc(2 * var(--base-unit, 8px));
4903
- padding-bottom: calc(1 * var(--base-unit, 8px));
4891
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4892
+ padding-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4904
4893
  }
4905
4894
  .sd-root-modern.sd-root-modern--mobile .sd-table thead {
4906
4895
  display: none;
@@ -4909,10 +4898,10 @@ sv-components-container,
4909
4898
  display: block;
4910
4899
  }
4911
4900
  .sd-root-modern.sd-root-modern--mobile .sd-matrix__table tr + tr {
4912
- margin-top: calc(1 * var(--base-unit, 8px));
4901
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4913
4902
  }
4914
4903
  .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr {
4915
- padding-bottom: calc(1 * var(--base-unit, 8px));
4904
+ padding-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4916
4905
  }
4917
4906
  .sd-root-modern.sd-root-modern--mobile .sd-table:not(.sd-matrix__table) tr::after {
4918
4907
  z-index: 12;
@@ -4921,9 +4910,9 @@ sv-components-container,
4921
4910
  position: relative;
4922
4911
  height: 1px;
4923
4912
  background-color: var(--sjs-border-light, var(--border-light, #eaeaea));
4924
- left: calc(-2 * var(--base-unit, 8px));
4925
- bottom: calc(-1 * var(--base-unit, 8px));
4926
- width: calc(100% + 4 * var(--base-unit, 8px));
4913
+ left: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4914
+ bottom: calc(-1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4915
+ width: calc(100% + 4 * var(--sjs-base-unit, var(--base-unit, 8px)));
4927
4916
  z-index: 12;
4928
4917
  }
4929
4918
  .sd-root-modern.sd-root-modern--mobile .sd-matrix__label {
@@ -4936,11 +4925,11 @@ sv-components-container,
4936
4925
  text-align: left;
4937
4926
  }
4938
4927
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell:not(.sd-matrix__cell):not(:first-of-type) {
4939
- margin-top: calc(1 * var(--base-unit, 8px));
4928
+ margin-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4940
4929
  }
4941
4930
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell:not(.sd-matrix__cell):not(.sd-table__cell--actions):not(.sd-table__cell--row-text)::before {
4942
- padding-top: calc(2 * var(--base-unit, 8px));
4943
- padding-bottom: calc(1 * var(--base-unit, 8px));
4931
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4932
+ padding-bottom: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4944
4933
  content: attr(data-responsive-title);
4945
4934
  font-weight: 600;
4946
4935
  display: block;
@@ -4950,13 +4939,13 @@ sv-components-container,
4950
4939
  width: auto;
4951
4940
  }
4952
4941
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell.sd-table__cell--actions .sd-action-bar {
4953
- margin-right: calc(-3 * var(--base-unit, 8px));
4942
+ margin-right: calc(-3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4954
4943
  justify-content: flex-end;
4955
- background: var(--background, #fff);
4944
+ background: var(--sjs-general-backcolor, var(--background, #fff));
4956
4945
  }
4957
4946
  .sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn {
4958
4947
  opacity: 1;
4959
- padding: calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));
4948
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(3 * var(--sjs-base-unit, var(--base-unit, 8px)));
4960
4949
  }
4961
4950
  .sd-root-modern.sd-root-modern--mobile .sd-action.sd-action.sd-matrixdynamic__remove-btn .sd-action__icon {
4962
4951
  display: none;
@@ -4965,18 +4954,18 @@ sv-components-container,
4965
4954
  content: attr(title);
4966
4955
  }
4967
4956
  .sd-root-modern.sd-root-modern--mobile .sd-matrixdynamic__footer {
4968
- padding-top: calc(1 * var(--base-unit, 8px));
4969
- margin-bottom: calc(-2 * var(--base-unit, 8px));
4957
+ padding-top: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px)));
4958
+ margin-bottom: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4970
4959
  }
4971
4960
  .sd-root-modern.sd-root-modern--mobile .sd-table__cell--row-text:not(.sd-matrix__cell) {
4972
4961
  color: var(--sjs-general-forecolor-light, var(--foreground-light, #909090));
4973
- padding-top: calc(2 * var(--base-unit, 8px));
4962
+ padding-top: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4974
4963
  }
4975
4964
  .sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr:not(:last-child) {
4976
- padding-bottom: calc(2 * var(--base-unit, 8px));
4965
+ padding-bottom: calc(2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4977
4966
  }
4978
4967
  .sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr::after {
4979
- bottom: calc(-2 * var(--base-unit, 8px));
4968
+ bottom: calc(-2 * var(--sjs-base-unit, var(--base-unit, 8px)));
4980
4969
  }
4981
4970
  .sd-root-modern.sd-root-modern--mobile .sd-matrixdropdown.sd-table tr:last-child:after {
4982
4971
  content: none;
@@ -4994,10 +4983,10 @@ body {
4994
4983
  -webkit-font-smoothing: antialiased;
4995
4984
  --sd-mobile-width: 600px;
4996
4985
  --sd-imagepicker-gap: 16px;
4997
- --sd-timer-size: calc(18 * var(--base-unit, 8px));
4986
+ --sd-timer-size: calc(18 * var(--sjs-base-unit, var(--base-unit, 8px)));
4998
4987
  width: 100%;
4999
4988
  font-family: var(--font-family, var(--font-family));
5000
- background-color: var(--background-dim, #f3f3f3);
4989
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
5001
4990
  }
5002
4991
  .sd-root-modern * {
5003
4992
  scrollbar-width: thin;
@@ -5023,11 +5012,11 @@ body {
5023
5012
  }
5024
5013
 
5025
5014
  .sd-container-modern {
5026
- margin-bottom: calc(10 * var(--base-unit, 8px));
5015
+ margin-bottom: calc(10 * var(--sjs-base-unit, var(--base-unit, 8px)));
5027
5016
  }
5028
5017
 
5029
5018
  .sd-root-modern--mobile {
5030
- --sd-timer-size: calc(9 * var(--base-unit, 8px));
5019
+ --sd-timer-size: calc(9 * var(--sjs-base-unit, var(--base-unit, 8px)));
5031
5020
  }
5032
5021
 
5033
5022
  .sv-popup .sv-popup__scrolling-content {
@@ -5037,7 +5026,7 @@ body {
5037
5026
  .sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar, .sv-popup .sv-popup__scrolling-content::-webkit-scrollbar {
5038
5027
  width: 12px;
5039
5028
  height: 12px;
5040
- background-color: var(--background, #fff);
5029
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
5041
5030
  }
5042
5031
  .sv-popup .sv-popup__scrolling-content *::-webkit-scrollbar-thumb, .sv-popup .sv-popup__scrolling-content::-webkit-scrollbar-thumb {
5043
5032
  border: 4px solid rgba(0, 0, 0, 0);
@@ -5054,23 +5043,23 @@ body {
5054
5043
  }
5055
5044
 
5056
5045
  .sv-popup.sv-popup--dropdown .sv-popup__shadow {
5057
- box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1);
5046
+ box-shadow: 0px calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) rgba(0, 0, 0, 0.1);
5058
5047
  }
5059
5048
  .sv-popup.sv-popup--dropdown .sv-popup__body-content {
5060
- background-color: var(--background, #fff);
5061
- padding: calc(1 * var(--base-unit, 8px)) 0;
5049
+ background-color: var(--sjs-general-backcolor, var(--background, #fff));
5050
+ padding: calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) 0;
5062
5051
  }
5063
5052
 
5064
5053
  .sv-popup.sv-popup--modal .sv-popup__body-content {
5065
- box-shadow: 0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0, 0, 0, 0.1);
5066
- background-color: var(--background-dim-light, #f9f9f9);
5054
+ box-shadow: 0px calc(1 * var(--sjs-base-unit, var(--base-unit, 8px))) calc(2 * var(--sjs-base-unit, var(--base-unit, 8px))) rgba(0, 0, 0, 0.1);
5055
+ background-color: var(--sjs-general-backcolor-dim-light, var(--background-dim-light, #f9f9f9));
5067
5056
  }
5068
5057
  .sv-popup.sv-popup--modal .sv-popup__body-footer {
5069
5058
  padding-bottom: 2px;
5070
5059
  }
5071
5060
 
5072
5061
  .sv-popup.sv-popup--overlay .sv-popup__body-content {
5073
- background-color: var(--background-dim, #f3f3f3);
5062
+ background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
5074
5063
  }
5075
5064
 
5076
5065
  /*# sourceMappingURL=defaultV2.css.map*/