survey-creator-core 1.9.81 → 1.9.82
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/fonts.fontless.css +1 -1
- package/fonts.fontless.min.css +1 -1
- package/package.json +2 -2
- package/survey-creator-core.css +84 -11
- package/survey-creator-core.d.ts +92 -1
- package/survey-creator-core.fontless.css +83 -10
- package/survey-creator-core.fontless.css.map +1 -1
- package/survey-creator-core.fontless.min.css +9 -9
- package/survey-creator-core.i18n.js +1 -1
- package/survey-creator-core.i18n.min.js +1 -1
- package/survey-creator-core.js +626 -155
- package/survey-creator-core.js.map +1 -1
- package/survey-creator-core.min.css +10 -10
- package/survey-creator-core.min.js +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* SurveyJS Creator v1.9.
|
|
2
|
+
* SurveyJS Creator v1.9.82
|
|
3
3
|
* (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
|
4
4
|
* Github: https://github.com/surveyjs/survey-creator
|
|
5
5
|
* License: https://surveyjs.io/Licenses#SurveyCreator
|
|
@@ -18,7 +18,7 @@ svc-tab-test{width:100%;height:100%;background:var(--background-dim, #f3f3f3)}.s
|
|
|
18
18
|
|
|
19
19
|
.svc-tab-translation{width:100%;height:100%;background-color:var(--background-dim, #f3f3f3)}.st-properties .spg-item.spg-selectbase__label:focus-within{outline:1px dotted var(--primary, #19b394)}.st-properties .spg-selectbase__label:focus-within{outline:none}.st-properties .spg-panel__content .spg-row{margin-top:0}.st-no-strings{font-family:var(--font-family);font-style:normal;font-weight:400;font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);width:100%;position:absolute;top:50%;transform:translateY(-50%);text-align:center;overflow:hidden}.st-content{display:flex;height:100%}.st-strings{height:calc(100% - calc(6 * var(--base-unit, 8px)));overflow-y:auto;overflow-x:hidden}.st-strings-wrapper{flex-grow:1}.st-property-panel{flex-shrink:0;flex-grow:0;width:450px;border-left:1px solid var(--border, #d6d6d6)}.st-property-panel .spg-panel__content .spg-row{margin-top:0}.st-property-panel .spg-panel__content .spg-row:first-child{margin-top:calc(2 * var(--base-unit, 8px))}.st-strings-header .st-table__cell{background-color:var(--background-dim, #f3f3f3);height:auto}.st-root-modern{width:100%}.st-title.st-panel__title,.st-table__cell.st-table__cell--header{font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px));color:var(--foreground-light, #909090);text-align:left}.st-title.st-panel__title{height:calc(4 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));padding-left:calc(3 * var(--base-unit, 8px));margin:0;background-color:var(--background-for-editors, #f9f9f9);border-bottom:1px solid var(--border-light, #eaeaea)}.st-table tr{display:flex;align-items:stretch}.st-table__cell{display:block;flex:1 1;box-sizing:border-box;background-color:var(--background, #fff);border-bottom:1px solid var(--border-light, #eaeaea);padding:calc(1 * var(--base-unit, 8px)) 0}td.st-table__cell:first-of-type{font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));color:var(--foreground, #161616);max-width:300px;padding-right:calc(3 * var(--base-unit, 8px))}td.st-table__cell:first-of-type span{display:inline-block;padding-left:calc(3 * var(--base-unit, 8px))}.st-panel-indent .st-table__cell:first-of-type span{padding-left:calc(6 * var(--base-unit, 8px))}.st-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.st-comment{font-family:var(--font-family);font-style:normal;font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));display:block;width:calc(100% - 3 * var(--base-unit, 8px));border:unset;outline:none;background-color:var(--background, #fff);color:var(--foreground, #161616);resize:none;padding:0}.sd-translation-line-skeleton{min-height:calc(5 * var(--base-unit, 8px));background-color:var(--background-dim, #f3f3f3)}
|
|
20
20
|
|
|
21
|
-
.svc-tab-logic-edit{width:100%;height:100%;background:var(--background-dim, #f3f3f3)}.svc-tab-logic-edit__content{height:calc(100% - calc(6 * var(--base-unit, 8px)));overflow-y:auto;overflow-x:hidden;padding-left:16%;padding-right:16%}.svc-tab-logic-edit__content .sd-row{flex-wrap:wrap}.svc-logic_trigger-editor .sd-row{margin-top:0}.svc-tab-logic-edit__content-actions .sv-action-bar{padding:0;height:calc(6 * var(--base-unit, 8px));background:var(--background, #fff);border-top:1px solid var(--border, #d6d6d6);width:100%}.svc-logic-paneldynamic div.svc-logic-operator{height:calc(3 * var(--base-unit, 8px));box-sizing:content-box}.svc-logic-paneldynamic .svc-logic-operator{-webkit-appearance:none;appearance:none;padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-radius:calc(12.5 * var(--base-unit, 8px));border:none;outline:none;font-weight:600;font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground-light, #909090);height:calc(5 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));cursor:pointer}.svc-logic-paneldynamic .svc-logic-operator option{background:var(--background, #fff);color:var(--foreground, #161616)}.svc-logic-operator:focus{outline:1px dotted var(--primary, #19b394)}.sl-question.svc-logic-question--answered .svc-logic-operator{color:var(--foreground, #161616)}.svc-logic-operator.svc-logic-operator:hover,.svc-logic-operator.svc-logic-operator:focus{color:#ffffff;outline:none;box-shadow:none}.svc-logic-operator.svc-logic-operator--question{background-color:var(--blue-light, rgba(67,127,217,0.1))}.svc-logic-operator.svc-logic-operator--question:hover,.svc-logic-operator.svc-logic-operator--question:focus{background-color:var(--blue, #437fd9)}.svc-logic-operator.svc-logic-operator--conjunction,.svc-logic-operator.svc-logic-operator--operator{background-color:var(--yellow-light, rgba(255,152,20,0.1))}.svc-logic-operator.svc-logic-operator--conjunction:hover,.svc-logic-operator.svc-logic-operator--conjunction:focus,.svc-logic-operator.svc-logic-operator--operator:hover,.svc-logic-operator.svc-logic-operator--operator:focus{background-color:var(--yellow, #ff9814)}.svc-logic-operator.svc-logic-operator--action{background-color:var(--red-light, rgba(229,10,62,0.1))}.svc-logic-operator.svc-logic-operator--action:hover,.svc-logic-operator.svc-logic-operator--action:focus{background-color:var(--red, #e60a3e)}.svc-logic-operator.svc-logic-operator--error{background-color:var(--background, #fff);color:var(--red, #e60a3e);box-shadow:inset 0 0 0 2px var(--red, #e60a3e)}.svc-logic-operator__error{display:none}.svc-logic-paneldynamic .sd-paneldynamic__separator{display:none}.svc-action-button.svc-logic-condition-remove.svc-icon-remove:focus{outline:none}.svc-logic-condition-remove.svc-icon-remove{display:none;width:calc(5 * var(--base-unit, 8px));height:calc(5 * var(--base-unit, 8px));background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z' fill='%23E60A3E'/%3E%3C/svg%3E%0A");background-size:calc(3 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));background-position:center}.sl-panel-wrapper--in-row:hover .svc-logic-condition-remove.svc-icon-remove,.sl-panel-wrapper--in-row:focus-within .svc-logic-condition-remove.svc-icon-remove{display:block}.svc-logic-condition-remove.svc-icon-remove:hover,.svc-logic-condition-remove.svc-icon-remove:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.svc-logic-condition-remove-question{height:calc(5 * var(--base-unit, 8px))}.svc-logic-paneldynamic__button.svc-logic-paneldynamic__remove-btn{display:none}.svc-logic-paneldynamic__button.svc-logic-paneldynamic__remove-btn{display:none}.svc-logic-operator--action.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn,.svc-logic-operator--operator.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn{color:var(--foreground-light, #909090);margin-top:calc(2 * var(--base-unit, 8px))}.svc-logic-operator--action.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:hover,.svc-logic-operator--action.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:focus,.svc-logic-operator--operator.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:hover,.svc-logic-operator--operator.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:focus{color:var(--primary-foreground, #fff)}.svc-logic-tab__content.svc-logic-tab__empty{flex-direction:column;display:flex;align-items:center;position:absolute;top:35%}.svc-logic-tab__content.svc-logic-tab__empty .svc-logic-tab__content-action{width:calc(33 * var(--base-unit, 8px));margin-top:calc(4 * var(--base-unit, 8px))}.svc-logic-tab__content .svc-logic-tab__content-action{margin-left:25%;margin-right:25%;margin-bottom:calc(8 * var(--base-unit, 8px))}.svc-logic-tab__content .svc-logic-tab__content-action--disabled{cursor:default;outline:solid calc(.25 * var(--base-unit, 8px)) transparent}.svc-logic-tab__content .svc-logic-tab__content-action--disabled:focus,.svc-logic-tab__content .svc-logic-tab__content-action--disabled:hover{background-color:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15)}.svc-logic-tab__content .svc-logic-tab__content-action--disabled .svc-text{color:var(--foreground
|
|
21
|
+
.svc-tab-logic-edit{width:100%;height:100%;background:var(--background-dim, #f3f3f3)}.svc-tab-logic-edit__content{height:calc(100% - calc(6 * var(--base-unit, 8px)));overflow-y:auto;overflow-x:hidden;padding-left:16%;padding-right:16%}.svc-tab-logic-edit__content .sd-row{flex-wrap:wrap}.svc-logic_trigger-editor .sd-row{margin-top:0}.svc-tab-logic-edit__content-actions .sv-action-bar{padding:0;height:calc(6 * var(--base-unit, 8px));background:var(--background, #fff);border-top:1px solid var(--border, #d6d6d6);width:100%}.svc-logic-paneldynamic div.svc-logic-operator{height:calc(3 * var(--base-unit, 8px));box-sizing:content-box}.svc-logic-paneldynamic .svc-logic-operator{-webkit-appearance:none;appearance:none;padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-radius:calc(12.5 * var(--base-unit, 8px));border:none;outline:none;font-weight:600;font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground-light, #909090);height:calc(5 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));cursor:pointer}.svc-logic-paneldynamic .svc-logic-operator option{background:var(--background, #fff);color:var(--foreground, #161616)}.svc-logic-operator:focus{outline:1px dotted var(--primary, #19b394)}.sl-question.svc-logic-question--answered .svc-logic-operator{color:var(--foreground, #161616)}.svc-logic-operator.svc-logic-operator:hover,.svc-logic-operator.svc-logic-operator:focus{color:#ffffff;outline:none;box-shadow:none}.svc-logic-operator.svc-logic-operator--question{background-color:var(--blue-light, rgba(67,127,217,0.1))}.svc-logic-operator.svc-logic-operator--question:hover,.svc-logic-operator.svc-logic-operator--question:focus{background-color:var(--blue, #437fd9)}.svc-logic-operator.svc-logic-operator--conjunction,.svc-logic-operator.svc-logic-operator--operator{background-color:var(--yellow-light, rgba(255,152,20,0.1))}.svc-logic-operator.svc-logic-operator--conjunction:hover,.svc-logic-operator.svc-logic-operator--conjunction:focus,.svc-logic-operator.svc-logic-operator--operator:hover,.svc-logic-operator.svc-logic-operator--operator:focus{background-color:var(--yellow, #ff9814)}.svc-logic-operator.svc-logic-operator--action{background-color:var(--red-light, rgba(229,10,62,0.1))}.svc-logic-operator.svc-logic-operator--action:hover,.svc-logic-operator.svc-logic-operator--action:focus{background-color:var(--red, #e60a3e)}.svc-logic-operator.svc-logic-operator--error{background-color:var(--background, #fff);color:var(--red, #e60a3e);box-shadow:inset 0 0 0 2px var(--red, #e60a3e)}.svc-logic-operator__error{display:none}.svc-logic-paneldynamic .sd-paneldynamic__separator{display:none}.svc-action-button.svc-logic-condition-remove.svc-icon-remove:focus{outline:none}.svc-logic-condition-remove.svc-icon-remove{display:none;width:calc(5 * var(--base-unit, 8px));height:calc(5 * var(--base-unit, 8px));background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 4H20H16V2C16 0.9 15.1 0 14 0H10C8.9 0 8 0.9 8 2V4H4H2V6H4V20C4 21.1 4.9 22 6 22H18C19.1 22 20 21.1 20 20V6H22V4ZM10 2H14V4H10V2ZM18 20H6V6H8H16H18V20ZM14 8H16V18H14V8ZM11 8H13V18H11V8ZM8 8H10V18H8V8Z' fill='%23E60A3E'/%3E%3C/svg%3E%0A");background-size:calc(3 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));background-position:center}.sl-panel-wrapper--in-row:hover .svc-logic-condition-remove.svc-icon-remove,.sl-panel-wrapper--in-row:focus-within .svc-logic-condition-remove.svc-icon-remove{display:block}.svc-logic-condition-remove.svc-icon-remove:hover,.svc-logic-condition-remove.svc-icon-remove:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.svc-logic-condition-remove-question{height:calc(5 * var(--base-unit, 8px))}.svc-logic-paneldynamic__button.svc-logic-paneldynamic__remove-btn{display:none}.svc-logic-paneldynamic__button.svc-logic-paneldynamic__remove-btn{display:none}.svc-logic-operator--action.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn,.svc-logic-operator--operator.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn{color:var(--foreground-light, #909090);margin-top:calc(2 * var(--base-unit, 8px))}.svc-logic-operator--action.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:hover,.svc-logic-operator--action.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:focus,.svc-logic-operator--operator.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:hover,.svc-logic-operator--operator.sl-paneldynamic__add-btn.sl-paneldynamic__add-btn:focus{color:var(--primary-foreground, #fff)}.svc-logic-tab__content.svc-logic-tab__empty{flex-direction:column;display:flex;align-items:center;position:absolute;top:35%}.svc-logic-tab__content.svc-logic-tab__empty .svc-logic-tab__content-action{width:calc(33 * var(--base-unit, 8px));margin-top:calc(4 * var(--base-unit, 8px))}.svc-logic-tab__content .svc-logic-tab__content-action{margin-left:25%;margin-right:25%;margin-bottom:calc(8 * var(--base-unit, 8px))}.svc-logic-tab__content .svc-logic-tab__content-action--disabled{cursor:default;outline:solid calc(.25 * var(--base-unit, 8px)) transparent}.svc-logic-tab__content .svc-logic-tab__content-action--disabled:focus,.svc-logic-tab__content .svc-logic-tab__content-action--disabled:hover{background-color:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15)}.svc-logic-tab__content .svc-logic-tab__content-action--disabled .svc-text{color:var(--foreground, #161616);opacity:0.25}.svc-logic-tab__content .sd-paneldynamic__panel-wrapper--in-row{margin-top:0;align-items:start}.svc-logic-paneldynamic{font-family:var(--font-family)}.svc-logic-paneldynamic .sd-row--multiple{padding:0;background:none;box-shadow:none;border-radius:0;overflow:visible}.svc-logic-paneldynamic .sd-question__content{margin-top:0}.svc-logic-paneldynamic .sd-row__panel{width:calc(100% - 5 * var(--base-unit, 8px))}.svc-logic-tab__content .svc-logic-paneldynamic .sd-row{margin-top:0;flex-flow:row wrap}.sl-table__cell--detail-panel .sd-body{margin:0;min-width:none;max-width:none}.sl-table__cell--detail-panel .sd-page.sd-body__page{padding:0}.sl-table__cell--detail-panel .sl-panel__footer{margin:0}.sl-dropdown{max-width:45vw}.sl-dropdown__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.svc-logic-placeholder{width:calc(78 * var(--base-unit, 8px));min-width:100%;max-width:100%;box-sizing:border-box;margin-top:calc(2 * var(--base-unit, 8px));background:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15);border-radius:calc(.5 * var(--base-unit, 8px));padding:calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px))}.svc-logic-placeholder__text{font-family:var(--font-family);font-style:normal;font-weight:400;font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));text-align:center;color:var(--foreground-light, #909090);display:block;padding:calc(4 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px))}.svc-logic-tab__leave-apply-button{background-color:var(--red, #e60a3e)}
|
|
22
22
|
|
|
23
23
|
svc-tab-designer{width:100%;height:100%;background:var(--background-dim, #f3f3f3)}.svc-tab-designer{display:flex;flex-grow:1;height:100%;overflow-y:scroll}.svc-tab-designer--with-place-holder .svc-tab-designer_content{display:flex;justify-content:center}.svc-tab-designer--with-place-holder .svc-designer-header{min-width:calc(84 * var(--base-unit, 8px))}.svc-tab-designer .svc-tab-designer_content{width:100%}.svc-tab-designer .sd-container-modern{min-width:calc(70 * var(--base-unit, 8px));width:100%;box-sizing:border-box;margin-left:auto;margin-right:auto}.svc-tab-designer .sd-container-modern .sd-container-modern__title{gap:0}.svc-tab-designer .sd-container-modern.sd-container-modern--static{max-width:calc(84 * var(--base-unit, 8px))}.svc-tab-designer .sd-container-modern.sd-container-modern--responsive{max-width:initial;padding:0 calc(1 * var(--base-unit, 8px))}.svc-tab-designer .sd-question.sd-question--image{width:100%}.svc-tab-designer .sd-progress,.svc-tab-designer .sd-progress__bar{background-color:transparent}.svc-designer-header{border-bottom:2px solid transparent}.svc-designer__placeholder-container{position:absolute;top:35%}.svc-designer-placeholder-page{margin-top:calc(2 * var(--base-unit, 8px))}.svc-designer-placeholder-page .svc-page__add-new-question{width:calc(33 * var(--base-unit, 8px));margin:auto}.svc-designer-placeholder-page .svc-row--ghost{display:none}
|
|
24
24
|
|
|
@@ -26,25 +26,25 @@ svc-tab-designer{width:100%;height:100%;background:var(--background-dim, #f3f3f3
|
|
|
26
26
|
|
|
27
27
|
.svc-notifier.svc-notifier--shown{visibility:visible;opacity:0.75}.svc-notifier{position:absolute;bottom:calc(1 * var(--base-unit, 8px));left:calc(1 * var(--base-unit, 8px));background:var(--background, #fff);opacity:0;padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));box-shadow:0px 2px 6px rgba(0,0,0,0.1);border-radius:calc(.5 * var(--base-unit, 8px));color:var(--foreground, #161616);min-width:calc(30 * var(--base-unit, 8px));text-align:center;z-index:1600;visibility:hidden;font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px))}.svc-notifier.svc-notifier--error{background-color:var(--red, #e60a3e);color:#ffffff;opacity:1}.svc-creator--mobile .svc-notifier{left:0;bottom:calc(6 * var(--base-unit, 8px));width:100%;box-sizing:border-box;opacity:1;z-index:1000}survey-creator,.svc-creator{display:flex;width:100%;height:100%;position:relative;z-index:0;-webkit-font-smoothing:antialiased}survey-creator *,.svc-creator *{scrollbar-width:thin;scrollbar-color:var(--border, #d6d6d6) transparent}survey-creator ::-webkit-scrollbar,.svc-creator ::-webkit-scrollbar{width:12px;height:12px;background-color:transparent}survey-creator ::-webkit-scrollbar-thumb,.svc-creator ::-webkit-scrollbar-thumb{border:4px solid rgba(0,0,0,0);background-clip:padding-box;border-radius:32px;background-color:var(--border, #d6d6d6)}survey-creator ::-webkit-scrollbar-track,.svc-creator ::-webkit-scrollbar-track{background:transparent}survey-creator ::-webkit-scrollbar-thumb:hover,.svc-creator ::-webkit-scrollbar-thumb:hover{border:2px solid rgba(0,0,0,0);background-color:var(--foreground-light, #909090)}.svc-creator__area{position:relative;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-creator__area.svc-creator__area--with-banner{height:calc(100% - calc(4 * var(--base-unit, 8px)))}.svc-creator__content-wrapper{width:100%;height:calc(100% - calc(8 * var(--base-unit, 8px)))}.svc-creator__content-wrapper--footer-toolbar{height:calc(100% - calc(6 * var(--base-unit, 8px)))}.svc-creator__content-holder{width:100%;height:100%}.svc-creator-tab{display:flex;width:100%;height:100%;overflow:hidden;position:relative;min-height:var(--tab-min-height, auto)}.svc-creator__toolbox--right.svc-creator-tab{flex-direction:row-reverse}.svc-creator-tab__content{position:relative;width:100%;height:100%;box-sizing:border-box}.svc-plugin-tab__content{height:100%;overflow-y:auto}.svc-plugin-tab__content-actions sv-action-bar{padding:0;height:calc(6 * var(--base-unit, 8px));background:var(--background, #fff);border-top:1px solid var(--border, #d6d6d6)}.svc-creator__banner{position:absolute;bottom:calc(-4 * var(--base-unit, 8px));width:100%;height:calc(4 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);text-align:center;overflow:hidden}.svc-item__banner{position:absolute;top:0;max-width:0;overflow:hidden;height:100%;background-color:var(--background, #fff);border-radius:calc(12.5 * var(--base-unit, 8px));box-shadow:0px 2px 6px rgba(0,0,0,0.1);transition:max-width 0.1s ease-in-out, padding 0.2s ease-in-out}.svc-creator__non-commercial-text{color:var(--primary-foreground, #fff);font-family:var(--font-family);font-weight:bold;font-size:calc(2 * var(--base-unit, 8px));text-transform:uppercase;vertical-align:middle}.svc-creator__non-commercial-text a{color:var(--primary-foreground, #fff);text-decoration:none}.sv-drag-drop-ghost{top:calc(.75 * var(--base-unit, 8px));width:100%;height:calc(.5 * var(--base-unit, 8px));background:var(--secondary, #ff9814);position:absolute}.sv-drag-drop-ghost--vertical{height:10000px;width:4px}.sv-drag-drop-ghost--item-value-bottom{top:initial;bottom:calc(-.5 * var(--base-unit, 8px))}
|
|
28
28
|
|
|
29
|
-
.svc-string-editor{position:static}.svc-string-editor [contenteditable]{user-select:text;-webkit-user-select:text}.svc-string-editor .sv-string-editor{position:relative;outline:none;white-space:pre-wrap;word-break:break-word;z-index:12}.svc-string-editor .sv-string-editor[aria-placeholder]:empty:before{content:attr(aria-placeholder);color:var(--foreground-light, #909090)}.svc-string-editor.svc-string-editor--hidden{display:none}.svc-string-editor__content{display:inline-block;position:relative;z-index:10}.svc-string-editor__content:focus-within .svc-remaining-character-counter{display:inline-block}.svc-string-editor__input{display:flex}.svc-remaining-character-counter{display:none;position:relative;outline:none;z-index:20;padding:0px;vertical-align:top;margin-inline-start:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));font-family:var(--font-family);font-weight:400;color:var(--foreground-light, #909090);line-height:calc(2 * var(--base-unit, 8px))}.svc-string-editor__border{display:none;position:absolute;z-index:11;display:flex;align-items:center;justify-content:right;line-height:0px}.svc-string-editor__error{margin-left:calc(1 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:red}.svc-string-editor__controls{position:absolute;left:100%;height:100%;width:calc(2 * var(--base-unit, 8px));top:0;padding-left:calc(2 * var(--base-unit, 8px));z-index:12;display:none;align-items:center;justify-content:center;line-height:0px}.svc-string-editor__button{display:none;position:relative}.svc-string-editor__button use{fill:var(--primary, #19b394)}.svc-string-editor__button--edit{height:calc(2 * var(--base-unit, 8px));width:calc(2 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px))}.svc-string-editor__button--edit .sv-svg-icon{vertical-align:bottom}.svc-string-editor__button--edit.sv-svg-icon{overflow:visible}.svc-string-editor:hover:not(:focus-within) .svc-string-editor__button--edit{display:none}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border{display:flex;top:0;bottom:0;left:calc(-.5 * var(--base-unit, 8px));right:calc(-.5 * var(--base-unit, 8px));border-radius:3px;box-shadow:0px 0px 0px calc(.25 * var(--base-unit, 8px)) rgba(0,0,0,0.16)}.svc-string-editor:focus-within .svc-string-editor__border{display:flex;top:calc(-.5 * var(--base-unit, 8px));bottom:calc(-.5 * var(--base-unit, 8px));left:calc(-1 * var(--base-unit, 8px));right:calc(-1 * var(--base-unit, 8px));border-radius:3px;box-sizing:content-box;background-color:var(--background, #fff);box-shadow:0px 2px 6px rgba(0,0,0,0.1),0px 0px 0px calc(.25 * var(--base-unit, 8px)) var(--primary, #19b394)}.sd-rating .sd-rating__item:focus-within{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.sd-rating:not(.sd-rating__min-text) .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394);border-radius:calc(.5 * var(--base-unit, 8px));display:block}.sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-item__control-label .svc-string-editor:focus-within .svc-string-editor__border{left:calc(-.7 * var(--base-unit, 8px));right:calc(-.7 * var(--base-unit, 8px))}.svc-string-editor:hover ~ .sd-question__required-text,.svc-string-editor:focus-within ~ .sd-question__required-text{visibility:hidden}
|
|
29
|
+
.svc-string-editor{position:static}.svc-string-editor [contenteditable]{user-select:text;-webkit-user-select:text}.svc-string-editor .sv-string-editor{position:relative;outline:none;white-space:pre-wrap;word-break:break-word;z-index:12}.svc-string-editor .sv-string-editor[aria-placeholder]:empty:before{content:attr(aria-placeholder);color:var(--foreground-light, #909090)}.svc-string-editor.svc-string-editor--hidden{display:none}.svc-string-editor__content{display:inline-block;position:relative;z-index:10}.svc-string-editor__content:focus-within .svc-remaining-character-counter{display:inline-block}.svc-string-editor__input{display:flex}.svc-remaining-character-counter{display:none;position:relative;outline:none;z-index:20;padding:0px;vertical-align:top;margin-inline-start:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));font-family:var(--font-family);font-weight:400;color:var(--foreground-light, #909090);line-height:calc(2 * var(--base-unit, 8px))}.svc-string-editor__border{display:none;position:absolute;z-index:11;display:flex;align-items:center;justify-content:right;line-height:0px}.svc-string-editor__error{margin-left:calc(1 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:red;display:none}.svc-string-editor__controls{position:absolute;left:100%;height:100%;width:calc(2 * var(--base-unit, 8px));top:0;padding-left:calc(2 * var(--base-unit, 8px));z-index:12;display:none;align-items:center;justify-content:center;line-height:0px}.svc-string-editor__button{display:none;position:relative}.svc-string-editor__button use{fill:var(--primary, #19b394)}.svc-string-editor__button--edit{height:calc(2 * var(--base-unit, 8px));width:calc(2 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px))}.svc-string-editor__button--edit .sv-svg-icon{vertical-align:bottom}.svc-string-editor__button--edit.sv-svg-icon{overflow:visible}.svc-string-editor:hover:not(:focus-within) .svc-string-editor__button--edit{display:none}.svc-string-editor:hover:not(.svc-string-editor--readonly):not(:focus-within) .svc-string-editor__border{display:flex;top:0;bottom:0;left:calc(-.5 * var(--base-unit, 8px));right:calc(-.5 * var(--base-unit, 8px));border-radius:3px;box-shadow:0px 0px 0px calc(.25 * var(--base-unit, 8px)) rgba(0,0,0,0.16)}.svc-string-editor:focus-within .svc-string-editor__border{display:flex;top:calc(-.5 * var(--base-unit, 8px));bottom:calc(-.5 * var(--base-unit, 8px));left:calc(-1 * var(--base-unit, 8px));right:calc(-1 * var(--base-unit, 8px));border-radius:3px;box-sizing:content-box;background-color:var(--background, #fff);box-shadow:0px 2px 6px rgba(0,0,0,0.1),0px 0px 0px calc(.25 * var(--base-unit, 8px)) var(--primary, #19b394)}.svc-string-editor.svc-string-editor--error:focus-within .svc-string-editor__border{box-shadow:0px 2px 6px rgba(0,0,0,0.1),0px 0px 0px calc(.25 * var(--base-unit, 8px)) var(--red, #e60a3e)}.sd-rating .sd-rating__item:focus-within{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.sd-rating:not(.sd-rating__min-text) .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-table__cell--header .svc-matrix-cell:not(:focus):focus-within .svc-matrix-cell--selected{border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394);border-radius:calc(.5 * var(--base-unit, 8px));display:block}.sd-table__cell--header .svc-string-editor:focus-within .svc-string-editor__border{display:none}.sd-item__control-label .svc-string-editor:focus-within .svc-string-editor__border{left:calc(-.7 * var(--base-unit, 8px));right:calc(-.7 * var(--base-unit, 8px))}.svc-string-editor:hover ~ .sd-question__required-text,.svc-string-editor:focus-within ~ .sd-question__required-text{visibility:hidden}
|
|
30
30
|
|
|
31
31
|
.svc-btn{display:flex;align-items:center;height:calc(7 * var(--base-unit, 8px));line-height:calc(7 * var(--base-unit, 8px));vertical-align:baseline;text-align:center;background-color:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15);border-radius:calc(.5 * var(--base-unit, 8px));cursor:pointer;user-select:none;outline:solid calc(.25 * var(--base-unit, 8px)) transparent}.svc-btn .svc-text{display:flex;align-items:center;flex-grow:1;justify-content:center;color:var(--primary, #19b394)}.svc-btn:hover,.svc-btn:focus{box-shadow:0 0 0 2px var(--primary, #19b394)}.svc-action-button{display:inline-block;padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));box-sizing:border-box;border-radius:calc(12.5 * var(--base-unit, 8px));color:var(--primary, #19b394);font-weight:600;font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));border:calc(.25 * var(--base-unit, 8px)) solid transparent}.svc-action-button:focus,.svc-action-button:hover{background-color:var(--primary-light, rgba(25,179,148,0.1));outline:none}.svc-action-button--selected{border-color:var(--primary, #19b394)}.svc-action-button--disabled{opacity:0.25;color:var(--foreground, #161616)}
|
|
32
32
|
|
|
33
33
|
svc-page-navigator,.svc-page-navigator{display:flex;flex-direction:column}.svc-page-navigator__navigator-icon{display:block;height:calc(3 * var(--base-unit, 8px));width:calc(3 * var(--base-unit, 8px));padding:calc(1.25 * var(--base-unit, 8px));border-radius:50%;cursor:pointer}.svc-page-navigator__navigator-icon use{fill:var(--foreground-light, #909090)}.svc-page-navigator__selector{width:calc(5.5 * var(--base-unit, 8px));height:calc(5.5 * var(--base-unit, 8px));min-height:calc(5.5 * var(--base-unit, 8px))}survey-creator .svc-page-navigator__selector:hover,survey-creator .svc-page-navigator__selector:focus,.svc-creator .svc-page-navigator__selector:hover,.svc-creator .svc-page-navigator__selector:focus{outline:none}survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon,survey-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon,.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon,.svc-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon{background-color:var(--primary-light, rgba(25,179,148,0.1))}survey-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon use,survey-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon use,.svc-creator .svc-page-navigator__selector:hover .svc-page-navigator__navigator-icon use,.svc-creator .svc-page-navigator__selector:focus .svc-page-navigator__navigator-icon use{fill:var(--primary, #19b394)}.svc-page-navigator__selector--opened{opacity:0.5}.svc-page-navigator__selector--opened .svc-page-navigator__navigator-icon{background-color:var(--primary-light, rgba(25,179,148,0.1))}.svc-page-navigator__selector--opened .svc-page-navigator__navigator-icon use{fill:var(--primary, #19b394)}.svc-page-navigator__popup{min-width:calc(12.5 * var(--base-unit, 8px))}.svc-tab-designer--with-page-navigator .svc-tab-designer_content{margin-right:calc(6.5 * var(--base-unit, 8px))}.svc-tab-designer__page-navigator{width:calc(5.5 * var(--base-unit, 8px));position:absolute;padding:calc(16.5 * var(--base-unit, 8px)) 0;top:0;bottom:0;right:calc(1 * var(--base-unit, 8px))}.svc-creator__toolbox--right .svc-tab-designer--with-page-navigator .svc-tab-designer_content,[dir='rtl'] .svc-tab-designer--with-page-navigator .svc-tab-designer_content,[style*='direction:rtl'] .svc-tab-designer--with-page-navigator .svc-tab-designer_content,[style*='direction: rtl'] .svc-tab-designer--with-page-navigator .svc-tab-designer_content{margin-right:0;margin-left:calc(6.5 * var(--base-unit, 8px))}.svc-creator__toolbox--right .svc-tab-designer__page-navigator,[dir='rtl'] .svc-tab-designer__page-navigator,[style*='direction:rtl'] .svc-tab-designer__page-navigator,[style*='direction: rtl'] .svc-tab-designer__page-navigator{right:unset;left:calc(1 * var(--base-unit, 8px))}
|
|
34
34
|
|
|
35
|
-
svc-page-navigator-item,.svc-page-navigator-item{display:block;width:calc(5.5 * var(--base-unit, 8px));height:calc(4.5 * var(--base-unit, 8px));min-height:calc(4.5 * var(--base-unit, 8px));cursor:pointer;position:relative}.svc-page-navigator-item-content{height:100%;width:100%}.svc-page-navigator-item-content:hover,.svc-page-navigator-item-content:focus{outline:none}.svc-page-navigator__items--up .svc-page-navigator-item-content{transition:0.25s ease-in-out;transform:translateY(-100%)}.svc-page-navigator__items--up svc-page-navigator-item:first-child .svc-page-navigator-item-content{opacity:0}.svc-page-navigator__items--down .svc-page-navigator-item-content{transition:0.25s ease-in-out;transform:translateY(100%)}.svc-page-navigator__items--down svc-page-navigator-item:last-child .svc-page-navigator-item-content{opacity:0}.svc-page-navigator-item__dot{box-sizing:content-box;position:absolute;border-radius:50%;width:6px;height:6px;right:calc(50% - 6px / 2);top:calc(50% - 6px / 2);background:var(--border, #d6d6d6)}.svc-page-navigator-item--selected .svc-page-navigator-item__dot{width:calc(1 * var(--base-unit, 8px));height:calc(1 * var(--base-unit, 8px));right:calc(50% - 1.5 * var(--base-unit, 8px) / 2);top:calc(50% - 1.5 * var(--base-unit, 8px) / 2);background:var(--background, #fff);border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.svc-page-navigator-item__banner{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;right:calc(.5 * var(--base-unit, 8px));display:flex;align-items:center;line-height:calc(4 * var(--base-unit, 8px));animation:0.5s ease-in;padding:0;opacity:0;z-index:20}.svc-page-navigator-item__banner .svc-page-navigator-item__dot{position:absolute;display:inline-block;top:calc(1.75 * var(--base-unit, 8px));right:calc(1.75 * var(--base-unit, 8px))}.svc-creator__toolbox--right .svc-page-navigator-item__banner,[dir='rtl'] .svc-page-navigator-item__banner,[style*='direction:rtl'] .svc-page-navigator-item__banner,[style*='direction: rtl'] .svc-page-navigator-item__banner{right:unset;left:calc(0.625 * var(--base-unit, 8px))}.svc-creator__toolbox--right .svc-page-navigator-item__banner .svc-page-navigator-item__dot,[dir='rtl'] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,[style*='direction:rtl'] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,[style*='direction: rtl'] .svc-page-navigator-item__banner .svc-page-navigator-item__dot{right:unset;left:calc(1.75 * var(--base-unit, 8px))}.svc-page-navigator-item-content:not(.svc-page-navigator-item--disabled) .svc-page-navigator-item__banner .svc-page-navigator-item__dot{width:calc(1 * var(--base-unit, 8px));height:calc(1 * var(--base-unit, 8px));border:none;background:var(--primary, #19b394)}.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner{padding:0 calc(4.5 * var(--base-unit, 8px)) 0 calc(2.5 * var(--base-unit, 8px));max-width:calc(25 * var(--base-unit, 8px));opacity:1}.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,[dir='rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,[dir='rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,[style*='direction:rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,[style*='direction:rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,[style*='direction: rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,[style*='direction: rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner{padding:0 calc(2.5 * var(--base-unit, 8px)) 0 calc(4.5 * var(--base-unit, 8px))}.svc-page-navigator-item--disabled .svc-page-navigator-item__banner{color:var(--foreground
|
|
35
|
+
svc-page-navigator-item,.svc-page-navigator-item{display:block;width:calc(5.5 * var(--base-unit, 8px));height:calc(4.5 * var(--base-unit, 8px));min-height:calc(4.5 * var(--base-unit, 8px));cursor:pointer;position:relative}.svc-page-navigator-item-content{height:100%;width:100%}.svc-page-navigator-item-content:hover,.svc-page-navigator-item-content:focus{outline:none}.svc-page-navigator__items--up .svc-page-navigator-item-content{transition:0.25s ease-in-out;transform:translateY(-100%)}.svc-page-navigator__items--up svc-page-navigator-item:first-child .svc-page-navigator-item-content{opacity:0}.svc-page-navigator__items--down .svc-page-navigator-item-content{transition:0.25s ease-in-out;transform:translateY(100%)}.svc-page-navigator__items--down svc-page-navigator-item:last-child .svc-page-navigator-item-content{opacity:0}.svc-page-navigator-item__dot{box-sizing:content-box;position:absolute;border-radius:50%;width:6px;height:6px;right:calc(50% - 6px / 2);top:calc(50% - 6px / 2);background:var(--border, #d6d6d6)}.svc-page-navigator-item--selected .svc-page-navigator-item__dot{width:calc(1 * var(--base-unit, 8px));height:calc(1 * var(--base-unit, 8px));right:calc(50% - 1.5 * var(--base-unit, 8px) / 2);top:calc(50% - 1.5 * var(--base-unit, 8px) / 2);background:var(--background, #fff);border:calc(.25 * var(--base-unit, 8px)) solid var(--primary, #19b394)}.svc-page-navigator-item__banner{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;right:calc(.5 * var(--base-unit, 8px));display:flex;align-items:center;line-height:calc(4 * var(--base-unit, 8px));animation:0.5s ease-in;padding:0;opacity:0;z-index:20}.svc-page-navigator-item__banner .svc-page-navigator-item__dot{position:absolute;display:inline-block;top:calc(1.75 * var(--base-unit, 8px));right:calc(1.75 * var(--base-unit, 8px))}.svc-creator__toolbox--right .svc-page-navigator-item__banner,[dir='rtl'] .svc-page-navigator-item__banner,[style*='direction:rtl'] .svc-page-navigator-item__banner,[style*='direction: rtl'] .svc-page-navigator-item__banner{right:unset;left:calc(0.625 * var(--base-unit, 8px))}.svc-creator__toolbox--right .svc-page-navigator-item__banner .svc-page-navigator-item__dot,[dir='rtl'] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,[style*='direction:rtl'] .svc-page-navigator-item__banner .svc-page-navigator-item__dot,[style*='direction: rtl'] .svc-page-navigator-item__banner .svc-page-navigator-item__dot{right:unset;left:calc(1.75 * var(--base-unit, 8px))}.svc-page-navigator-item-content:not(.svc-page-navigator-item--disabled) .svc-page-navigator-item__banner .svc-page-navigator-item__dot{width:calc(1 * var(--base-unit, 8px));height:calc(1 * var(--base-unit, 8px));border:none;background:var(--primary, #19b394)}.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,.svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner{padding:0 calc(4.5 * var(--base-unit, 8px)) 0 calc(2.5 * var(--base-unit, 8px));max-width:calc(25 * var(--base-unit, 8px));opacity:1}.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,.svc-creator__toolbox--right .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,[dir='rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,[dir='rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,[style*='direction:rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,[style*='direction:rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner,[style*='direction: rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):hover .svc-page-navigator-item__banner,[style*='direction: rtl'] .svc-page-navigator-item-content:not(.svc-page-navigator-item--selected):focus .svc-page-navigator-item__banner{padding:0 calc(2.5 * var(--base-unit, 8px)) 0 calc(4.5 * var(--base-unit, 8px))}.svc-page-navigator-item--disabled .svc-page-navigator-item__banner{color:var(--foreground, #161616);opacity:0.25}
|
|
36
36
|
|
|
37
37
|
svc-page{display:block}.svc-page{margin-top:calc(2 * var(--base-unit, 8px))}.svc-page .sd-page__title{margin:calc(2.5 * var(--base-unit, 8px)) 0 0 0}.svc-page__content{position:relative;padding:calc(1 * var(--base-unit, 8px)) calc(0 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));box-sizing:border-box;width:100%;outline:none}.svc-page__content .sd-page{margin:0;padding:calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.svc-page__content-actions{position:absolute;display:none;top:calc(1 * var(--base-unit, 8px));inset-inline-end:0;padding:0 calc(1.5 * var(--base-unit, 8px));z-index:1}.svc-page__content:not(.svc-page__content--new):focus,.svc-hovered.svc-page__content:not(.svc-page__content--new){background:var(--secondary-back-light, rgba(255,152,20,0.1))}.svc-creator .svc-page .svc-page__content--selected,.svc-creator .svc-page .svc-page__content--selected:focus,.svc-hovered{border-radius:calc(.5 * var(--base-unit, 8px))}.svc-creator .svc-page .svc-page__content--selected.svc-page__content--selected,.svc-creator .svc-page .svc-page__content--selected:focus.svc-page__content--selected,.svc-hovered.svc-page__content--selected{box-shadow:0 0 0 2px var(--secondary, #ff9814) inset;background:var(--secondary-back-light, rgba(255,152,20,0.1))}.svc-creator .svc-page .svc-page__content--selected.svc-page__content--selected .svc-page__content-actions,.svc-creator .svc-page .svc-page__content--selected:focus.svc-page__content--selected .svc-page__content-actions,.svc-hovered.svc-page__content--selected .svc-page__content-actions{display:block}.svc-page__add-new-question{margin-left:calc(3 * var(--base-unit, 8px));margin-right:calc(3 * var(--base-unit, 8px))}.svc-page__add-new-question .svc-text{margin-left:calc(6 * var(--base-unit, 8px))}.svc-page__question-type-selector{appearance:none;display:flex;height:calc(5 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:2px;background-color:transparent;cursor:pointer;margin-inline-end:calc(1 * var(--base-unit, 8px));outline:none}.svc-page__question-type-selector use{fill:var(--foreground-light, #909090)}.svc-page__question-type-selector:hover,.svc-page__question-type-selector:focus{background-color:var(--background-dim, #f3f3f3)}
|
|
38
38
|
|
|
39
39
|
.svc-row{width:100%}.svc-row .sd-row--multiple{padding:calc(1 * var(--base-unit, 8px));gap:calc(1 * var(--base-unit, 8px))}.svc-row .sd-row--multiple .sd-row--multiple{overflow:unset}.sd-panel .svc-row .sd-row--multiple{padding:calc(0 * var(--base-unit, 8px));box-shadow:none;border-radius:0;padding:2px;margin:-2px}.svc-row.svc-row--ghost .svc-question__content{padding:0;border:none;box-shadow:none}.svc-row.svc-row--ghost .sd-row{height:calc(4 * var(--base-unit, 8px))}.svc-row.svc-row--ghost:last-child .sd-row{height:initial;margin-top:calc(2 * var(--base-unit, 8px));margin-bottom:calc(2 * var(--base-unit, 8px))}.svc-row.svc-row--ghost+.svc-row .sd-page__row{margin-top:0}.svc-panel .svc-row.svc-row--ghost.svc-row.svc-row--ghost .sd-row{height:initial;margin-top:calc(2 * var(--base-unit, 8px));margin-bottom:calc(2 * var(--base-unit, 8px))}
|
|
40
40
|
|
|
41
|
-
svc-question{display:block;position:absolute;top:1px;left:1px;right:1px;bottom:1px}.svc-question__adorner{position:relative;height:100%;width:100%}.svc-question__adorner .sv-action-bar{overflow:visible}.svc-question__adorner .sv-action-bar .sv-action:not(:first-child) .sv-action-bar-item{border:none}.svc-question__adorner .sv-action-bar .sv-action:not(:first-child) .sv-action-bar-item:active{opacity:0.5;background-color:var(--background-dim, #f3f3f3)}.svc-question__content{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;height:100%;border-radius:calc(.5 * var(--base-unit, 8px));box-sizing:border-box;padding:calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px));background:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15);border:2px solid transparent;outline:none}.svc-question__content .sd-selectbase:not(.sd-imagepicker){overflow-x:auto;padding-left:calc(5 * var(--base-unit, 8px));margin-left:calc(-5 * var(--base-unit, 8px))}.svc-question__content .sd-table .sd-selectbase:not(.sd-imagepicker){overflow-x:visible;padding-left:0;margin-left:0}.svc-question__content .sd-multipletext__item-title{color:var(--foreground, #161616)}.svc-question__content .sd-multipletext__item-container.sd-input:focus-within{box-shadow:inset 0px 1px 2px rgba(0,0,0,0.15)}.svc-question__content .sd-matrixdynamic__btn.sd-matrixdynamic__add-btn{color:var(--foreground-disabled, rgba(22,22,22,0.25))}.svc-question__content>div{overflow:visible}.svc-panel__placeholder{color:var(--foreground-light, #909090)}.svc-question__content-actions{position:absolute;display:none;bottom:calc(2 * var(--base-unit, 8px));inset-inline-start:calc(4 * var(--base-unit, 8px));inset-inline-end:calc(3.5 * var(--base-unit, 8px))}.svc-question__content-actions .sv-action--convertTo{min-width:calc(13 * var(--base-unit, 8px));max-width:max-content;margin-inline-end:auto}.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item{max-width:100%;flex-direction:row-reverse}.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;justify-content:left}.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title--with-icon{margin-inline-start:0;margin-inline-end:calc(.5 * var(--base-unit, 8px))}.svc-question__content:focus,.svc-creator .svc-page .svc-hovered>.svc-question__content{box-shadow:0 0 0 2px var(--secondary-light, rgba(255,152,20,0.25))}.svc-creator .svc-page .svc-question__content--selected:not(.svc-question__content--dragged).svc-question__content--selected,.svc-creator .svc-page .svc-hovered>.svc-question__content:not(.svc-question__content--dragged).svc-question__content--selected{box-shadow:0 0 0 2px var(--secondary, #ff9814)}.svc-creator .svc-page .svc-question__content--selected:not(.svc-question__content--dragged)>.svc-question__content-actions,.svc-creator .svc-page .svc-hovered>.svc-question__content:not(.svc-question__content--dragged)>.svc-question__content-actions{display:block}.svc-question__content--dragged{background:var(--background-for-editors, #f9f9f9)}.svc-question__content--dragged .sd-question__title{color:var(--foreground-light, #909090)}.svc-question__content--dragged.svc-question__content--selected .svc-question__content-actions{display:none}.svc-question__content .sd-question.sd-question--table{margin-top:calc(-1 * var(--base-unit, 8px));padding-top:calc(1 * var(--base-unit, 8px))}.svc-dragged-element-shortcut{min-width:100px;height:calc(3 * var(--base-unit, 8px));border-radius:calc(12.5 * var(--base-unit, 8px));background-color:var(--background, #fff);color:var(--foreground, #161616);padding:calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));cursor:grabbing;position:absolute;z-index:1000;box-shadow:0px 8px 16px rgba(0,0,0,0.1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-dragged-element-shortcut .sv-svg-icon use{fill:var(--primary, #19b394)}.svc-dragged-element-shortcut--selected{border:2px solid var(--secondary, #ff9814)}.svc-dragged-element-shortcut__text{font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px));margin-left:calc(4 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.svc-dragged-element-shortcut__icon{position:absolute;width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px))}.svc-question__content--drag-over-inside .svc-panel__placeholder_frame,.svc-hovered>.svc-question__content--drag-over-inside .svc-panel__placeholder_frame{box-shadow:0 0 0 2px var(--primary, #19b394);background:var(--primary-light, rgba(25,179,148,0.1))}.svc-question__content--drag-over-inside .svc-panel__placeholder_frame>.svc-question__content-actions,.svc-hovered>.svc-question__content--drag-over-inside .svc-panel__placeholder_frame>.svc-question__content-actions{display:block}.svc-question__content--drag-over-left:before{content:" ";position:absolute;left:-7px;background:var(--secondary, #ff9814);top:0;height:100%;width:4px}.svc-question__content--drag-over-right:after{content:" ";position:absolute;right:-7px;background:var(--secondary, #ff9814);top:0;height:100%;width:4px}.svc-question__content-actions .sv-action-bar{box-sizing:border-box;padding:0;justify-content:flex-end}svc-question sv-action-bar,svc-question .sv-action-bar,.svc-question sv-action-bar,.svc-question .sv-action-bar{padding:0}.svc-panel__edge{position:absolute;border:1px solid orange;height:10px;width:100%}.svc-panel__edge--top{top:0}.svc-panel__edge--bottom{bottom:0}.svc-question__adorner--start-with-new-line[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"]{height:100%;overflow:hidden;min-width:4px}.svc-question__adorner--start-with-new-line[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__content.svc-question__content.svc-question__content{border:0;padding:0}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"]{border:none;height:0}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__drag-area{display:none}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__drag-element{display:none}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__content{background:transparent;box-shadow:none}.svc-hovered>.svc-question__content>.svc-question__drag-area{visibility:visible}.svc-question__content.svc-question__content--selected>.svc-question__drag-area{visibility:visible;z-index:1}.svc-question__drag-area{position:absolute;cursor:move;top:0;left:0;visibility:hidden;height:calc(3.5 * var(--base-unit, 8px));width:100%;display:flex;align-items:center;justify-content:center}.svc-question__drag-element{width:100%;height:calc(4 * var(--base-unit, 8px));opacity:0.5}.svc-question__drag-element use{fill:var(--foreground-light, #909090)}.sd-panel :not(.svc-hovered)>.svc-question__content:not(.svc-question__content--selected),.sd-row--multiple :not(.svc-hovered)>.svc-question__content:not(.svc-question__content--selected){border:1px dashed var(--border, #d6d6d6);box-shadow:none}.sd-panel .svc-question__content,.sd-row--multiple .svc-question__content{border-radius:0}.sd-panel .svc-question__content.svc-question__content--selected,.sd-row--multiple .svc-question__content.svc-question__content--selected{border:1px solid transparent;box-shadow:none}.sd-panel .svc-question__content:hover,.sd-row--multiple .svc-question__content:hover{border:1px solid transparent;box-shadow:none}.sd-row--multiple .svc-hovered>.svc-question__content:not(.svc-question__content--selected){border:1px solid var(--secondary-light, rgba(255,152,20,0.25));box-shadow:0 0 0 1px var(--secondary-light, rgba(255,152,20,0.25))}.sd-panel .svc-row--ghost.svc-row--ghost .svc-question__content.svc-question__content{border:none}.svc-widget__content{width:100%}.svc-widget__content .sd-question__content{pointer-events:none}.svc-question__content .sd-paneldynamic__footer,.svc-question__content .sd-paneldynamic__separator{display:none}.svc-panel__placeholder_frame{border:1px dashed var(--border, #d6d6d6);width:100%;box-sizing:border-box;height:calc(30 * var(--base-unit, 8px));display:flex;align-items:center;justify-content:center;flex-direction:column;padding:calc(2 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px))}.svc-panel__add-new-question-container{width:100%;display:flex;justify-content:center;position:relative}.svc-panel__add-new-question{align-items:center;margin-top:calc(2 * var(--base-unit, 8px));margin-left:0;margin-right:0;width:auto;height:calc(5 * var(--base-unit, 8px));line-height:calc(5 * var(--base-unit, 8px));vertical-align:baseline;text-align:center;background-color:var(--background, #fff);cursor:pointer;user-select:none;border:none;box-shadow:none}.svc-panel__add-new-question:hover{outline:none}.svc-panel__add-new-question .svc-text{display:flex;align-items:center;flex-grow:1;justify-content:center;margin:calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px));color:var(--primary, #19b394)}.svc-panel__question-type-selector{appearance:none;display:flex;height:calc(5 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:2px;background-color:transparent;cursor:pointer;margin-right:calc(1 * var(--base-unit, 8px));top:calc(2 * var(--base-unit, 8px));margin:0;position:absolute;right:0}.svc-panel__question-type-selector use{fill:var(--foreground-light, #909090)}.svc-panel__question-type-selector:hover{background-color:var(--background-dim, #f3f3f3)}.sd-panel .svc-row{margin-top:calc(1 * var(--base-unit, 8px))}.sd-panel .svc-row:first-of-type{margin-top:0}.sd-panel .svc-row .sd-row{margin-top:0;margin-bottom:0}
|
|
41
|
+
svc-question{display:block;position:absolute;top:1px;left:1px;right:1px;bottom:1px}.svc-question__adorner{position:relative;height:100%;width:100%}.svc-question__adorner .sv-action-bar{overflow:visible}.svc-question__adorner .sv-action-bar .sv-action:not(:first-child) .sv-action-bar-item{border:none}.svc-question__adorner .sv-action-bar .sv-action:not(:first-child) .sv-action-bar-item:active{opacity:0.5;background-color:var(--background-dim, #f3f3f3)}.svc-question__content{display:flex;flex-direction:column;align-items:flex-start;position:relative;width:100%;height:100%;border-radius:calc(.5 * var(--base-unit, 8px));box-sizing:border-box;padding:calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px));background:var(--background, #fff);box-shadow:0px 1px 2px rgba(0,0,0,0.15);border:2px solid transparent;outline:none}.svc-question__content .sd-selectbase:not(.sd-imagepicker){overflow-x:auto;padding-left:calc(5 * var(--base-unit, 8px));margin-left:calc(-5 * var(--base-unit, 8px))}.svc-question__content .sd-table .sd-selectbase:not(.sd-imagepicker){overflow-x:visible;padding-left:0;margin-left:0}.svc-question__content .sd-multipletext__item-title{color:var(--foreground, #161616)}.svc-question__content .sd-multipletext__item-container.sd-input:focus-within{box-shadow:inset 0px 1px 2px rgba(0,0,0,0.15)}.svc-question__content .sd-matrixdynamic__btn.sd-matrixdynamic__add-btn{color:var(--foreground, #161616);opacity:0.25}.svc-question__content>div{overflow:visible}.svc-panel__placeholder{color:var(--foreground-light, #909090)}.svc-question__content-actions{position:absolute;display:none;bottom:calc(2 * var(--base-unit, 8px));inset-inline-start:calc(4 * var(--base-unit, 8px));inset-inline-end:calc(3.5 * var(--base-unit, 8px))}.svc-question__content-actions .sv-action--convertTo{min-width:calc(13 * var(--base-unit, 8px));max-width:max-content;margin-inline-end:auto}.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item{max-width:100%;flex-direction:row-reverse}.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:inline-block;justify-content:left}.svc-question__content-actions .sv-action--convertTo .sv-action-bar-item__title--with-icon{margin-inline-start:0;margin-inline-end:calc(.5 * var(--base-unit, 8px))}.svc-question__content:focus,.svc-creator .svc-page .svc-hovered>.svc-question__content{box-shadow:0 0 0 2px var(--secondary-light, rgba(255,152,20,0.25))}.svc-creator .svc-page .svc-question__content--selected:not(.svc-question__content--dragged).svc-question__content--selected,.svc-creator .svc-page .svc-hovered>.svc-question__content:not(.svc-question__content--dragged).svc-question__content--selected{box-shadow:0 0 0 2px var(--secondary, #ff9814)}.svc-creator .svc-page .svc-question__content--selected:not(.svc-question__content--dragged)>.svc-question__content-actions,.svc-creator .svc-page .svc-hovered>.svc-question__content:not(.svc-question__content--dragged)>.svc-question__content-actions{display:block}.svc-question__content--dragged{background:var(--background-for-editors, #f9f9f9)}.svc-question__content--dragged .sd-question__title{color:var(--foreground-light, #909090)}.svc-question__content--dragged.svc-question__content--selected .svc-question__content-actions{display:none}.svc-question__content .sd-question.sd-question--table{margin-top:calc(-1 * var(--base-unit, 8px));padding-top:calc(1 * var(--base-unit, 8px))}.svc-dragged-element-shortcut{min-width:100px;height:calc(3 * var(--base-unit, 8px));border-radius:calc(12.5 * var(--base-unit, 8px));background-color:var(--background, #fff);color:var(--foreground, #161616);padding:calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px));cursor:grabbing;position:absolute;z-index:1000;box-shadow:0px 8px 16px rgba(0,0,0,0.1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-dragged-element-shortcut .sv-svg-icon use{fill:var(--primary, #19b394)}.svc-dragged-element-shortcut--selected{border:2px solid var(--secondary, #ff9814)}.svc-dragged-element-shortcut__text{font-family:var(--font-family);font-style:normal;font-weight:600;font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px));margin-left:calc(4 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.svc-dragged-element-shortcut__icon{position:absolute;width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px))}.svc-question__content--drag-over-inside .svc-panel__placeholder_frame,.svc-hovered>.svc-question__content--drag-over-inside .svc-panel__placeholder_frame{box-shadow:0 0 0 2px var(--primary, #19b394);background:var(--primary-light, rgba(25,179,148,0.1))}.svc-question__content--drag-over-inside .svc-panel__placeholder_frame>.svc-question__content-actions,.svc-hovered>.svc-question__content--drag-over-inside .svc-panel__placeholder_frame>.svc-question__content-actions{display:block}.svc-question__content--drag-over-left:before{content:" ";position:absolute;left:-7px;background:var(--secondary, #ff9814);top:0;height:100%;width:4px}.svc-question__content--drag-over-right:after{content:" ";position:absolute;right:-7px;background:var(--secondary, #ff9814);top:0;height:100%;width:4px}.svc-question__content-actions .sv-action-bar{box-sizing:border-box;padding:0;justify-content:flex-end}svc-question sv-action-bar,svc-question .sv-action-bar,.svc-question sv-action-bar,.svc-question .sv-action-bar{padding:0}.svc-panel__edge{position:absolute;border:1px solid orange;height:10px;width:100%}.svc-panel__edge--top{top:0}.svc-panel__edge--bottom{bottom:0}.svc-question__adorner--start-with-new-line[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"]{height:100%;overflow:hidden;min-width:4px}.svc-question__adorner--start-with-new-line[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__content.svc-question__content.svc-question__content{border:0;padding:0}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"]{border:none;height:0}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__drag-area{display:none}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__drag-element{display:none}[data-sv-drop-target-survey-element="sv-drag-drop-ghost-survey-element-name"] .svc-question__content{background:transparent;box-shadow:none}.svc-hovered>.svc-question__content>.svc-question__drag-area{visibility:visible}.svc-question__content.svc-question__content--selected>.svc-question__drag-area{visibility:visible;z-index:1}.svc-question__drag-area{position:absolute;cursor:move;top:0;left:0;visibility:hidden;height:calc(3.5 * var(--base-unit, 8px));width:100%;display:flex;align-items:center;justify-content:center}.svc-question__drag-element{width:100%;height:calc(4 * var(--base-unit, 8px));opacity:0.5}.svc-question__drag-element use{fill:var(--foreground-light, #909090)}.sd-panel :not(.svc-hovered)>.svc-question__content:not(.svc-question__content--selected),.sd-row--multiple :not(.svc-hovered)>.svc-question__content:not(.svc-question__content--selected){border:1px dashed var(--border, #d6d6d6);box-shadow:none}.sd-panel .svc-question__content,.sd-row--multiple .svc-question__content{border-radius:0}.sd-panel .svc-question__content.svc-question__content--selected,.sd-row--multiple .svc-question__content.svc-question__content--selected{border:1px solid transparent;box-shadow:none}.sd-panel .svc-question__content:hover,.sd-row--multiple .svc-question__content:hover{border:1px solid transparent;box-shadow:none}.sd-row--multiple .svc-hovered>.svc-question__content:not(.svc-question__content--selected){border:1px solid var(--secondary-light, rgba(255,152,20,0.25));box-shadow:0 0 0 1px var(--secondary-light, rgba(255,152,20,0.25))}.sd-panel .svc-row--ghost.svc-row--ghost .svc-question__content.svc-question__content{border:none}.svc-widget__content{width:100%}.svc-widget__content .sd-question__content{pointer-events:none}.svc-question__content .sd-paneldynamic__footer,.svc-question__content .sd-paneldynamic__separator{display:none}.svc-panel__placeholder_frame{border:1px dashed var(--border, #d6d6d6);width:100%;box-sizing:border-box;height:calc(30 * var(--base-unit, 8px));display:flex;align-items:center;justify-content:center;flex-direction:column;padding:calc(2 * var(--base-unit, 8px)) calc(8 * var(--base-unit, 8px))}.svc-panel__add-new-question-container{width:100%;display:flex;justify-content:center;position:relative}.svc-panel__add-new-question{align-items:center;margin-top:calc(2 * var(--base-unit, 8px));margin-left:0;margin-right:0;width:auto;height:calc(5 * var(--base-unit, 8px));line-height:calc(5 * var(--base-unit, 8px));vertical-align:baseline;text-align:center;background-color:var(--background, #fff);cursor:pointer;user-select:none;border:none;box-shadow:none}.svc-panel__add-new-question:hover{outline:none}.svc-panel__add-new-question .svc-text{display:flex;align-items:center;flex-grow:1;justify-content:center;margin:calc(1 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px));color:var(--primary, #19b394)}.svc-panel__question-type-selector{appearance:none;display:flex;height:calc(5 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:2px;background-color:transparent;cursor:pointer;margin-right:calc(1 * var(--base-unit, 8px));top:calc(2 * var(--base-unit, 8px));margin:0;position:absolute;right:0}.svc-panel__question-type-selector use{fill:var(--foreground-light, #909090)}.svc-panel__question-type-selector:hover{background-color:var(--background-dim, #f3f3f3)}.sd-panel .svc-row{margin-top:calc(1 * var(--base-unit, 8px))}.sd-panel .svc-row:first-of-type{margin-top:0}.sd-panel .svc-row .sd-row{margin-top:0;margin-bottom:0}
|
|
42
42
|
|
|
43
43
|
.svc-question__dropdown-choices{margin-top:calc(2 * var(--base-unit, 8px))}.svc-question__dropdown-choice--collapsed:nth-last-child(1){opacity:0.25}.svc-question__dropdown-choice--collapsed:nth-last-child(2){opacity:0.5}.svc-question__dropdown-choice--collapsed:nth-last-child(3){opacity:0.75}.svc-question__dropdown-choices--wrapper .svc-action-button{margin-left:calc(6.75 * var(--base-unit, 8px));margin-top:calc(1 * var(--base-unit, 8px));cursor:pointer}
|
|
44
44
|
|
|
45
45
|
.svc-image-question-controls{position:absolute;top:calc(5 * var(--base-unit, 8px));right:calc(1 * var(--base-unit, 8px));display:none}.svc-question__content--selected .svc-image-question-controls{display:block}.svc-image-question-controls__button{display:inline-block;background-color:var(--background, #fff);border-radius:50%;width:calc(6 * var(--base-unit, 8px));height:calc(6 * var(--base-unit, 8px));cursor:pointer}.svc-image-question-controls__button:not(:last-child){margin-right:calc(.5 * var(--base-unit, 8px))}.svc-image-question-controls__button .sv-svg-icon{margin-top:calc(50% - 1.5 * var(--base-unit, 8px));margin-left:calc(50% - 1.5 * var(--base-unit, 8px))}.svc-image-question-controls__button use{fill:var(--foreground-light, #909090)}.svc-image-question-controls__button:hover use{fill:var(--primary, #19b394)}.svc-question__content--image{padding:calc(4 * var(--base-unit, 8px)) 0 calc(8 * var(--base-unit, 8px)) 0}
|
|
46
46
|
|
|
47
|
-
.svc-rating-question-controls{position:absolute}.svc-question__content--selected-no-border .svc-rating-question-controls.svc-item-value-controls{display:flex}.svc-question__content--selected .svc-rating-question-controls.svc-item-value-controls{display:flex}.svc-question__content .sd-rating{margin-inline-start:calc(9 * var(--base-unit, 8px));width:calc(100% - 9 * var(--base-unit, 8px))}.svc-question__content .svc-rating-question-controls{display:flex;width:calc(8 * var(--base-unit, 8px));min-width:auto;justify-content:flex-start}
|
|
47
|
+
.svc-rating-question-controls{position:absolute}.svc-question__content--selected-no-border .svc-rating-question-controls.svc-item-value-controls{display:flex}.svc-question__content--selected .svc-rating-question-controls.svc-item-value-controls{display:flex}.svc-question__content .sd-rating{margin-inline-start:calc(9 * var(--base-unit, 8px));width:calc(100% - 9 * var(--base-unit, 8px))}.svc-question__content .svc-rating-question-controls{display:flex;width:calc(8 * var(--base-unit, 8px));min-width:auto;justify-content:flex-start}.svc-question__content .sd-rating__item--fixed-size:focus-within{width:unset;padding:calc(.5 * var(--base-unit, 8px)) calc(2.5 * var(--base-unit, 8px))}
|
|
48
48
|
|
|
49
49
|
.svc-item-value-wrapper{position:relative;display:flex;gap:calc(1 * var(--base-unit, 8px));align-items:center;margin-left:calc(-5 * var(--base-unit, 8px));min-width:calc(27 * var(--base-unit, 8px))}.svc-question__dropdown-choice .svc-item-value-wrapper,.sd-selectbase .svc-item-value-wrapper{align-items:flex-start}.svc-question__content .sd-selectbase__column:not(.sd-imagepicker__column):not(:first-of-type){margin-left:calc(5 * var(--base-unit, 8px))}.svc-question__content .sd-selectbase__column:not(:last-child){padding-right:0}.svc-item-value--dragging{background:var(--background, #fff);box-shadow:0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) rgba(0,0,0,0.1);border-radius:calc(12.5 * var(--base-unit, 8px));padding-right:calc(3 * var(--base-unit, 8px));padding-left:calc(.5 * var(--base-unit, 8px));-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.svc-item-value-controls{display:flex;margin:calc(1 * var(--base-unit, 8px)) 0;height:calc(4 * var(--base-unit, 8px));box-sizing:border-box;flex-shrink:0;min-width:72px;justify-content:flex-end}.svc-item-value-controls__button{border-radius:50%;padding:calc(1 * var(--base-unit, 8px));cursor:pointer;display:inline-block;outline:none;height:calc(2 * var(--base-unit, 8px));box-sizing:content-box}.svc-item-value-controls__button .sv-svg-icon{display:block}.svc-item-value-controls__button>span{display:block}.svc-item-value-controls__drag-icon{display:block}.svc-item-value-wrapper:hover:not(.svc-item-value--ghost) .svc-item-value-controls__drag-icon,.svc-item-value-controls__drag:hover:not(.svc-item-value--ghost) .svc-item-value-controls__drag-icon{visibility:visible}.svc-item-value-controls__drag{padding:calc(.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px));cursor:move;opacity:0.25}.svc-item-value-controls__drag .svc-item-value-controls__drag-icon{visibility:hidden}.svc-item-value-controls__drag use{fill:var(--foreground, #161616)}.svc-item-value-controls__remove use{fill:var(--red, #e60a3e)}.svc-item-value-controls__add use{fill:var(--primary, #19b394)}.svc-item-value-controls__add:hover,.svc-item-value-controls__add:focus{background-color:var(--primary-light, rgba(25,179,148,0.1))}.svc-item-value-controls__remove:hover,.svc-item-value-controls__remove:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.sv-string-editor{cursor:text}.svc-item-value--new .svc-item-value__item .sd-item__control-label,.svc-item-value--new .svc-item-value__item .sv-ranking-item__text{color:var(--foreground-light, #909090)}.svc-item-value--new .svc-item-value__item .sd-item__decorator{opacity:0.35}.svc-item-value--new .sv-ranking-item__index{background:var(--background-dim, #f3f3f3)}.svc-item-value--new .sv-ranking-item__index.sv-ranking-item__index--empty:empty{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAaSURBVHgBjcABDQAACAKwa2X6b1Tghxi8UQEkAAB3NR3N2gAAAABJRU5ErkJggg==)}.sv-ranking .svc-item-value-wrapper{align-items:center}.svc-item-value__item .sv-ranking-item__content{padding-left:0}.svc-item-value__item .sv-ranking-item__icon-container{display:none}.svc-item-value__item .sv-ranking-item__text{overflow:visible}.svc-item-value--ghost .svc-item-value__ghost{display:block}.svc-item-value--ghost .svc-item-value-controls{visibility:hidden}.svc-item-value--movedown{transform:translate(0, 0);animation:svdragdropmovedown 0.1s;animation-timing-function:ease-in-out}@keyframes svdragdropmovedown{0%{transform:translate(0, -50px)}100%{transform:translate(0, 0)}}.svc-item-value--moveup{transform:translate(0, 0);animation:svdragdropmoveup 0.1s;animation-timing-function:ease-in-out}@keyframes svdragdropmoveup{0%{transform:translate(0, 50px)}100%{transform:translate(0, 0)}}.svc-item-value__ghost{display:none;background:var(--background-dim, #f3f3f3);border-radius:calc(12.5 * var(--base-unit, 8px));width:calc(25 * var(--base-unit, 8px));height:40px;z-index:11;position:absolute;left:35px}
|
|
50
50
|
|
|
@@ -60,9 +60,9 @@ svc-question{display:block;position:absolute;top:1px;left:1px;right:1px;bottom:1
|
|
|
60
60
|
|
|
61
61
|
.svc-property-panel__item{margin:calc(2 * var(--base-unit, 8px)) 0;width:100%}
|
|
62
62
|
|
|
63
|
-
.svc-property-panel__group{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:calc(2 * var(--base-unit, 8px));border:none;outline:none;color:var(--foreground-light, #909090);cursor:pointer;text-align:left;background:var(--background, #fff);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px))}.svc-property-panel__group:disabled,.svc-property-panel__group:disabled:hover{background-color:var(--background, #fff);color:var(--foreground
|
|
63
|
+
.svc-property-panel__group{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;padding:calc(2 * var(--base-unit, 8px));border:none;outline:none;color:var(--foreground-light, #909090);cursor:pointer;text-align:left;background:var(--background, #fff);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px))}.svc-property-panel__group:disabled,.svc-property-panel__group:disabled:hover{background-color:var(--background, #fff);color:var(--foreground, #161616);opacity:0.25;cursor:default}.svc-property-panel__group:hover{background-color:var(--background-dim, #f3f3f3);color:var(--foreground-light, #909090);font-weight:400}.svc-property-panel__group--active,.svc-property-panel__group--active:hover{color:var(--foreground, #161616);font-weight:600;background-color:var(--background, #fff)}
|
|
64
64
|
|
|
65
|
-
.svc-tabbed-menu-item{padding:calc(2 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));height:calc(8 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));box-sizing:border-box;cursor:pointer}.svc-tabbed-menu-item:hover,.svc-tabbed-menu-item:focus{background-color:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);outline:none}.svc-tabbed-menu-item--selected{background:var(--background, #fff);box-shadow:inset 0px -2px 0px var(--primary, #19b394)}.svc-tabbed-menu-item--selected:hover,.svc-tabbed-menu-item--selected:focus{background:var(--background, #fff);box-shadow:inset 0px -2px 0px var(--primary, #19b394)}.svc-tabbed-menu-item--disabled{cursor:default;color:var(--foreground
|
|
65
|
+
.svc-tabbed-menu-item{padding:calc(2 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));height:calc(8 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));box-sizing:border-box;cursor:pointer}.svc-tabbed-menu-item:hover,.svc-tabbed-menu-item:focus{background-color:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);outline:none}.svc-tabbed-menu-item--selected{background:var(--background, #fff);box-shadow:inset 0px -2px 0px var(--primary, #19b394)}.svc-tabbed-menu-item--selected:hover,.svc-tabbed-menu-item--selected:focus{background:var(--background, #fff);box-shadow:inset 0px -2px 0px var(--primary, #19b394)}.svc-tabbed-menu-item--disabled{cursor:default;color:var(--foreground, #161616);opacity:0.25}.svc-tabbed-menu-item--disabled:hover{background-color:var(--background, #fff)}.svc-tabbed-menu-item--hidden{visibility:hidden}.svc-tabbed-menu-item .svc-tabbed-menu-item__text{white-space:nowrap;line-height:calc(4 * var(--base-unit, 8px))}.svc-tabbed-menu-item-container .sv-dots__item{width:auto}
|
|
66
66
|
|
|
67
67
|
.svc-tabbed-menu{display:flex;white-space:nowrap;overflow:hidden;align-items:center;height:calc(8 * var(--base-unit, 8px))}.svc-tabbed-menu-wrapper{flex:1 1 auto;overflow:hidden}
|
|
68
68
|
|
|
@@ -72,7 +72,7 @@ svc-toolbox{display:flex;flex-direction:column;position:absolute}.svc-toolbox{he
|
|
|
72
72
|
|
|
73
73
|
.svc-side-bar__container{display:block;position:relative;font-family:var(--font-family);min-width:370px;max-width:calc(68 * var(--base-unit, 8px));width:450px;height:100%}.svc-side-bar__container .svc-resizer{width:3px;height:100%;position:absolute;top:0;background-color:transparent;cursor:e-resize}.svc-resizer-west{left:0}.svc-resizer-east{right:0}.svc-side-bar__container-header{background:var(--background, #fff);box-shadow:inset 0px -2px 0px var(--primary, #19b394);text-align:right;line-height:calc(3 * var(--base-unit, 8px));display:flex}.svc-side-bar__container-content{display:flex;flex-direction:column;align-items:flex-start;height:calc(100% - calc(8 * var(--base-unit, 8px)));overflow-y:auto;background-color:var(--background, #fff)}.svc-side-bar__container-container{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0px calc(2 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));box-sizing:border-box;background:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6)}.svc-side-bar__container-title{display:flex;line-height:calc(4.5 * var(--base-unit, 8px));flex-grow:1;flex-shrink:0;justify-content:flex-end;padding:calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.svc-side-bar__container-actions{width:100%;padding:calc(1.5 * var(--base-unit, 8px)) calc(1 * var(--base-unit, 8px))}.svc-side-bar__container-actions .sv-action-bar{justify-content:flex-end;padding:0}.svc-side-bar__container-close{display:none}.svc-flex-column.svc-side-bar__wrapper{width:auto;border-left:1px solid var(--border, #d6d6d6);height:100%;background-color:var(--background-dim, #f3f3f3)}.svc-side-bar{height:100%}.svc-flyout-side-bar{width:0;overflow:visible}.svc-flyout-side-bar .svc-side-bar__shadow{background-color:var(--foreground-light, #909090);opacity:0.75;position:absolute;top:0;bottom:0;right:0;left:0;z-index:9000}.svc-flyout-side-bar .svc-side-bar__wrapper{border-left:none;z-index:10000;position:absolute;right:0;display:inline-block;height:100%;max-width:100%}.svc-full-container.svc-creator__side-bar--left{flex-direction:row-reverse}.svc-full-container.svc-creator__side-bar--left .svc-side-bar__wrapper{left:0;right:unset}.svc-full-container.svc-creator__side-bar--left .svc-side-bar__container-header .sv-action-bar{flex-direction:row-reverse}.svc-full-container.svc-creator__side-bar--left .sv-action--object-selector{justify-content:flex-start;flex:1;display:flex}.svc-full-container.svc-creator__side-bar--left .svd-grid-hide .sv-svg-icon{transform:rotate(180deg)}.svd-grid-hide{margin-inline-end:auto}.sv-mobile-side-bar .svc-side-bar__container-actions{display:none}.sv-mobile-side-bar .svc-side-bar__container-title{display:block;font-weight:bold;font-size:calc(3 * var(--base-unit, 8px));line-height:calc(4 * var(--base-unit, 8px));flex:unset}.sv-mobile-side-bar .svc-side-bar__wrapper{top:calc(2 * var(--base-unit, 8px));background:none}.sv-mobile-side-bar .svc-side-bar__container{width:100%;min-width:338px}.sv-mobile-side-bar .svc-side-bar__container-header{border:unset;box-shadow:0px calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-radius:calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px)) 0px 0px}.sv-mobile-side-bar .svc-side-bar__container-content{height:calc(100% - 20 * var(--base-unit, 8px));background-color:var(--background-dim, #f3f3f3)}.sv-mobile-side-bar .svc-side-bar__container-close{display:flex;background-color:var(--background-dim, #f3f3f3)}.sv-mobile-side-bar .svc-side-bar__container-close .svc-side-bar__container-close-button{width:100%;margin:calc(2 * var(--base-unit, 8px))}.svc-side-bar .svc-toolbox{width:100%}
|
|
74
74
|
|
|
75
|
-
.spg-action-bar{display:flex;box-sizing:content-box;padding-right:calc(.5 * var(--base-unit, 8px));position:relative;align-items:center;margin-left:auto;overflow:hidden;white-space:nowrap}.spg-action-bar .sv-action:not(.sv-action--hidden):not(:last-of-type)>.sv-action__content{padding-right:0}.spg-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:calc(12.5 * var(--base-unit, 8px));background-color:transparent;cursor:pointer}.spg-action-button:hover,.spg-action-button:focus{opacity:1;outline:none;background-color:var(--primary-light, rgba(25,179,148,0.1))}.spg-action-button:hover use,.spg-action-button:focus use{fill:var(--primary, #19b394)}.spg-action-button__icon{display:block}.spg-action-button__icon use{fill:var(--foreground-light, #909090)}.spg-action-button--danger:hover,.spg-action-button--danger:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.spg-action-button--danger:hover use,.spg-action-button--danger:focus use{fill:var(--red, #e60a3e)}button.spg-action-button--large{padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.spg-action-button:disabled{opacity:0.25;pointer-events:none;cursor:default}.spg-action-button--muted{opacity:0.5}.spg-action-button:active{opacity:0.5}.spg-question{display:flex;flex-direction:column;align-items:flex-start;padding:0px}.spg-question__header{width:100%}.spg-question__title{width:100%;margin:0;padding:calc(1 * var(--base-unit, 8px)) 0;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground-light, #909090);font-weight:normal;box-sizing:border-box}.spg-question__content{width:100%;color:var(--primary, #19b394);cursor:pointer}.spg-text__content,.spg-comment__content{position:relative}.spg-question__content:focus-within .spg-remaining-character-counter{display:flex}.spg-remaining-character-counter{display:none;flex-direction:row;justify-content:flex-end;align-items:flex-end;padding:0px;font-family:var(--font-family);line-height:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));color:var(--foreground-light, #909090);position:absolute;inset-inline-end:calc(.75 * var(--base-unit, 8px));inset-block-end:calc(.5 * var(--base-unit, 8px))}.spg-question__description{line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);padding-bottom:calc(2 * var(--base-unit, 8px));white-space:normal}.spg-row-narrow__question{margin-top:calc(-2 * var(--base-unit, 8px))}.spg-question--location--left{flex-direction:row;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);line-height:calc(6 * var(--base-unit, 8px));vertical-align:middle;align-items:stretch}.spg-question--location--left:focus-within{border-color:var(--primary, #19b394);box-shadow:none}.spg-question--location--left:focus-within .spg-question__header--location--left{box-shadow:none;border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset 1px 0 0 0 var(--primary, #19b394)}.spg-question--location--left .spg-input:focus{border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset -1px 0 0 0 var(--primary, #19b394)}.spg-question__header--location--left{width:auto;max-width:50%;display:flex;align-items:center}.spg-question__header--location--left .spg-question__title{padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-right:1px solid var(--border, #d6d6d6);display:inline-block}.spg-question__content--left .spg-input{border:none}.spg-row--multiple{display:flex;gap:calc(1 * var(--base-unit, 8px));overflow:hidden;flex-wrap:wrap}.spg-row--multiple>div{width:0;flex-grow:1;min-width:calc(25.5 * var(--base-unit, 8px))}.spg-row--multiple>div .spg-question__header--location--left{min-width:calc(8 * var(--base-unit, 8px))}.spg-row--multiple>div input{min-width:calc(17 * var(--base-unit, 8px));width:100%}.spg-row--multiple>div input[type="date"]{width:100%}.spg-row--multiple>div input[type="date"]::-webkit-calendar-picker-indicator{display:none}.spg-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;background-color:var(--background, #fff);box-sizing:border-box;width:100%;height:calc(6 * var(--base-unit, 8px));border:1px solid var(--border-inside, rgba(0,0,0,0.16));padding:calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));outline:none;font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground, #161616)}.spg-input::placeholder{color:var(--foreground-light, #909090)}.spg-input:focus,.spg-input.spg-dropdown:focus,.spg-input.spg-dropdown:focus-within{border-color:var(--primary, #19b394);box-shadow:inset 0 0 0 1px var(--primary, #19b394)}.spg-input:disabled,.spg-input:disabled::placeholder{color:var(--foreground-disabled, rgba(22,22,22,0.16))}.spg-input[type="color"]{padding-left:0;padding-right:0;min-width:calc(8 * var(--base-unit, 8px))}.spg-dropdown{border-radius:0;display:flex;padding-right:calc(5.5 * var(--base-unit, 8px));box-shadow:none;line-height:normal;background-position:right calc(1.625 * var(--base-unit, 8px)) top 50%,0 0}.spg-dropdown__filter-string-input{line-height:unset}.spg-comment{height:calc(9 * var(--base-unit, 8px));max-width:100%;min-width:calc(6 * var(--base-unit, 8px));min-height:calc(6 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.spg-panel__title{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;padding:calc(2 * var(--base-unit, 8px));border:none;outline:none;color:var(--foreground-light, #909090);cursor:pointer;text-align:left;background-color:var(--background, #fff);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:400;margin:0}.spg-panel__title:disabled,.spg-panel__title:disabled:hover{color:var(--foreground-disabled, rgba(22,22,22,0.16));cursor:default}.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):hover,.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):focus{background-color:var(--background-dim, #f3f3f3)}.spg-panel__title[aria-expanded=true],.spg-panel__title--expanded{color:var(--foreground, #161616);font-weight:600}.spg-panel__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0 calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px));box-sizing:border-box;background:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6)}.spg-panel__content .spg-row{width:100%;margin-top:calc(2 * var(--base-unit, 8px))}.spg-panel__content .spg-row--multiple{margin-top:calc(1 * var(--base-unit, 8px))}.sv-mobile-side-bar .spg-panel__content{padding:0 calc(2 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px))}.spg-checkbox{cursor:pointer;margin-top:calc(2 * var(--base-unit, 8px))}.spg-checkbox--disabled{cursor:default}.spg-checkbox--disabled .spg-checkbox{cursor:default}.spg-checkbox--disabled .spg-checkbox__caption{color:var(--foreground-light, #909090)}.spg-checkbox__caption{font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);line-height:calc(3 * var(--base-unit, 8px))}.spg-checkbox__rectangle{background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box;width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));flex-shrink:0;padding:1px 1px}.spg-checkbox:hover .spg-checkbox__rectangle{background-color:var(--background-dim, #f3f3f3)}.spg-checkbox--disabled .spg-checkbox__rectangle:hover{background:var(--background, #fff)}.spg-checkbox__control:focus+.spg-checkbox__rectangle{outline:2px solid var(--primary, #19b394);outline-offset:-2px}.spg-checkbox .spg-checkbox__svg{display:none}.spg-checkbox--checked .spg-checkbox__svg{display:block;width:calc(2.5 * var(--base-unit, 8px));height:calc(2.5 * var(--base-unit, 8px));background-repeat:no-repeat;background-size:calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));fill:var(--primary, #19b394)}.spg-checkbox--disabled.spg-checkbox--checked .spg-checkbox__svg{fill:var(--border, #d6d6d6)}.spg-checkbox__control{position:fixed;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.spg-checkbox__hidden{display:none}.spg-selectbase{border:none;padding:0;margin:0}.spg-selectbase__label{display:flex;align-items:flex-start;gap:calc(1 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element{padding:calc(2 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element:hover{background-color:var(--background, #fff)}.spg-matrixdynamic__drag-element:after{content:" ";display:block;height:calc(.5 * var(--base-unit, 8px))}.spg-drag-element__svg{width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));display:block;opacity:0.5}.spg-drag-element__svg use{fill:var(--foreground-light, #909090)}.spg-matrixdynamic__drag-drop-ghost-position-top,.spg-matrixdynamic__drag-drop-ghost-position-bottom{position:relative}.spg-matrixdynamic__drag-drop-ghost-position-top::after,.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{content:"";width:100%;height:calc(.5 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);position:absolute;left:0}.spg-matrixdynamic__drag-drop-ghost-position-top::after{top:0}.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{bottom:0}.spg-matrixdynamic__placeholder{padding:calc(6 * var(--base-unit, 8px)) 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box}.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn{display:initial}.spg-matrixdynamic__placeholder-text{font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));color:var(--foreground-light, #909090)}.spg-matrixdynamic__add-btn{display:none;appearance:none;border:none;margin-top:calc(.5 * var(--base-unit, 8px));background:transparent;color:var(--primary, #19b394);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:600;line-height:calc(3 * var(--base-unit, 8px))}.spg-table-wrapper{border:1px solid var(--border, #d6d6d6);border-bottom:none}.spg-table{width:100%;background-color:var(--background, #fff);border-collapse:collapse}.spg-table tr{border-bottom:1px solid var(--border, #d6d6d6)}.spg-table__cell{padding:0}.spg-table__cell .spg-checkbox{margin:0 calc(2 * var(--base-unit, 8px))}.spg-table__cell--detail-panel{background:var(--background-dim, #f3f3f3)}.spg-table__cell--detail-panel .spg-panel__content{box-shadow:none}.spg-table__cell:not(.spg-table__cell--detail-panel):not(.spg-table__cell--actions):first-of-type{padding-left:8px}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input{appearance:none;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));border:none;border-radius:calc(.5 * var(--base-unit, 8px));background-color:transparent;padding:calc(1 * var(--base-unit, 8px));height:auto}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input[type="color"]{padding-right:0}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input:focus,.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input:focus-within{box-shadow:inset 0 0 0 2px var(--primary, #19b394)}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown{width:max-content;padding-right:calc(4 * var(--base-unit, 8px));background-size:calc(3 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));background-position:right calc(.5 * var(--base-unit, 8px)) top 50%,0 0;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='%2390909080'/%3E%3C/svg%3E%0A")}.spg-table__cell:not(.spg-table__cell--detail-panel):first-of-type .spg-text{padding-left:calc(2 * var(--base-unit, 8px))}.spg-table__cell--actions:first-of-type{width:calc(5 * var(--base-unit, 8px))}.spg-table__cell--actions:last-of-type .spg-action-bar{justify-content:flex-end}.spg-table__cell--actions>.spg-matrixdynamic__drag-element{display:inline-block;margin-top:calc(.5 * var(--base-unit, 8px));cursor:move}.spg-table__cell--header{font-size:calc(1.5 * var(--base-unit, 8px));font-weight:normal;color:var(--foreground-light, #909090);line-height:calc(3 * var(--base-unit, 8px));background:var(--background-dim, #f3f3f3);text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100px}.spg-table__question-wrapper{padding:calc(.5 * var(--base-unit, 8px)) 0}.spg-question-group .spg-row{margin-top:0}.spg-question-group .spg-row:not(:first-of-type){margin-top:calc(1 * var(--base-unit, 8px))}.spg-question-group .spg-question--location--left{box-sizing:border-box}.spg-question-group .spg-question--location--left:focus-within{box-shadow:0 0 0 1px var(--primary, #19b394)}.spg-question-group .spg-question--location--left .spg-question__header--location--left{width:auto;flex:1;border:none;box-shadow:none}.spg-question-group .spg-question--location--left .spg-question__content--left{width:auto;flex:2}.spg-question-group .spg-question--location--left .spg-question__content--left .spg-input.spg-dropdown:focus-within{box-shadow:none}.spg-root-modern{width:100%;border-right:1px solid var(--border, #d6d6d6);box-sizing:border-box}.sv-popup--modal{padding:calc(4 * var(--base-unit, 8px))}.sv-popup--modal.sv-property-editor .sv-popup__container .sv-popup_shadow{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-root-modern{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-page{margin:0;padding:0}.sv-popup--modal .sv-popup__footer{padding-bottom:2px}.sv-popup--modal .sd-body,.sv-popup--modal .sl-body{min-width:calc(78 * var(--base-unit, 8px))}.sv-popup.sv-property-editor .sd-root-modern{--sd-mobile-width: 0}.svc-object-selector .sv-popup__container{margin-left:calc(1 * var(--base-unit, 8px));margin-right:calc(1 * var(--base-unit, 8px))}.spg-title .spg-action-bar{margin-top:calc(-1 * var(--base-unit, 8px));margin-bottom:calc(-1 * var(--base-unit, 8px));margin-right:1px}.spg-body{width:100%}.spg-body--empty{margin:calc(3 * var(--base-unit, 8px))}
|
|
75
|
+
.spg-action-bar{display:flex;box-sizing:content-box;padding-right:calc(.5 * var(--base-unit, 8px));position:relative;align-items:center;margin-left:auto;overflow:hidden;white-space:nowrap}.spg-action-bar .sv-action:not(.sv-action--hidden):not(:last-of-type)>.sv-action__content{padding-right:0}.spg-action-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:calc(1 * var(--base-unit, 8px));box-sizing:border-box;border:none;border-radius:calc(12.5 * var(--base-unit, 8px));background-color:transparent;cursor:pointer}.spg-action-button:hover,.spg-action-button:focus{opacity:1;outline:none;background-color:var(--primary-light, rgba(25,179,148,0.1))}.spg-action-button:hover use,.spg-action-button:focus use{fill:var(--primary, #19b394)}.spg-action-button__icon{display:block}.spg-action-button__icon use{fill:var(--foreground-light, #909090)}.spg-action-button--danger:hover,.spg-action-button--danger:focus{background-color:var(--red-light, rgba(229,10,62,0.1))}.spg-action-button--danger:hover use,.spg-action-button--danger:focus use{fill:var(--red, #e60a3e)}button.spg-action-button--large{padding:calc(.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px))}.spg-action-button:disabled{opacity:0.25;pointer-events:none;cursor:default}.spg-action-button--muted{opacity:0.5}.spg-action-button:active{opacity:0.5}.spg-question{display:flex;flex-direction:column;align-items:flex-start;padding:0px}.spg-question__header{width:100%}.spg-question__title{width:100%;margin:0;padding:calc(1 * var(--base-unit, 8px)) 0;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground-light, #909090);font-weight:normal;box-sizing:border-box}.spg-question__content{width:100%;color:var(--primary, #19b394);cursor:pointer}.spg-text__content,.spg-comment__content{position:relative}.spg-question__content:focus-within .spg-remaining-character-counter{display:flex}.spg-remaining-character-counter{display:none;flex-direction:row;justify-content:flex-end;align-items:flex-end;padding:0px;font-family:var(--font-family);line-height:calc(2 * var(--base-unit, 8px));font-size:calc(1.5 * var(--base-unit, 8px));color:var(--foreground-light, #909090);position:absolute;inset-inline-end:calc(.75 * var(--base-unit, 8px));inset-block-end:calc(.5 * var(--base-unit, 8px))}.spg-question__description{line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);padding-bottom:calc(2 * var(--base-unit, 8px));white-space:normal}.spg-row-narrow__question{margin-top:calc(-2 * var(--base-unit, 8px))}.spg-question--location--left{flex-direction:row;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);line-height:calc(6 * var(--base-unit, 8px));vertical-align:middle;align-items:stretch}.spg-question--location--left:focus-within{border-color:var(--primary, #19b394);box-shadow:none}.spg-question--location--left:focus-within .spg-question__header--location--left{box-shadow:none;border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset 1px 0 0 0 var(--primary, #19b394)}.spg-question--location--left .spg-input:focus{border:1px solid var(--primary, #19b394);border-left:none;border-right:none;box-shadow:inset -1px 0 0 0 var(--primary, #19b394)}.spg-question__header--location--left{width:auto;max-width:50%;display:flex;align-items:center}.spg-question__header--location--left .spg-question__title{padding:calc(1 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));border-right:1px solid var(--border, #d6d6d6);display:inline-block}.spg-question__content--left .spg-input{border:none}.spg-row--multiple{display:flex;gap:calc(1 * var(--base-unit, 8px));overflow:hidden;flex-wrap:wrap}.spg-row--multiple>div{width:0;flex-grow:1;min-width:calc(25.5 * var(--base-unit, 8px))}.spg-row--multiple>div .spg-question__header--location--left{min-width:calc(8 * var(--base-unit, 8px))}.spg-row--multiple>div input{min-width:calc(17 * var(--base-unit, 8px));width:100%}.spg-row--multiple>div input[type="date"]{width:100%}.spg-row--multiple>div input[type="date"]::-webkit-calendar-picker-indicator{display:none}.spg-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;background-color:var(--background, #fff);box-sizing:border-box;width:100%;height:calc(6 * var(--base-unit, 8px));border:1px solid var(--border-inside, rgba(0,0,0,0.16));padding:calc(1.5 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));outline:none;font-size:calc(2 * var(--base-unit, 8px));font-family:var(--font-family);color:var(--foreground, #161616)}.spg-input::placeholder{color:var(--foreground-light, #909090)}.spg-input:focus,.spg-input.spg-dropdown:focus,.spg-input.spg-dropdown:focus-within,.spg-input-container:focus-within{border-color:var(--primary, #19b394);box-shadow:inset 0 0 0 1px var(--primary, #19b394)}.spg-input:disabled,.spg-input:disabled::placeholder{color:var(--foreground, #161616);opacity:0.25}.spg-input[type="color"]{padding-left:0;padding-right:0;min-width:calc(8 * var(--base-unit, 8px))}.spg-input__edit-button{position:relative;box-sizing:border-box;appearance:none;background:var(--background, #fff);border:none;width:calc(5 * var(--base-unit, 8px));height:calc(5 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px))}.spg-input__edit-button:hover{background:var(--background-dim, #f3f3f3)}.spg-input__edit-button:active{opacity:0.5}.spg-input__edit-button svg{height:24px;width:24px;fill:rgba(0,0,0,0.45)}.spg-dropdown{border-radius:0;display:flex;padding-right:calc(5.5 * var(--base-unit, 8px));box-shadow:none;line-height:normal;background-position:right calc(1.625 * var(--base-unit, 8px)) top 50%,0 0}.spg-dropdown__filter-string-input{line-height:unset}.spg-comment{height:calc(9 * var(--base-unit, 8px));max-width:100%;min-width:calc(6 * var(--base-unit, 8px));min-height:calc(6 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.spg-panel__title{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;width:100%;padding:calc(2 * var(--base-unit, 8px));border:none;outline:none;color:var(--foreground-light, #909090);cursor:pointer;text-align:left;background-color:var(--background, #fff);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:400;margin:0}.spg-panel__title:disabled,.spg-panel__title:disabled:hover{color:var(--foreground, #161616);opacity:0.25;cursor:default}.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):hover,.spg-panel__title--expandable:not(.spg-panel__title[aria-expanded=true]):focus{background-color:var(--background-dim, #f3f3f3)}.spg-panel__title[aria-expanded=true],.spg-panel__title--expanded{color:var(--foreground, #161616);font-weight:600}.spg-panel__content{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0 calc(4 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px));box-sizing:border-box;background:var(--background-dim, #f3f3f3);box-shadow:inset 0px -1px 0px var(--border, #d6d6d6)}.spg-panel__content .spg-row{width:100%;margin-top:calc(2 * var(--base-unit, 8px))}.spg-panel__content .spg-row--multiple{margin-top:calc(1 * var(--base-unit, 8px))}.sv-mobile-side-bar .spg-panel__content{padding:0 calc(2 * var(--base-unit, 8px)) calc(5 * var(--base-unit, 8px))}.spg-checkbox{cursor:pointer;margin-top:calc(2 * var(--base-unit, 8px))}.spg-checkbox--disabled{cursor:default}.spg-checkbox--disabled .spg-checkbox{cursor:default}.spg-checkbox--disabled .spg-checkbox__caption{color:var(--foreground-light, #909090)}.spg-checkbox__caption{font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));color:var(--foreground, #161616);line-height:calc(3 * var(--base-unit, 8px))}.spg-checkbox__rectangle{background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box;width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));flex-shrink:0;padding:1px 1px}.spg-checkbox:hover .spg-checkbox__rectangle{background-color:var(--background-dim, #f3f3f3)}.spg-checkbox--disabled .spg-checkbox__rectangle:hover{background:var(--background, #fff)}.spg-checkbox__control:focus+.spg-checkbox__rectangle{outline:2px solid var(--primary, #19b394);outline-offset:-2px}.spg-checkbox .spg-checkbox__svg{display:none}.spg-checkbox--checked .spg-checkbox__svg{display:block;width:calc(2.5 * var(--base-unit, 8px));height:calc(2.5 * var(--base-unit, 8px));background-repeat:no-repeat;background-size:calc(2 * var(--base-unit, 8px)) calc(2 * var(--base-unit, 8px));fill:var(--primary, #19b394)}.spg-checkbox--disabled.spg-checkbox--checked .spg-checkbox__svg{fill:var(--border, #d6d6d6)}.spg-checkbox__control{position:fixed;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px)}.spg-checkbox__hidden{display:none}.spg-selectbase{border:none;padding:0;margin:0}.spg-selectbase__label{display:flex;align-items:flex-start;gap:calc(1 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element{padding:calc(2 * var(--base-unit, 8px))}.spg-matrixdynamic__drag-element:hover{background-color:var(--background, #fff)}.spg-matrixdynamic__drag-element:after{content:" ";display:block;height:calc(.5 * var(--base-unit, 8px))}.spg-drag-element__svg{width:calc(3 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));padding:calc(1 * var(--base-unit, 8px));display:block;opacity:0.5}.spg-drag-element__svg use{fill:var(--foreground-light, #909090)}.spg-matrixdynamic__drag-drop-ghost-position-top,.spg-matrixdynamic__drag-drop-ghost-position-bottom{position:relative}.spg-matrixdynamic__drag-drop-ghost-position-top::after,.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{content:"";width:100%;height:calc(.5 * var(--base-unit, 8px));background-color:var(--secondary, #ff9814);position:absolute;left:0}.spg-matrixdynamic__drag-drop-ghost-position-top::after{top:0}.spg-matrixdynamic__drag-drop-ghost-position-bottom::after{bottom:0}.spg-matrixdynamic__placeholder{padding:calc(6 * var(--base-unit, 8px)) 0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--background, #fff);border:1px solid var(--border, #d6d6d6);box-sizing:border-box}.spg-matrixdynamic__placeholder .spg-matrixdynamic__add-btn{display:initial}.spg-matrixdynamic__placeholder-text{font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px));color:var(--foreground-light, #909090)}.spg-matrixdynamic__add-btn{display:none;appearance:none;border:none;margin-top:calc(.5 * var(--base-unit, 8px));background:transparent;color:var(--primary, #19b394);font-family:var(--font-family);font-size:calc(2 * var(--base-unit, 8px));font-weight:600;line-height:calc(3 * var(--base-unit, 8px))}.spg-table-wrapper{border:1px solid var(--border, #d6d6d6);border-bottom:none}.spg-table{width:100%;background-color:var(--background, #fff);border-collapse:collapse}.spg-table tr{border-bottom:1px solid var(--border, #d6d6d6)}.spg-table__cell{padding:0}.spg-table__cell .spg-checkbox{margin:0 calc(2 * var(--base-unit, 8px))}.spg-table__cell--detail-panel{background:var(--background-dim, #f3f3f3)}.spg-table__cell--detail-panel .spg-panel__content{box-shadow:none}.spg-table__cell:not(.spg-table__cell--detail-panel):not(.spg-table__cell--actions):first-of-type{padding-left:8px}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input{appearance:none;line-height:calc(3 * var(--base-unit, 8px));font-size:calc(2 * var(--base-unit, 8px));border:none;border-radius:calc(.5 * var(--base-unit, 8px));background-color:transparent;padding:calc(1 * var(--base-unit, 8px));height:auto}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input[type="color"]{padding-right:0}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input:focus,.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-input:focus-within{box-shadow:inset 0 0 0 2px var(--primary, #19b394)}.spg-table__cell:not(.spg-table__cell--detail-panel) .spg-dropdown{width:max-content;padding-right:calc(4 * var(--base-unit, 8px));background-size:calc(3 * var(--base-unit, 8px)) calc(3 * var(--base-unit, 8px));background-position:right calc(.5 * var(--base-unit, 8px)) top 50%,0 0;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='%2390909080'/%3E%3C/svg%3E%0A")}.spg-table__cell:not(.spg-table__cell--detail-panel):first-of-type .spg-text{padding-left:calc(2 * var(--base-unit, 8px))}.spg-table__cell--actions:first-of-type{width:calc(5 * var(--base-unit, 8px))}.spg-table__cell--actions:last-of-type .spg-action-bar{justify-content:flex-end}.spg-table__cell--actions>.spg-matrixdynamic__drag-element{display:inline-block;margin-top:calc(.5 * var(--base-unit, 8px));cursor:move}.spg-table__cell--header{font-size:calc(1.5 * var(--base-unit, 8px));font-weight:normal;color:var(--foreground-light, #909090);line-height:calc(3 * var(--base-unit, 8px));background:var(--background-dim, #f3f3f3);text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:100px}.spg-table__question-wrapper{padding:calc(.5 * var(--base-unit, 8px)) 0}.spg-question-group .spg-row{margin-top:0}.spg-question-group .spg-row:not(:first-of-type){margin-top:calc(1 * var(--base-unit, 8px))}.spg-question-group .spg-question--location--left{box-sizing:border-box}.spg-question-group .spg-question--location--left:focus-within{box-shadow:0 0 0 1px var(--primary, #19b394)}.spg-question-group .spg-question--location--left .spg-question__header--location--left{width:auto;flex:1;border:none;box-shadow:none}.spg-question-group .spg-question--location--left .spg-question__content--left{width:auto;flex:2}.spg-question-group .spg-question--location--left .spg-question__content--left .spg-input.spg-dropdown:focus-within{box-shadow:none}.spg-spin-editor__buttons-container{display:flex}.spg-input-container{display:flex;justify-content:space-between;cursor:default;padding:calc(.5 * var(--base-unit, 8px));align-items:center;gap:calc(.5 * var(--base-unit, 8px))}.spg-input-container__input{outline:none;border:none;flex-grow:1;padding:calc(1 * var(--base-unit, 8px)) calc(1.5 * var(--base-unit, 8px))}.spg-color-editor__color-input{position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);left:calc(50%);top:calc(100%);transform:translate(-50%, -50%)}.spg-color-editor__color-swatch{border:1px solid rgba(0,0,0,0.16);border-radius:3px;width:calc(4.5 * var(--base-unit, 8px));height:calc(3 * var(--base-unit, 8px));margin-left:calc(1.5 * var(--base-unit, 8px))}.spg-root-modern{width:100%;border-right:1px solid var(--border, #d6d6d6);box-sizing:border-box}.sv-popup--modal{padding:calc(4 * var(--base-unit, 8px))}.sv-popup--modal.sv-property-editor .sv-popup__container .sv-popup_shadow{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-root-modern{background-color:transparent}.sv-popup--modal.sv-property-editor .sv-popup__container .sd-page{margin:0;padding:0}.sv-popup--modal .sv-popup__footer{padding-bottom:2px}.sv-popup--modal .sd-body,.sv-popup--modal .sl-body{min-width:calc(78 * var(--base-unit, 8px))}.sv-popup.sv-property-editor .sd-root-modern{--sd-mobile-width: 0}.svc-object-selector .sv-popup__container{margin-left:calc(1 * var(--base-unit, 8px));margin-right:calc(1 * var(--base-unit, 8px))}.spg-title .spg-action-bar{margin-top:calc(-1 * var(--base-unit, 8px));margin-bottom:calc(-1 * var(--base-unit, 8px));margin-right:1px}.spg-body{width:100%}.spg-body--empty{margin:calc(3 * var(--base-unit, 8px))}
|
|
76
76
|
|
|
77
77
|
.svc-text{font-family:var(--font-family);font-style:normal;font-weight:normal;color:var(--foreground, #161616)}.svc-text--normal{font-size:calc(2 * var(--base-unit, 8px));line-height:calc(3 * var(--base-unit, 8px))}.svc-text--small{font-size:calc(1.5 * var(--base-unit, 8px));line-height:calc(2 * var(--base-unit, 8px))}.svc-text--bold{font-weight:600}
|
|
78
78
|
|