@bigbinary/neeto-form-frontend 3.13.3 → 3.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/package.json +11 -11
package/dist/main.css
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff;--neeto-form-engine-question-color:0,0,0;--neeto-form-engine-answer-color:45,54,212;--neeto-form-engine-button-background-color:45,54,212;--neeto-form-engine-button-text-color:255,255,255;--neeto-form-engine-error-color:175,4,4;--neeto-form-engine-transition:all 0.1s ease-out;--neeto-form-engine-border-radius-sm:0.3125rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-questions-wrapper{max-height:calc(100vh - 240px)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:.5rem 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.625rem .75rem;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;width:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-weight:400}@media (max-width:768px){.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem}}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container{gap:.5rem;width:100%}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:rgb(var(--neeto-ui-primary-500));stroke:rgb(var(--neeto-ui-primary-500))}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:.5rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:.25rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.5rem 0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;margin-top:.125rem;width:1rem}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input{min-height:2.5rem;padding:.5em .8em}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container{min-height:2.5rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container{min-height:1.875rem}body .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input>input{padding-bottom:.5rem;padding-top:.5rem}body .neeto-form-engine-form .neeto-form-engine-star-rating__row button{outline:none}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{box-shadow:none;outline:none}body .neeto-form-engine-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:.625rem}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{background-color:rgb(var(--neeto-ui-white));padding-bottom:.625rem;padding-top:.625rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked,.neeto-ui-input--error){box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}.neeto-form-nano-form__card--active{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}.neeto-form-nano-advanced-properties-accordion{--neeto-ui-accordion-item-padding-x:0rem;--neeto-ui-accordion-drop-padding-x:0rem;--neeto-ui-accordion-wrapper-border-width:0rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea{padding-top:.1875rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea,.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea{min-height:4em!important}.neeto-form-nano-adaptive-input textarea{--neeto-ui-input-line-height:1.5}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.0094rem;line-height:1;padding:.5rem .75rem;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:.375rem;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:.5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:.375rem .5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:14rem;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:.875rem;justify-content:flex-start}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:1rem;width:1rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-left:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-right:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:.5rem .625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-right:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-left:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:.25rem}.neeto-form-engine-label{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.0094rem;line-height:1.5}@media (max-width:768px){.neeto-ui-input--medium,.neeto-ui-input__wrapper .neeto-ui-input,.neeto-ui-react-select__container,.neeto-ui-react-select__input,.neeto-ui-react-select__menu-portal,.neeto-ui-react-select__multi-value__label{font-size:1rem!important}}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));font-size:.875rem;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker{font-size:1rem}}.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input{padding:0}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-right:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-right:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:.875rem;padding:.375rem .5rem}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker-input>input{font-size:1rem}}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:.75rem}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white))!important;cursor:pointer;padding:.25rem}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-left:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:.3125rem!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:.75rem;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1rem}}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:1.5rem;width:1.5rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:1.5rem;width:1.5rem}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:2rem;line-height:2rem;min-width:2rem}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:4.25rem;padding:.75rem 1.5rem 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-left:1.5rem;padding-right:1.5rem}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m) -m;margin:0;min-width:168px;opacity:0;padding:.25rem 0;pointer-events:none;position:absolute;right:0;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:.5rem;justify-content:flex-start;line-height:1;padding:.5rem .625rem;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:.875rem;width:.875rem}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:2.5rem;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;left:0;margin:auto;padding:.75rem;position:absolute;right:0;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));padding:0;position:absolute;right:.75rem;top:.75rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.0094rem;line-height:1rem;margin-bottom:.25rem;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:1rem;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.0094rem;line-height:1rem;padding:.375rem .5rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-email-input{width:100%}.neeto-form-engine-email-input .neeto-form-engine-label{margin-bottom:.5rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row{gap:.5rem;justify-content:space-between;width:100%}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label{flex-grow:1;overflow-wrap:break-word}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter{color:rgb(var(--neeto-form-engine-gray-700));line-height:1;margin-bottom:.5rem;margin-left:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-left:.75rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg,.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg{height:1rem;width:1rem}.loader{min-height:192px}.neeto-form-nano-external-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:1rem}.neeto-form-nano-external-form--size-large{display:flex;flex-direction:column;margin:0 auto;max-width:46.5rem;padding:1rem 1rem 4rem;width:100%}.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper{margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-input__label-wrapper>.neeto-ui-label,.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400;margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-engine-label{font-size:1.3125rem;font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:2.25rem;font-weight:400;line-height:1.2;margin:.4em 0;text-align:left}@media only screen and (min-width:768px){.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:3rem}}.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium{border-radius:.625rem!important;font-size:1rem;height:2.5rem;padding:.625em 1.25em}.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem!important;position:relative;top:-.0625rem}.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label{font-size:1rem}.neeto-molecules-file-upload__dropzone,.neeto-molecules-file-upload__uploaded-list{width:100%}.neeto-form-nano-math-captcha{align-items:center;border:2px dashed rgba(var(--neeto-ui-primary-500),.5);border-radius:.3125rem;color:rgb(var(--neeto-ui-black));display:flex;font-size:.875rem;gap:.3125rem;padding:.5rem}.neeto-form-nano-math-captcha__button{align-items:center;background:rgb(var(--neeto-ui-primary-500))!important;border:none;border-radius:.1875em;color:rgb(var(--neeto-ui-white));cursor:pointer;display:inline-flex;font-weight:400;gap:.25rem;line-height:1.2;min-height:2.25rem;padding:.3125em;text-decoration:none;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-form-nano-math-captcha__button:hover{opacity:.85}.neeto-form-nano-math-captcha__button:focus,.neeto-form-nano-math-captcha__button:focus-visible{outline:2px solid rgba(var(--neeto-ui-primary-500),.2);outline-offset:1px}.neeto-form-nano-math-captcha__equation{align-items:center;display:flex;gap:.3125rem;justify-content:center;min-width:4rem}.neeto-form-nano-math-captcha__input{border-color:rgb(var(--neeto-ui-primary-500));width:6rem}
|
|
1
|
+
:root{--neeto-form-engine-primary-color:#2f3941;--neeto-form-engine-primary-color-dark:#000;--neeto-form-engine-secondary-color:#fff;--neeto-form-engine-question-color:0,0,0;--neeto-form-engine-answer-color:45,54,212;--neeto-form-engine-button-background-color:45,54,212;--neeto-form-engine-button-text-color:255,255,255;--neeto-form-engine-error-color:175,4,4;--neeto-form-engine-transition:all 0.1s ease-out;--neeto-form-engine-border-radius-sm:0.3125rem}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotate-and-scale{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(-1turn) scale(1)}}@keyframes rotate-and-scale-clockwise{0%{transform:rotate(0deg) scale(0)}to{transform:rotate(1turn) scale(1)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.neeto-form-engine-add-question-between{visibility:hidden}.neeto-form-engine-add-question-between *{transition:none!important}.neeto-form-engine-question-accordion__drag-icon{display:none!important}.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body,.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header{border-radius:var(--neeto-ui-rounded-lg)}.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between{visibility:visible}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon{display:block!important}.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon{display:none!important}.neeto-form-engine-form h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);line-height:var(--neeto-ui-leading-normal);margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-questions-wrapper{max-height:calc(100vh - 240px)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child){margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-start;margin:.5rem 0 0}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-300));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.625rem .75rem;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]{border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;width:1rem}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-weight:400}@media (max-width:768px){.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem}}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container{gap:.5rem;width:100%}.neeto-form-engine-form .neeto-form-engine-star-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active{fill:rgb(var(--neeto-ui-primary-500));stroke:rgb(var(--neeto-ui-primary-500))}.neeto-form-engine-form .neeto-form-engine-rating>.neeto-form-engine-label{margin-bottom:1rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row{align-items:center;display:flex;flex-direction:row;gap:1.5rem;justify-content:flex-start}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio]{display:none}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{align-items:center;color:rgb(var(--neeto-ui-gray-600));cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:.5rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg{margin-bottom:.25rem}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path{stroke:currentColor;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label{color:inherit;transition:var(--neeto-ui-transition)}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover{color:rgb(var(--neeto-ui-success-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover{color:rgb(var(--neeto-ui-warning-500))}.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus,.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover{color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-terms .neeto-form-engine-choice{align-items:center;color:rgb(var(--neeto-ui-gray-700));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);gap:.75rem;justify-content:flex-start;line-height:var(--neeto-ui-leading-normal);padding:.5rem 0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-terms .neeto-form-engine-choice:hover{border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice.active{border-color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]{border-radius:var(--neeto-ui-rounded-sm)}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]{align-self:flex-start;border:2px solid rgb(var(--neeto-ui-gray-300));height:1rem;margin-top:.125rem;width:1rem}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled){cursor:pointer}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled,:checked),.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled,:checked){border-color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked{border:none!important}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{outline:transparent}.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible{box-shadow:0 0 0 2px rgb(var(--neeto-ui-white)),0 0 0 4px rgb(var(--neeto-ui-gray-300))}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input{min-height:2.5rem;padding:.5em .8em}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container{min-height:2.5rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container{min-height:1.875rem}body .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input>input{padding-bottom:.5rem;padding-top:.5rem}body .neeto-form-engine-form .neeto-form-engine-star-rating__row button{outline:none}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item{box-shadow:none;outline:none}body .neeto-form-engine-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:.625rem}body .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice{background-color:rgb(var(--neeto-ui-white));padding-bottom:.625rem;padding-top:.625rem}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked,.neeto-ui-input--error){box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}body .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused{box-shadow:0 0 0 1px rgb(var(--neeto-ui-error-500)) inset}.neeto-form-nano-form__card--active{box-shadow:0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset}.neeto-form-nano-advanced-properties-accordion{--neeto-ui-accordion-item-padding-x:0rem;--neeto-ui-accordion-drop-padding-x:0rem;--neeto-ui-accordion-wrapper-border-width:0rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea{padding-top:.1875rem}.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea,.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea{min-height:4em!important}.neeto-form-nano-adaptive-input textarea{--neeto-ui-input-line-height:1.5}button.neeto-form-engine-button{align-items:center;background-color:#2f3941;background-color:var(--neeto-form-engine-primary-color);border-radius:var(--neeto-ui-rounded-sm);color:#fff;color:var(--neeto-form-engine-secondary-color);display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);justify-content:center;letter-spacing:-.0094rem;line-height:1;padding:.5rem .75rem;position:relative;transition:var(--neeto-ui-transition)}button.neeto-form-engine-button:active,button.neeto-form-engine-button:focus,button.neeto-form-engine-button:hover{background-color:#000;background-color:var(--neeto-form-engine-primary-color-dark)}.neeto-form-engine-button__loader,.neeto-form-engine-button__success{align-items:center;background:inherit;border-radius:inherit;cursor:default;display:flex;flex-direction:row;height:100%;justify-content:center;left:0;outline:none;position:absolute;top:0;width:100%}.neeto-form-engine-button__loader svg path,.neeto-form-engine-button__success svg path{stroke:currentColor}.neeto-form-engine-input__wrapper{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start}.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper{display:flex;justify-content:space-between;margin-bottom:.375rem;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input{align-items:center;background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);justify-content:flex-start;line-height:1.6;overflow:hidden;transition:var(--neeto-ui-transition);width:100%}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea{padding:.5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{background-color:transparent;border:none;box-shadow:none;color:inherit;font-size:inherit;line-height:inherit;outline:none;width:100%}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::-moz-placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::-moz-placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder{color:rgb(var(-neeto-ui-gray-400))}.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus{outline-color:transparent}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input input{line-height:1.3;padding:.375rem .5rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea{max-height:14rem;overflow-y:auto;padding:0}.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800));box-shadow:var(--neeto-ui-shadow-m)}.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea{resize:none}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled{background-color:rgb(var(--neeto-ui-gray-100));cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input,.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea{cursor:not-allowed}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{align-items:center;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:row;font-size:.875rem;justify-content:flex-start}@media (max-width:768px){.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{font-size:1rem}}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg{height:1rem;width:1rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix{margin-left:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-right:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{background-color:rgb(var(--neeto-ui-gray-100));margin:0;padding:.5rem .625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix{border-right:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix{border-left:thin solid rgb(var(--neeto-ui-gray-300))}.neeto-form-engine-input__error{color:rgb(var(--neeto-ui-error-500));font-size:var(--neeto-ui-text-xs);margin-top:.25rem}.neeto-form-engine-label{color:rgb(var(--neeto-ui-gray-700));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-medium);letter-spacing:-.0094rem;line-height:1.5}@media (max-width:768px){.neeto-ui-input--medium,.neeto-ui-input__wrapper .neeto-ui-input,.neeto-ui-react-select__container,.neeto-ui-react-select__input,.neeto-ui-react-select__menu-portal,.neeto-ui-react-select__multi-value__label{font-size:1rem!important}}.neeto-form-engine-date-picker{display:flex;flex-direction:column;width:100%}.neeto-form-engine-date-picker .ant-picker{background-color:rgb(var(--neeto-ui-white));border:thin solid rgb(var(--neeto-ui-gray-400));border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-gray-800));font-size:.875rem;line-height:1.15;padding:0;transition:var(--neeto-ui-transition);width:100%}.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error,.neeto-form-engine-input--disabled){border-color:rgb(var(--neeto-ui-gray-700))}.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error){border-color:rgb(var(--neeto-ui-gray-800))!important;box-shadow:var(--neeto-ui-shadow-m)!important;outline:none!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error{border-color:rgb(var(--neeto-ui-error-500))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within{box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused{border-color:rgb(var(--neeto-ui-error-500))!important;box-shadow:0 0 0 3px rgb(var(--neeto-ui-pastel-red))!important}.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea{resize:none}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker{font-size:1rem}}.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input{padding:0}.neeto-form-engine-date-picker .ant-picker-suffix{color:rgba(var(--neeto-ui-gray-800));margin:0;padding-right:.4444444444em}.neeto-form-engine-date-picker .ant-picker-suffix svg{height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));margin-right:.4444444444rem}.neeto-form-engine-date-picker .ant-picker-clear svg{color:inherit;height:1rem;width:1rem}.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix,.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=""])+.ant-picker-suffix{opacity:0}.neeto-form-engine-date-picker .ant-picker-input>input{background-color:transparent;color:rgba(var(--neeto-ui-gray-800));font-size:.875rem;padding:.375rem .5rem}.neeto-form-engine-date-picker .ant-picker-input>input::-moz-placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}.neeto-form-engine-date-picker .ant-picker-input>input::placeholder{color:rgba(var(--neeto-form-answer-color),.5);opacity:1}@media (max-width:768px){.neeto-form-engine-date-picker .ant-picker-input>input{font-size:1rem}}.neeto-form-engine-date-picker-popup .ant-picker-panel-container{background-color:rgb(var(--neeto-ui-white));border:1px solid rgba(var(--neeto-ui-gray-800),.8);border-radius:.75rem}.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel{border:0}.neeto-form-engine-date-picker-popup .ant-picker-cell,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-date-picker-popup .ant-picker-header button{color:rgb(var(--neeto-ui-gray-800))!important}.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-content th{color:rgba(var(--neeto-ui-gray-800),.8)}.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer,.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header{background-color:transparent;border:0}.neeto-form-engine-date-picker-popup .ant-picker-now-btn,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn,.neeto-form-engine-date-picker-popup .ant-picker-today-btn{background-color:#4558f9!important;border-radius:var(--neeto-ui-rounded);color:rgb(var(--neeto-ui-white))!important;cursor:pointer;padding:.25rem}.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover{opacity:.8}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner{background-color:rgb(var(--neeto-form-answer-color));color:rgb(var(--neeto-form-answer-text-color))}.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child){border-left:none}.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner,.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover{background-color:rgba(var(--neeto-form-question-color),.1)}.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{border-color:rgb(var(--neeto-form-answer-color))!important}.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner{border-radius:.3125rem!important}.neeto-form-engine-date-picker-popup .ant-picker-content th{font-size:.75rem;text-transform:uppercase}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1.25rem;height:calc(3rem - 2px);padding:.8em}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input{font-size:1rem}}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg{height:1.5rem;width:1.5rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear{margin-right:.8rem}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg{height:1.5rem;width:1.5rem}@media (min-width:768px){.neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner{height:2rem;line-height:2rem;min-width:2rem}.neeto-form-engine-date-picker .ant-picker-date-panel{width:320px}.neeto-form-engine-date-picker .ant-picker-header{align-items:center;min-height:4.25rem;padding:.75rem 1.5rem 0;white-space:nowrap}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body{padding-left:1.5rem;padding-right:1.5rem}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}.neeto-form-engine-loader{height:100%;width:100%}.neeto-form-engine-loader,.neeto-form-engine-spinner{align-items:center;display:flex;flex-direction:row;justify-content:center}.neeto-form-engine-spinner svg{animation:rotate 1s ease-in-out infinite}.neeto-form-engine-dropdown{align-items:center;display:inline-flex;position:relative}.neeto-form-engine-dropdown button{margin:0}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu{background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded);box-shadow:var(--neeto-ui-shadow-m) -m;margin:0;min-width:168px;opacity:0;padding:.25rem 0;pointer-events:none;position:absolute;right:0;top:100%;transition:var(--neeto-ui-transition)}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li{list-style:none}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button{align-items:center;color:rgb(var(--neeto-ui-gray-700));cursor:pointer;display:flex;flex-direction:row;font-size:var(--neeto-ui-text-xs);gap:.5rem;justify-content:flex-start;line-height:1;padding:.5rem .625rem;transition:var(--neeto-ui-transition);white-space:nowrap;width:100%}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus,.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover{background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg{height:.875rem;width:.875rem}.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,.neeto-form-engine-dropdown>button:focus+.neeto-form-engine-dropdown-menu{opacity:1;pointer-events:all}.neeto-form-engine-callout{align-items:center;animation:fade-in .3s both;background-color:rgb(var(--neeto-ui-gray-200));border-radius:var(--neeto-ui-rounded-sm);bottom:2.5rem;color:rgb(var(--neeto-ui-gray-600));display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start;left:0;margin:auto;padding:.75rem;position:absolute;right:0;width:calc(100% - 48px)}.neeto-form-engine-callout.neeto-form-engine-callout--static{position:static}.neeto-form-engine-callout.neeto-form-engine-callout--error{background-color:rgb(var(--neeto-ui-pastel-red))}.neeto-form-engine-callout.neeto-form-engine-callout--info{background-color:rgb(var(--neeto-ui-pastel-blue))}.neeto-form-engine-callout .neeto-form-engine-callout__close{color:rgb(var(--neeto-ui-gray-600));padding:0;position:absolute;right:.75rem;top:.75rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout .neeto-form-engine-callout__close:active,.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,.neeto-form-engine-callout .neeto-form-engine-callout__close:hover{color:rgb(var(--neeto-ui-gray-800))}.neeto-form-engine-callout .neeto-form-engine-callout__content{margin:auto;max-width:240px;width:100%}.neeto-form-engine-callout .neeto-form-engine-callout__content h5{color:rgb(var(--neeto-ui-gray-800));font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);letter-spacing:-.0094rem;line-height:1rem;margin-bottom:.25rem;text-align:center}.neeto-form-engine-callout .neeto-form-engine-callout__content p{font-size:var(--neeto-ui-text-xs);line-height:1rem;text-align:center}.neeto-form-engine-callout button.neeto-form-engine-callout__button{align-items:center;background-color:rgb(var(--neeto-ui-white));border-radius:var(--neeto-ui-rounded-sm);color:rgb(var(--neeto-ui-gray-800));display:flex;flex-direction:row;font-size:var(--neeto-ui-text-sm);font-weight:var(--neeto-ui-font-semibold);justify-content:center;letter-spacing:-.0094rem;line-height:1rem;padding:.375rem .5rem;transition:var(--neeto-ui-transition)}.neeto-form-engine-callout button.neeto-form-engine-callout__button:active,.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover{background-color:rgb(var(--neeto-ui-gray-100))}.neeto-form-engine-email-input{width:100%}.neeto-form-engine-email-input .neeto-form-engine-label{margin-bottom:.5rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row{gap:.5rem;justify-content:space-between;width:100%}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label{flex-grow:1;overflow-wrap:break-word}.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter{color:rgb(var(--neeto-form-engine-gray-700));line-height:1;margin-bottom:.5rem;margin-left:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-left:.75rem}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg,.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg{height:1rem;width:1rem}.loader{min-height:192px}.neeto-form-nano-external-form .neeto-form-engine-form{display:flex;flex-direction:column;gap:1rem}.neeto-form-nano-external-form--size-large{display:flex;flex-direction:column;margin:0 auto;max-width:46.5rem;padding:1rem 1rem 4rem;width:100%}.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper{margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-input__label-wrapper>.neeto-ui-label,.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper>.neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400;margin:.5rem 0 1rem}.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label{--neeto-ui-label-font-size:1.3125rem;--neeto-ui-label-font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-engine-label{font-size:1.3125rem;font-weight:400}.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:2.25rem;font-weight:400;line-height:1.2;margin:.4em 0;text-align:left}@media only screen and (min-width:768px){.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title{font-size:3rem}}.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium{border-radius:.625rem!important;font-size:1rem;height:2.5rem;padding:.625em 1.25em}.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label{font-size:1rem!important;position:relative;top:-.0625rem}.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label,.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label{font-size:1rem}.neeto-molecules-file-upload__dropzone,.neeto-molecules-file-upload__uploaded-list{width:100%}.neeto-form-nano-math-captcha{align-items:center;border:2px dashed rgba(var(--neeto-ui-primary-500),.5);border-radius:.3125rem;color:rgb(var(--neeto-ui-black));display:flex;font-size:.875rem;gap:.3125rem;padding:.5rem}.neeto-form-nano-math-captcha__button{align-items:center;background:rgb(var(--neeto-ui-primary-500))!important;border:none;border-radius:.1875em;color:rgb(var(--neeto-ui-white));cursor:pointer;display:inline-flex;font-weight:400;gap:.25rem;line-height:1.2;min-height:2.25rem;padding:.3125em;text-decoration:none;transition:all .1s ease-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.neeto-form-nano-math-captcha__button:hover{opacity:.85}.neeto-form-nano-math-captcha__button:focus,.neeto-form-nano-math-captcha__button:focus-visible{outline:2px solid rgba(var(--neeto-ui-primary-500),.2);outline-offset:1px}.neeto-form-nano-math-captcha__equation{align-items:center;display:flex;gap:.3125rem;justify-content:center;min-width:4rem}.neeto-form-nano-math-captcha__input{border-color:rgb(var(--neeto-ui-primary-500));width:6rem}
|
|
2
2
|
/*# sourceMappingURL=main.css.map */
|
package/dist/main.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../app/javascript/src/stylesheets/base/_variables.scss","../app/javascript/src/stylesheets/main.scss","../app/javascript/src/stylesheets/base/_animations.scss","../app/javascript/src/stylesheets/pages/_form-builder.scss","../app/javascript/src/stylesheets/components/_adaptive_input.scss","../app/javascript/src/stylesheets/components/_button.scss","../app/javascript/src/stylesheets/components/_input.scss","../app/javascript/src/stylesheets/components/_date-picker.scss","../app/javascript/src/stylesheets/components/_loader.scss","../app/javascript/src/stylesheets/components/_dropdown.scss","../app/javascript/src/stylesheets/components/_callout.scss","../app/javascript/src/stylesheets/components/_email-input.scss","../app/javascript/src/stylesheets/components/_external-form.scss","../app/javascript/src/stylesheets/components/_file-upload.scss","../app/javascript/src/stylesheets/components/_math-captcha.scss"],"names":[],"mappings":"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","file":"main.css","sourcesContent":[":root {\n --neeto-form-engine-primary-color: #2f3941;\n --neeto-form-engine-primary-color-dark: #000000;\n --neeto-form-engine-secondary-color: #ffffff;\n --neeto-form-engine-question-color: 0, 0, 0;\n --neeto-form-engine-answer-color: 45, 54, 212;\n --neeto-form-engine-button-background-color: 45, 54, 212;\n --neeto-form-engine-button-text-color: 255, 255, 255;\n --neeto-form-engine-error-color: 175, 4, 4;\n --neeto-form-engine-transition: all 0.1s ease-out;\n --neeto-form-engine-border-radius-sm: 0.3125rem;\n}\n",":root {\n --neeto-form-engine-primary-color: #2f3941;\n --neeto-form-engine-primary-color-dark: #000000;\n --neeto-form-engine-secondary-color: #ffffff;\n --neeto-form-engine-question-color: 0, 0, 0;\n --neeto-form-engine-answer-color: 45, 54, 212;\n --neeto-form-engine-button-background-color: 45, 54, 212;\n --neeto-form-engine-button-text-color: 255, 255, 255;\n --neeto-form-engine-error-color: 175, 4, 4;\n --neeto-form-engine-transition: all 0.1s ease-out;\n --neeto-form-engine-border-radius-sm: 0.3125rem;\n}\n\n@keyframes rotate {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes rotate-and-scale {\n from {\n transform: rotate(0deg) scale(0);\n }\n to {\n transform: rotate(-360deg) scale(1);\n }\n}\n@keyframes rotate-and-scale-clockwise {\n from {\n transform: rotate(0deg) scale(0);\n }\n to {\n transform: rotate(360deg) scale(1);\n }\n}\n@keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.neeto-form-engine-add-question-between {\n visibility: hidden;\n}\n.neeto-form-engine-add-question-between * {\n transition: none !important;\n}\n\n.neeto-form-engine-question-accordion__drag-icon {\n display: none !important;\n}\n\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {\n visibility: visible;\n}\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n}\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon {\n display: none !important;\n}\n\n.neeto-form-engine-form h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n}\n.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child) {\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n margin: 0.5rem 0 0;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: rgb(var(--neeto-ui-white));\n border: thin solid rgb(var(--neeto-ui-gray-300));\n border-radius: var(--neeto-ui-rounded);\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n cursor: pointer;\n padding: 0.625rem 0.75rem;\n gap: 0.75rem;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled) {\n cursor: pointer;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked {\n border: none !important;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus, .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {\n outline: transparent;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-weight: 400;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container {\n width: 100%;\n gap: 0.5rem;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n flex-wrap: wrap;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio] {\n display: none;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active {\n fill: rgb(var(--neeto-ui-primary-500));\n stroke: rgb(var(--neeto-ui-primary-500));\n}\n.neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio] {\n display: none;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-gray-600));\n cursor: pointer;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg {\n margin-bottom: 0.25rem;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path {\n stroke: currentColor;\n transition: var(--neeto-ui-transition);\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label {\n color: inherit;\n transition: var(--neeto-ui-transition);\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active {\n color: rgb(var(--neeto-ui-success-500));\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active {\n color: rgb(var(--neeto-ui-warning-500));\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active {\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0;\n gap: 0.75rem;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-terms .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n align-self: flex-start;\n margin-top: 0.125rem;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled) {\n cursor: pointer;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked {\n border: none !important;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus, .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {\n outline: transparent;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input {\n min-height: 2.5rem;\n padding: 0.5em 0.8em;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container {\n min-height: 2.5rem;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container {\n min-height: 1.875rem;\n}\nbody .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input > input {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\nbody .neeto-form-engine-form .neeto-form-engine-star-rating__row button {\n outline: none;\n}\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n outline: none;\n box-shadow: none;\n}\nbody .neeto-form-engine-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n background-color: rgb(var(--neeto-ui-white));\n}\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked, .neeto-ui-input--error) {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\nbody .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\nbody .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\n\n.neeto-form-nano-form__card--active {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\n.neeto-form-nano-advanced-properties-accordion {\n --neeto-ui-accordion-item-padding-x: 0rem;\n --neeto-ui-accordion-drop-padding-x: 0rem;\n --neeto-ui-accordion-wrapper-border-width: 0rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea {\n padding-top: 0.1875rem;\n}\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea, .neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea {\n min-height: 4em !important;\n}\n\n.neeto-form-nano-adaptive-input textarea {\n --neeto-ui-input-line-height: 1.5;\n}\n\nbutton.neeto-form-engine-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n font-weight: var(--neeto-ui-font-medium);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1;\n letter-spacing: -0.0094rem;\n color: var(--neeto-form-engine-secondary-color);\n border-radius: var(--neeto-ui-rounded-sm);\n background-color: var(--neeto-form-engine-primary-color);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0.75rem;\n}\nbutton.neeto-form-engine-button:hover, button.neeto-form-engine-button:focus, button.neeto-form-engine-button:active {\n background-color: var(--neeto-form-engine-primary-color-dark);\n}\n\n.neeto-form-engine-button__loader,\n.neeto-form-engine-button__success {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background: inherit;\n cursor: default;\n outline: none;\n}\n.neeto-form-engine-button__loader svg path,\n.neeto-form-engine-button__success svg path {\n stroke: currentColor;\n}\n\n.neeto-form-engine-input__wrapper {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-grow: 1;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.375rem;\n width: 100%;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n width: 100%;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: var(--neeto-ui-text-sm);\n line-height: 1.6;\n transition: var(--neeto-ui-transition);\n border-radius: var(--neeto-ui-rounded);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n background-color: rgb(var(--neeto-ui-white));\n color: rgb(var(--neeto-ui-gray-800));\n overflow: hidden;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-input {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n width: 100%;\n background-color: transparent;\n color: inherit;\n border: none;\n font-size: inherit;\n line-height: inherit;\n box-shadow: none;\n outline: none;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder {\n color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus {\n outline-color: transparent;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n padding: 0;\n max-height: 14rem;\n overflow-y: auto;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error) {\n border-color: rgb(var(--neeto-ui-gray-800));\n box-shadow: var(--neeto-ui-shadow-m);\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {\n resize: none;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled {\n background-color: rgb(var(--neeto-ui-gray-100));\n cursor: not-allowed;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {\n cursor: not-allowed;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {\n cursor: not-allowed;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: rgb(var(--neeto-ui-gray-600));\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {\n margin-left: 0.625rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n margin-right: 0.625rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n margin: 0;\n padding: 0.5rem 0.625rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {\n border-right: thin solid rgb(var(--neeto-ui-gray-300));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n border-left: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__error {\n margin-top: 0.25rem;\n font-size: var(--neeto-ui-text-xs);\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-label {\n font-size: var(--neeto-ui-text-sm);\n color: rgb(var(--neeto-ui-gray-700));\n font-weight: var(--neeto-ui-font-medium);\n letter-spacing: -0.0094rem;\n line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n .neeto-ui-react-select__container,\n .neeto-ui-react-select__menu-portal,\n .neeto-ui-react-select__multi-value__label,\n .neeto-ui-react-select__input,\n .neeto-ui-input__wrapper .neeto-ui-input,\n .neeto-ui-input--medium {\n font-size: 1rem !important;\n }\n}\n\n.neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.neeto-form-engine-date-picker .ant-picker {\n font-size: 0.875rem;\n line-height: 1.15;\n width: 100%;\n border-radius: var(--neeto-ui-rounded);\n transition: var(--neeto-ui-transition);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n color: rgb(var(--neeto-ui-gray-800));\n background-color: rgb(var(--neeto-ui-white));\n padding: 0;\n}\n.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error) {\n outline: none !important;\n border-color: rgb(var(--neeto-ui-gray-800)) !important;\n box-shadow: var(--neeto-ui-shadow-m) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {\n resize: none;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input {\n padding: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-right: 0.4444444444em;\n margin: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-suffix svg {\n width: 1rem;\n height: 1rem;\n}\n.neeto-form-engine-date-picker .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-right: 0.4444444444rem;\n background-color: transparent;\n}\n.neeto-form-engine-date-picker .ant-picker-clear svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n}\n.neeto-form-engine-date-picker .ant-picker-clear + .ant-picker-suffix .ant-picker-suffix {\n opacity: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=\"\"]) + .ant-picker-suffix {\n opacity: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-input > input {\n font-size: 0.875rem;\n padding: 0.375rem 0.5rem;\n color: rgba(var(--neeto-ui-gray-800));\n background-color: transparent;\n}\n.neeto-form-engine-date-picker .ant-picker-input > input::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(var(--neeto-form-answer-color), 0.5);\n opacity: 1; /* Firefox */\n}\n@media (max-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker-input > input {\n font-size: 1rem;\n }\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container {\n background-color: rgb(var(--neeto-ui-white));\n border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);\n border-radius: 0.75rem;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {\n border: 0;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell,\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {\n color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-date-picker-popup .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-header > button:hover {\n opacity: 0.8;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header,\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer {\n border: 0;\n background-color: transparent;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn {\n background-color: #4558f9 !important;\n color: rgb(var(--neeto-ui-white)) !important;\n cursor: pointer;\n padding: 0.25rem;\n border-radius: var(--neeto-ui-rounded);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover, .neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus {\n opacity: 0.8;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {\n border-left: none;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {\n border-color: rgb(var(--neeto-form-answer-color)) !important;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n font-size: 0.75rem;\n text-transform: uppercase;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {\n font-size: 1.25rem;\n height: calc(3rem - 2px);\n padding: 0.8em;\n}\n@media (max-width: 768px) {\n .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {\n font-size: 1rem;\n }\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {\n padding-right: 0.8rem;\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {\n margin-right: 0.8rem;\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n@media (min-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner {\n min-width: 2rem;\n height: 2rem;\n line-height: 2rem;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel {\n width: 320px;\n }\n .neeto-form-engine-date-picker .ant-picker-header {\n min-height: 4.25rem;\n padding: 0.75rem 1.5rem 0rem 1.5rem;\n white-space: nowrap;\n align-items: center;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n}\n.neeto-form-engine-loader {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.neeto-form-engine-spinner svg {\n animation: rotate 1s ease-in-out infinite;\n}\n\n.neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n}\n.neeto-form-engine-dropdown button {\n margin: 0;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu {\n opacity: 0;\n background-color: rgb(var(--neeto-ui-white));\n border-radius: var(--neeto-ui-rounded);\n box-shadow: var(--neeto-ui-shadow-m) -m;\n transition: var(--neeto-ui-transition);\n pointer-events: none;\n min-width: 168px;\n padding: 0.25rem 0;\n margin: 0;\n position: absolute;\n top: 100%;\n right: 0;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {\n list-style: none;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-xs);\n transition: var(--neeto-ui-transition);\n white-space: nowrap;\n line-height: 1;\n padding: 0.5rem 0.625rem;\n gap: 0.5rem;\n cursor: pointer;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover, .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active, .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg {\n width: 0.875rem;\n height: 0.875rem;\n}\n\n.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,\n.neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {\n opacity: 1;\n pointer-events: all;\n}\n\n.neeto-form-engine-callout {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n width: calc(100% - 48px);\n background-color: rgb(var(--neeto-ui-gray-200));\n color: rgb(var(--neeto-ui-gray-600));\n border-radius: var(--neeto-ui-rounded-sm);\n padding: 0.75rem;\n position: absolute;\n left: 0;\n right: 0;\n bottom: 2.5rem;\n margin: auto;\n animation: fade-in 0.3s both;\n}\n.neeto-form-engine-callout.neeto-form-engine-callout--static {\n position: static;\n}\n.neeto-form-engine-callout.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n}\n.neeto-form-engine-callout.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__close {\n position: absolute;\n right: 0.75rem;\n top: 0.75rem;\n padding: 0;\n color: rgb(var(--neeto-ui-gray-600));\n transition: var(--neeto-ui-transition);\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__close:hover, .neeto-form-engine-callout .neeto-form-engine-callout__close:focus, .neeto-form-engine-callout .neeto-form-engine-callout__close:active {\n color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__content h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n text-align: center;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 0.25rem;\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__content p {\n font-size: var(--neeto-ui-text-xs);\n line-height: 1rem;\n text-align: center;\n}\n.neeto-form-engine-callout button.neeto-form-engine-callout__button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n border-radius: var(--neeto-ui-rounded-sm);\n transition: var(--neeto-ui-transition);\n background-color: rgb(var(--neeto-ui-white));\n padding: 0.375rem 0.5rem;\n}\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover, .neeto-form-engine-callout button.neeto-form-engine-callout__button:focus, .neeto-form-engine-callout button.neeto-form-engine-callout__button:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n\n.neeto-form-engine-email-input {\n width: 100%;\n}\n.neeto-form-engine-email-input .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row {\n gap: 0.5rem;\n justify-content: space-between;\n width: 100%;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label {\n flex-grow: 1;\n overflow-wrap: break-word;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter {\n color: rgb(var(--neeto-form-engine-gray-700));\n line-height: 1;\n margin-bottom: 0.5rem;\n margin-left: auto;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix {\n margin-left: 0.75rem;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg {\n width: 1rem;\n height: 1rem;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.loader {\n min-height: 192px;\n}\n\n.neeto-form-nano-external-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n.neeto-form-nano-external-form--size-large {\n max-width: 46.5rem;\n margin: 0 auto;\n width: 100%;\n padding-top: 1rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper > .neeto-ui-input__label-wrapper > .neeto-ui-label,\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper > .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n margin: 0.5rem 0 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 2.25rem;\n text-align: left;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\n}\n@media only screen and (min-width: 768px) {\n .neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 3rem;\n }\n}\n.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium {\n font-size: 1rem;\n height: 2.5rem;\n padding: 0.625em 1.25em;\n border-radius: 0.625rem !important;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem !important;\n top: -0.0625rem;\n position: relative;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label {\n font-size: 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label {\n font-size: 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label {\n font-size: 1rem;\n}\n\n.neeto-molecules-file-upload__dropzone {\n width: 100%;\n}\n\n.neeto-molecules-file-upload__uploaded-list {\n width: 100%;\n}\n\n.neeto-form-nano-math-captcha {\n border: 2px dashed rgba(var(--neeto-ui-primary-500), 0.5);\n border-radius: 0.3125rem;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-black));\n display: flex;\n align-items: center;\n gap: 0.3125rem;\n font-size: 0.875rem;\n}\n\n.neeto-form-nano-math-captcha__button {\n cursor: pointer;\n user-select: none;\n text-decoration: none;\n border: none;\n transition: all 0.1s ease-out;\n padding: 0.3125em;\n font-weight: 400;\n line-height: 1.2;\n min-height: 2.25rem;\n background: rgb(var(--neeto-ui-primary-500)) !important;\n color: rgb(var(--neeto-ui-white));\n border-radius: 0.1875em;\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n}\n.neeto-form-nano-math-captcha__button:hover {\n opacity: 0.85;\n}\n.neeto-form-nano-math-captcha__button:focus-visible, .neeto-form-nano-math-captcha__button:focus {\n outline: 2px solid rgba(var(--neeto-ui-primary-500), 0.2);\n outline-offset: 1px;\n}\n\n.neeto-form-nano-math-captcha__equation {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.3125rem;\n min-width: 4rem;\n}\n\n.neeto-form-nano-math-captcha__input {\n width: 6rem;\n border-color: rgb(var(--neeto-ui-primary-500));\n}","@keyframes rotate {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n}\n\n@keyframes rotate-and-scale {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(-360deg) scale(1);\n }\n}\n\n@keyframes rotate-and-scale-clockwise {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(360deg) scale(1);\n }\n}\n\n@keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n",".neeto-form-engine-add-question-between {\n visibility: hidden;\n\n * {\n transition: none !important;\n }\n}\n\n.neeto-form-engine-question-accordion__drag-icon {\n display: none !important;\n}\n\n.neeto-form-engine-question-accordion {\n .neeto-form-engine-question-accordion__header {\n border-radius: var(--neeto-ui-rounded-lg);\n }\n\n .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n }\n\n &:hover {\n .neeto-form-engine-add-question-between {\n visibility: visible;\n }\n\n .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n }\n\n .neeto-form-engine-question-accordion__icon {\n display: none !important;\n }\n }\n}\n\n.neeto-form-engine-form {\n h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 1rem;\n }\n\n .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n }\n\n .neeto-form-engine-input__wrapper,\n .neeto-form-engine-rating,\n .neeto-form-engine-star-rating,\n .neeto-form-engine-choices__wrapper {\n &:not(:last-child) {\n margin-bottom: 1rem;\n }\n }\n\n .neeto-form-engine-choices__wrapper {\n .neeto-form-engine-choices {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n margin: 0.5rem 0 0;\n\n .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n background-color: rgb(var(--neeto-ui-white));\n border: thin solid rgb(var(--neeto-ui-gray-300));\n border-radius: var(--neeto-ui-rounded);\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n cursor: pointer;\n padding: 0.625rem 0.75rem;\n gap: 0.75rem;\n\n &:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n }\n\n input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n }\n\n input[type=\"checkbox\"],\n input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n\n &:not(:disabled) {\n cursor: pointer;\n }\n\n &:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &:checked {\n border: none !important;\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n &:focus,\n &:focus-visible {\n outline: transparent;\n }\n\n &:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n }\n }\n\n label {\n font-weight: 400;\n\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n }\n\n .neeto-ui-radio__container {\n width: 100%;\n gap: 0.5rem;\n }\n }\n }\n\n .neeto-form-engine-star-rating {\n >.neeto-form-engine-label {\n margin-bottom: 1rem;\n }\n\n .neeto-form-engine-star-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n flex-wrap: wrap;\n\n input[type=\"radio\"] {\n display: none;\n }\n\n .neeto-form-engine-star-rating__icon {\n &.neeto-form-engine-star-rating__icon--active {\n fill: rgb(var(--neeto-ui-primary-500));\n stroke: rgb(var(--neeto-ui-primary-500));\n }\n }\n }\n }\n\n .neeto-form-engine-rating {\n >.neeto-form-engine-label {\n margin-bottom: 1rem;\n }\n\n .neeto-form-engine-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n\n input[type=\"radio\"] {\n display: none;\n }\n\n .neeto-form-engine-rating__item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-gray-600));\n cursor: pointer;\n\n svg {\n margin-bottom: 0.25rem;\n\n path {\n stroke: currentColor;\n transition: var(--neeto-ui-transition);\n }\n }\n\n .neeto-form-engine-label {\n color: inherit;\n transition: var(--neeto-ui-transition);\n }\n\n &.neeto-form-engine-rating__item--happy {\n\n &:hover,\n &:focus,\n &:active,\n &.active {\n color: rgb(var(--neeto-ui-success-500));\n }\n }\n\n &.neeto-form-engine-rating__item--confused {\n\n &:hover,\n &:focus,\n &:active,\n &.active {\n color: rgb(var(--neeto-ui-warning-500));\n }\n }\n\n &.neeto-form-engine-rating__item--sad {\n\n &:hover,\n &:focus,\n &:active,\n &.active {\n color: rgb(var(--neeto-ui-error-500));\n }\n }\n }\n }\n }\n}\n\n.neeto-form-engine-terms {\n .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0;\n gap: 0.75rem;\n\n &:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n }\n\n input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n }\n\n input[type=\"checkbox\"],\n input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n align-self: flex-start;\n margin-top: 0.125rem;\n\n &:not(:disabled) {\n cursor: pointer;\n }\n\n &:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &:checked {\n border: none !important;\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n &:focus,\n &:focus-visible {\n outline: transparent;\n }\n\n &:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n }\n }\n }\n}\n\nbody {\n .neeto-form-engine-form {\n .neeto-ui-input__wrapper .neeto-ui-input input {\n min-height: 2.5rem;\n padding: 0.5em 0.8em;\n }\n\n .neeto-ui-input__wrapper {\n .neeto-ui-react-select__container .neeto-ui-react-select__value-container {\n min-height: 2.5rem;\n }\n\n .neeto-ui-input__prefix {\n .neeto-ui-react-select__value-container {\n min-height: 1.875rem;\n }\n }\n }\n\n .neeto-form-engine-date-picker .ant-picker-input>input {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n\n .neeto-form-engine-star-rating__row button {\n outline: none;\n }\n\n .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n outline: none;\n box-shadow: none;\n }\n\n .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n }\n\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n background-color: rgb(var(--neeto-ui-white));\n }\n\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n }\n\n // Focus ring overrides\n\n .neeto-ui-input__wrapper {\n .neeto-ui-input:focus-within:not(.neeto-ui-input--naked, .neeto-ui-input--error) {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n }\n\n .neeto-ui-input.neeto-ui-input--error:focus-within {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n }\n }\n\n .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n }\n\n .neeto-ui-react-select__container.neeto-ui-react-select__container--error {\n .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n }\n }\n }\n}\n\n.neeto-form-nano-form__card--active {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\n.neeto-form-nano-advanced-properties-accordion {\n --neeto-ui-accordion-item-padding-x: 0rem;\n --neeto-ui-accordion-drop-padding-x: 0rem;\n --neeto-ui-accordion-wrapper-border-width: 0rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input {\n .neeto-ui-input textarea {\n padding-top: 0.1875rem;\n }\n\n &.neeto-form-nano-placeholder-input-textarea,\n &.neeto-form-nano-placeholder-input-rich_text {\n .neeto-ui-input textarea {\n min-height: 4em !important;\n }\n }\n}",".neeto-form-nano-adaptive-input {\n textarea {\n --neeto-ui-input-line-height: 1.5;\n }\n}\n","button.neeto-form-engine-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n\n font-weight: var(--neeto-ui-font-medium);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1;\n letter-spacing: -0.0094rem;\n color: var(--neeto-form-engine-secondary-color);\n\n border-radius: var(--neeto-ui-rounded-sm);\n background-color: var(--neeto-form-engine-primary-color);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0.75rem;\n\n &:hover,\n &:focus,\n &:active {\n background-color: var(--neeto-form-engine-primary-color-dark);\n }\n}\n\n.neeto-form-engine-button__loader,\n.neeto-form-engine-button__success {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background: inherit;\n cursor: default;\n outline: none;\n\n svg {\n path {\n stroke: currentColor;\n }\n }\n}\n",".neeto-form-engine-input__wrapper {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-grow: 1;\n\n .neeto-form-engine-input__label-wrapper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.375rem;\n width: 100%;\n }\n\n .neeto-form-engine-rich-text-input {\n width: 100%;\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n\n .neeto-form-engine-input {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: var(--neeto-ui-text-sm);\n line-height: 1.6;\n transition: var(--neeto-ui-transition);\n border-radius: var(--neeto-ui-rounded);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n background-color: rgb(var(--neeto-ui-white));\n color: rgb(var(--neeto-ui-gray-800));\n overflow: hidden;\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n\n &.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n }\n\n input,\n textarea {\n width: 100%;\n background-color: transparent;\n color: inherit;\n border: none;\n font-size: inherit;\n line-height: inherit;\n box-shadow: none;\n outline: none;\n\n &::placeholder {\n color: rgb(var(-neeto-ui-gray-400));\n }\n\n &:focus {\n outline-color: transparent;\n }\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n\n input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n }\n\n textarea {\n padding: 0;\n max-height: 14rem;\n overflow-y: auto;\n }\n\n &:focus-within:not(.neeto-form-engine-input--error) {\n border-color: rgb(var(--neeto-ui-gray-800));\n box-shadow: var(--neeto-ui-shadow-m);\n }\n\n &:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n }\n\n &.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500));\n\n &:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));\n }\n\n textarea {\n resize: none;\n }\n }\n\n &.neeto-form-engine-input--disabled {\n background-color: rgb(var(--neeto-ui-gray-100));\n cursor: not-allowed;\n\n input {\n cursor: not-allowed;\n }\n\n textarea {\n cursor: not-allowed;\n }\n }\n }\n\n .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__suffix {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: rgb(var(--neeto-ui-gray-600));\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n\n .neeto-form-engine-input__prefix {\n margin-left: 0.625rem;\n }\n .neeto-form-engine-input__suffix {\n margin-right: 0.625rem;\n }\n\n .neeto-form-engine-input--block-add-on {\n .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__suffix {\n margin: 0;\n padding: 0.5rem 0.625rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n }\n .neeto-form-engine-input__prefix {\n border-right: thin solid rgb(var(--neeto-ui-gray-300));\n }\n .neeto-form-engine-input__suffix {\n border-left: thin solid rgb(var(--neeto-ui-gray-300));\n }\n }\n}\n\n.neeto-form-engine-input__error {\n margin-top: 0.25rem;\n font-size: var(--neeto-ui-text-xs);\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-label {\n font-size: var(--neeto-ui-text-sm);\n color: rgb(var(--neeto-ui-gray-700));\n font-weight: var(--neeto-ui-font-medium);\n letter-spacing: -0.0094rem;\n line-height: 1.5;\n}\n\n.neeto-ui-react-select__container,\n.neeto-ui-react-select__menu-portal,\n.neeto-ui-react-select__multi-value__label,\n.neeto-ui-react-select__input,\n.neeto-ui-input__wrapper .neeto-ui-input,\n.neeto-ui-input--medium {\n @media (max-width: 768px) {\n font-size: 1rem !important;\n }\n}\n",".neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n\n .ant-picker {\n font-size: 0.875rem;\n line-height: 1.15;\n width: 100%;\n border-radius: var(--neeto-ui-rounded);\n transition: var(--neeto-ui-transition);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n color: rgb(var(--neeto-ui-gray-800));\n background-color: rgb(var(--neeto-ui-white));\n padding: 0;\n\n &:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n }\n\n &.ant-picker-focused:not(.neeto-form-engine-input--error) {\n outline: none !important;\n border-color: rgb(var(--neeto-ui-gray-800)) !important;\n box-shadow: var(--neeto-ui-shadow-m) !important;\n }\n\n &.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n\n &:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n }\n\n &.ant-picker-focused {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n }\n\n textarea {\n resize: none;\n }\n }\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n &.neeto-ui-date-input {\n padding: 0;\n }\n }\n .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-right: 0.4444444444em;\n margin: 0;\n\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n\n .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-right: 0.4444444444rem;\n background-color: transparent;\n svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n }\n & + .ant-picker-suffix {\n .ant-picker-suffix {\n opacity: 0;\n }\n }\n }\n\n .ant-picker-input:hover input:not([value=\"\"]) + .ant-picker-suffix {\n opacity: 0;\n }\n\n .ant-picker-input > input {\n font-size: 0.875rem;\n padding: 0.375rem 0.5rem;\n color: rgba(var(--neeto-ui-gray-800));\n background-color: transparent;\n\n &::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(var(--neeto-form-answer-color), 0.5);\n opacity: 1; /* Firefox */\n }\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n}\n\n.neeto-form-engine-date-picker-popup {\n .ant-picker-panel-container {\n background-color: rgb(var(--neeto-ui-white));\n border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);\n border-radius: 0.75rem;\n\n .ant-picker-panel {\n border: 0;\n }\n }\n\n .ant-picker-cell,\n .ant-picker-time-panel-column\n > li.ant-picker-time-panel-cell\n .ant-picker-time-panel-cell-inner {\n color: rgb(var(--neeto-ui-gray-800));\n }\n\n .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n }\n\n .ant-picker-header > button:hover {\n opacity: 0.8;\n }\n\n .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n }\n\n .ant-picker-panel {\n .ant-picker-header,\n .ant-picker-footer {\n border: 0;\n background-color: transparent;\n }\n }\n\n .ant-picker-today-btn,\n .ant-picker-now-btn,\n .ant-picker-ok .ant-btn {\n background-color: #4558f9 !important;\n color: rgb(var(--neeto-ui-white)) !important;\n cursor: pointer;\n padding: 0.25rem;\n border-radius: var(--neeto-ui-rounded);\n &:hover,\n &:focus {\n opacity: 0.8;\n }\n }\n\n .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n }\n\n .ant-picker-time-panel-column\n > li.ant-picker-time-panel-cell-selected\n .ant-picker-time-panel-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n }\n\n .ant-picker-time-panel-column:not(:first-child) {\n border-left: none;\n }\n\n .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,\n .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end)\n .ant-picker-cell-inner {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n }\n\n .ant-picker-time-panel-column\n > li.ant-picker-time-panel-cell\n .ant-picker-time-panel-cell-inner:hover {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n }\n\n .ant-picker-cell-in-view.ant-picker-cell-today\n .ant-picker-cell-inner::before {\n border-color: rgb(var(--neeto-form-answer-color)) !important;\n }\n\n .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n }\n\n .ant-picker-content th {\n font-size: 0.75rem;\n text-transform: uppercase;\n }\n}\n\n.neeto-form-engine--md {\n .neeto-form-date-picker {\n .ant-picker-input > input {\n font-size: 1.25rem;\n height: calc(3rem - 2px);\n padding: 0.8em;\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n .ant-picker-suffix {\n padding-right: 0.8rem;\n svg {\n width: 1.5rem;\n height: 1.5rem;\n }\n }\n .ant-picker-clear {\n margin-right: 0.8rem;\n svg {\n width: 1.5rem;\n height: 1.5rem;\n }\n }\n }\n}\n\n@media (min-width: 768px) {\n .neeto-form-engine-date-picker {\n .ant-picker-cell .ant-picker-cell-inner {\n min-width: 2rem;\n height: 2rem;\n line-height: 2rem;\n }\n .ant-picker-date-panel {\n width: 320px;\n }\n .ant-picker-header {\n min-height: 4.25rem;\n padding: 0.75rem 1.5rem 0rem 1.5rem;\n white-space: nowrap;\n align-items: center;\n }\n .ant-picker-date-panel .ant-picker-body {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n }\n .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n }\n}\n",".neeto-form-engine-loader {\n width: 100%;\n height: 100%;\n\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n\n svg {\n animation: rotate 1s ease-in-out infinite;\n }\n}\n",".neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n\n button {\n margin: 0;\n }\n\n .neeto-form-engine-dropdown-menu {\n opacity: 0;\n background-color: rgb(var(--neeto-ui-white));\n border-radius: var(--neeto-ui-rounded);\n box-shadow: var(--neeto-ui-shadow-m)-m;\n transition: var(--neeto-ui-transition);\n pointer-events: none;\n min-width: 168px;\n padding: 0.25rem 0;\n margin: 0;\n\n position: absolute;\n top: 100%;\n right: 0;\n\n li {\n list-style: none;\n\n button {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-xs);\n transition: var(--neeto-ui-transition);\n white-space: nowrap;\n line-height: 1;\n padding: 0.5rem 0.625rem;\n gap: 0.5rem;\n cursor: pointer;\n\n &:hover,\n &:active,\n &:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n }\n\n svg {\n width: 0.875rem;\n height: 0.875rem;\n }\n }\n }\n }\n}\n\n// Handle Dropdown Trigger\n\n.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,\n.neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {\n opacity: 1;\n pointer-events: all;\n}\n",".neeto-form-engine-callout {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n\n width: calc(100% - 48px);\n background-color: rgb(var(--neeto-ui-gray-200));\n color: rgb(var(--neeto-ui-gray-600));\n border-radius: var(--neeto-ui-rounded-sm);\n padding: 0.75rem;\n\n position: absolute;\n left: 0;\n right: 0;\n bottom: 2.5rem;\n margin: auto;\n\n animation: fade-in 0.3s both;\n\n &.neeto-form-engine-callout--static {\n position: static;\n }\n\n &.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n }\n\n &.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n }\n\n .neeto-form-engine-callout__close {\n position: absolute;\n right: 0.75rem;\n top: 0.75rem;\n padding: 0;\n color: rgb(var(--neeto-ui-gray-600));\n transition: var(--neeto-ui-transition);\n\n &:hover,\n &:focus,\n &:active {\n color: rgb(var(--neeto-ui-gray-800));\n }\n }\n\n .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n\n h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n text-align: center;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 0.25rem;\n }\n\n p {\n font-size: var(--neeto-ui-text-xs);\n line-height: 1rem;\n text-align: center;\n }\n }\n\n button.neeto-form-engine-callout__button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n\n border-radius: var(--neeto-ui-rounded-sm);\n transition: var(--neeto-ui-transition);\n background-color: rgb(var(--neeto-ui-white));\n padding: 0.375rem 0.5rem;\n\n &:hover,\n &:focus,\n &:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n }\n }\n}\n",".neeto-form-engine-email-input {\n width: 100%;\n\n .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n }\n .neeto-form-engine-email-input__title-row {\n gap: 0.5rem;\n justify-content: space-between;\n width: 100%;\n .neeto-form-engine-label {\n flex-grow: 1;\n overflow-wrap: break-word;\n }\n\n .neeto-form-engine-email-input__counter {\n color: rgb(var(--neeto-form-engine-gray-700));\n line-height: 1;\n margin-bottom: 0.5rem;\n margin-left: auto;\n }\n }\n\n .neeto-form-engine-email-input__prefix {\n margin-left: 0.75rem;\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n .neeto-form-engine-email-input__suffix {\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n}\n",".loader {\n min-height: 192px;\n}\n\n// sizing\n\n.neeto-form-nano-external-form {\n .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n }\n\n &--size-large {\n max-width: 46.5rem;\n margin: 0 auto;\n width: 100%;\n padding-top: 1rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n\n .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n }\n\n .neeto-ui-input__wrapper > .neeto-ui-input__label-wrapper > .neeto-ui-label,\n .neeto-ui-input__wrapper > .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n margin: 0.5rem 0 1rem;\n }\n\n .neeto-ui-checkbox__container .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n }\n\n .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n }\n\n .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 2.25rem;\n text-align: left;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\n\n @media only screen and (min-width: 768px) {\n font-size: 3rem;\n }\n }\n\n .neeto-form-nano-form-footer {\n .neeto-ui-btn--size-medium {\n font-size: 1rem;\n height: 2.5rem;\n padding: 0.625em 1.25em;\n border-radius: 0.625rem !important;\n }\n }\n\n .neeto-form-engine-choices__wrapper {\n .neeto-form-engine-choices {\n .neeto-form-engine-choice {\n label {\n font-size: 1rem !important;\n top: -0.0625rem;\n position: relative;\n }\n }\n }\n }\n\n .neeto-form-engine-star-rating {\n .neeto-form-engine-star-rating__row {\n .neeto-form-engine-label {\n font-size: 1rem;\n }\n }\n }\n\n .neeto-form-engine-rating__item {\n .neeto-form-engine-label {\n font-size: 1rem;\n }\n }\n\n .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label {\n font-size: 1rem;\n }\n }\n}\n",".neeto-molecules-file-upload__dropzone {\n width: 100%;\n}\n\n.neeto-molecules-file-upload__uploaded-list {\n width: 100%;\n}\n",".neeto-form-nano-math-captcha {\n border: 2px dashed rgba(var(--neeto-ui-primary-500), 0.5);\n border-radius: 0.3125rem;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-black));\n display: flex;\n align-items: center;\n gap: 0.3125rem;\n font-size: 0.875rem;\n}\n\n.neeto-form-nano-math-captcha__button {\n cursor: pointer;\n user-select: none;\n text-decoration: none;\n border: none;\n transition: all 0.1s ease-out;\n\n padding: 0.3125em;\n font-weight: 400;\n line-height: 1.2;\n min-height: 2.25rem;\n\n background: rgb(var(--neeto-ui-primary-500)) !important;\n color: rgb(var(--neeto-ui-white));\n border-radius: 0.1875em;\n\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n\n &:hover {\n opacity: 0.85;\n }\n\n &:focus-visible,\n &:focus {\n outline: 2px solid rgba(var(--neeto-ui-primary-500), 0.2);\n outline-offset: 1px;\n }\n}\n\n.neeto-form-nano-math-captcha__equation {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.3125rem;\n min-width: 4rem;\n}\n\n.neeto-form-nano-math-captcha__input {\n width: 6rem;\n border-color: rgb(var(--neeto-ui-primary-500));\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["../app/javascript/src/stylesheets/base/_variables.scss","../app/javascript/src/stylesheets/main.scss","../app/javascript/src/stylesheets/base/_animations.scss","../app/javascript/src/stylesheets/pages/_form-builder.scss","../app/javascript/src/stylesheets/components/_adaptive_input.scss","../app/javascript/src/stylesheets/components/_button.scss","../app/javascript/src/stylesheets/components/_input.scss","../app/javascript/src/stylesheets/components/_date-picker.scss","../app/javascript/src/stylesheets/components/_loader.scss","../app/javascript/src/stylesheets/components/_dropdown.scss","../app/javascript/src/stylesheets/components/_callout.scss","../app/javascript/src/stylesheets/components/_email-input.scss","../app/javascript/src/stylesheets/components/_external-form.scss","../app/javascript/src/stylesheets/components/_file-upload.scss","../app/javascript/src/stylesheets/components/_math-captcha.scss"],"names":[],"mappings":"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","file":"main.css","sourcesContent":[":root {\n --neeto-form-engine-primary-color: #2f3941;\n --neeto-form-engine-primary-color-dark: #000000;\n --neeto-form-engine-secondary-color: #ffffff;\n --neeto-form-engine-question-color: 0, 0, 0;\n --neeto-form-engine-answer-color: 45, 54, 212;\n --neeto-form-engine-button-background-color: 45, 54, 212;\n --neeto-form-engine-button-text-color: 255, 255, 255;\n --neeto-form-engine-error-color: 175, 4, 4;\n --neeto-form-engine-transition: all 0.1s ease-out;\n --neeto-form-engine-border-radius-sm: 0.3125rem;\n}\n",":root {\n --neeto-form-engine-primary-color: #2f3941;\n --neeto-form-engine-primary-color-dark: #000000;\n --neeto-form-engine-secondary-color: #ffffff;\n --neeto-form-engine-question-color: 0, 0, 0;\n --neeto-form-engine-answer-color: 45, 54, 212;\n --neeto-form-engine-button-background-color: 45, 54, 212;\n --neeto-form-engine-button-text-color: 255, 255, 255;\n --neeto-form-engine-error-color: 175, 4, 4;\n --neeto-form-engine-transition: all 0.1s ease-out;\n --neeto-form-engine-border-radius-sm: 0.3125rem;\n}\n\n@keyframes rotate {\n from {\n transform: rotate(0deg);\n }\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes rotate-and-scale {\n from {\n transform: rotate(0deg) scale(0);\n }\n to {\n transform: rotate(-360deg) scale(1);\n }\n}\n@keyframes rotate-and-scale-clockwise {\n from {\n transform: rotate(0deg) scale(0);\n }\n to {\n transform: rotate(360deg) scale(1);\n }\n}\n@keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n.neeto-form-engine-add-question-between {\n visibility: hidden;\n}\n.neeto-form-engine-add-question-between * {\n transition: none !important;\n}\n\n.neeto-form-engine-question-accordion__drag-icon {\n display: none !important;\n}\n\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__header {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {\n visibility: visible;\n}\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n}\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__icon {\n display: none !important;\n}\n\n.neeto-form-engine-form h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n}\n.neeto-form-engine-form .neeto-form-engine-input__wrapper:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-star-rating:not(:last-child),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper:not(:last-child) {\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n margin: 0.5rem 0 0;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n background-color: rgb(var(--neeto-ui-white));\n border: thin solid rgb(var(--neeto-ui-gray-300));\n border-radius: var(--neeto-ui-rounded);\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n cursor: pointer;\n padding: 0.625rem 0.75rem;\n gap: 0.75rem;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox],\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:not(:disabled),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:not(:disabled) {\n cursor: pointer;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:checked,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:checked {\n border: none !important;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:disabled,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus, .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {\n outline: transparent;\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=radio]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-weight: 400;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-ui-radio__container {\n width: 100%;\n gap: 0.5rem;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n flex-wrap: wrap;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=radio] {\n display: none;\n}\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-star-rating__icon.neeto-form-engine-star-rating__icon--active {\n fill: rgb(var(--neeto-ui-primary-500));\n stroke: rgb(var(--neeto-ui-primary-500));\n}\n.neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=radio] {\n display: none;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-gray-600));\n cursor: pointer;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg {\n margin-bottom: 0.25rem;\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item svg path {\n stroke: currentColor;\n transition: var(--neeto-ui-transition);\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item .neeto-form-engine-label {\n color: inherit;\n transition: var(--neeto-ui-transition);\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--happy.active {\n color: rgb(var(--neeto-ui-success-500));\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--confused.active {\n color: rgb(var(--neeto-ui-warning-500));\n}\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:hover, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:focus, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad:active, .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item.neeto-form-engine-rating__item--sad.active {\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0;\n gap: 0.75rem;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-terms .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox],\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n align-self: flex-start;\n margin-top: 0.125rem;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:not(:disabled),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:not(:disabled) {\n cursor: pointer;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:hover:not(:disabled, :checked),\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:checked,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:checked {\n border: none !important;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:disabled,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus, .neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {\n outline: transparent;\n}\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=checkbox]:focus-visible,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=radio]:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)), 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\n\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input input {\n min-height: 2.5rem;\n padding: 0.5em 0.8em;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-react-select__container .neeto-ui-react-select__value-container {\n min-height: 2.5rem;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input__prefix .neeto-ui-react-select__value-container {\n min-height: 1.875rem;\n}\nbody .neeto-form-engine-form .neeto-form-engine-date-picker .ant-picker-input > input {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n}\nbody .neeto-form-engine-form .neeto-form-engine-star-rating__row button {\n outline: none;\n}\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n outline: none;\n box-shadow: none;\n}\nbody .neeto-form-engine-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n background-color: rgb(var(--neeto-ui-white));\n}\nbody .neeto-form-engine-form .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input:focus-within:not(.neeto-ui-input--naked, .neeto-ui-input--error) {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\nbody .neeto-form-engine-form .neeto-ui-input__wrapper .neeto-ui-input.neeto-ui-input--error:focus-within {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\nbody .neeto-form-engine-form .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\nbody .neeto-form-engine-form .neeto-ui-react-select__container.neeto-ui-react-select__container--error .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n}\n\n.neeto-form-nano-form__card--active {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\n.neeto-form-nano-advanced-properties-accordion {\n --neeto-ui-accordion-item-padding-x: 0rem;\n --neeto-ui-accordion-drop-padding-x: 0rem;\n --neeto-ui-accordion-wrapper-border-width: 0rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input .neeto-ui-input textarea {\n padding-top: 0.1875rem;\n}\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea, .neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-rich_text .neeto-ui-input textarea {\n min-height: 4em !important;\n}\n\n.neeto-form-nano-adaptive-input textarea {\n --neeto-ui-input-line-height: 1.5;\n}\n\nbutton.neeto-form-engine-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n font-weight: var(--neeto-ui-font-medium);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1;\n letter-spacing: -0.0094rem;\n color: var(--neeto-form-engine-secondary-color);\n border-radius: var(--neeto-ui-rounded-sm);\n background-color: var(--neeto-form-engine-primary-color);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0.75rem;\n}\nbutton.neeto-form-engine-button:hover, button.neeto-form-engine-button:focus, button.neeto-form-engine-button:active {\n background-color: var(--neeto-form-engine-primary-color-dark);\n}\n\n.neeto-form-engine-button__loader,\n.neeto-form-engine-button__success {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background: inherit;\n cursor: default;\n outline: none;\n}\n.neeto-form-engine-button__loader svg path,\n.neeto-form-engine-button__success svg path {\n stroke: currentColor;\n}\n\n.neeto-form-engine-input__wrapper {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-grow: 1;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__label-wrapper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.375rem;\n width: 100%;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n width: 100%;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: var(--neeto-ui-text-sm);\n line-height: 1.6;\n transition: var(--neeto-ui-transition);\n border-radius: var(--neeto-ui-rounded);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n background-color: rgb(var(--neeto-ui-white));\n color: rgb(var(--neeto-ui-gray-800));\n overflow: hidden;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-input {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n width: 100%;\n background-color: transparent;\n color: inherit;\n border: none;\n font-size: inherit;\n line-height: inherit;\n box-shadow: none;\n outline: none;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input::placeholder,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea::placeholder {\n color: rgb(var(-neeto-ui-gray-400));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input:focus,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea:focus {\n outline-color: transparent;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-input input,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea {\n padding: 0;\n max-height: 14rem;\n overflow-y: auto;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:focus-within:not(.neeto-form-engine-input--error) {\n border-color: rgb(var(--neeto-ui-gray-800));\n box-shadow: var(--neeto-ui-shadow-m);\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {\n resize: none;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled {\n background-color: rgb(var(--neeto-ui-gray-100));\n cursor: not-allowed;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {\n cursor: not-allowed;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {\n cursor: not-allowed;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: rgb(var(--neeto-ui-gray-600));\n}\n@media (max-width: 768px) {\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix svg,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {\n margin-left: 0.625rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n margin-right: 0.625rem;\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix,\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n margin: 0;\n padding: 0.5rem 0.625rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {\n border-right: thin solid rgb(var(--neeto-ui-gray-300));\n}\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n border-left: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__error {\n margin-top: 0.25rem;\n font-size: var(--neeto-ui-text-xs);\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-label {\n font-size: var(--neeto-ui-text-sm);\n color: rgb(var(--neeto-ui-gray-700));\n font-weight: var(--neeto-ui-font-medium);\n letter-spacing: -0.0094rem;\n line-height: 1.5;\n}\n\n@media (max-width: 768px) {\n .neeto-ui-react-select__container,\n .neeto-ui-react-select__menu-portal,\n .neeto-ui-react-select__multi-value__label,\n .neeto-ui-react-select__input,\n .neeto-ui-input__wrapper .neeto-ui-input,\n .neeto-ui-input--medium {\n font-size: 1rem !important;\n }\n}\n\n.neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\n.neeto-form-engine-date-picker .ant-picker {\n font-size: 0.875rem;\n line-height: 1.15;\n width: 100%;\n border-radius: var(--neeto-ui-rounded);\n transition: var(--neeto-ui-transition);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n color: rgb(var(--neeto-ui-gray-800));\n background-color: rgb(var(--neeto-ui-white));\n padding: 0;\n}\n.neeto-form-engine-date-picker .ant-picker:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n}\n.neeto-form-engine-date-picker .ant-picker.ant-picker-focused:not(.neeto-form-engine-input--error) {\n outline: none !important;\n border-color: rgb(var(--neeto-ui-gray-800)) !important;\n box-shadow: var(--neeto-ui-shadow-m) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error.ant-picker-focused {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {\n resize: none;\n}\n@media (max-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker {\n font-size: 1rem;\n }\n}\n.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input {\n padding: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-right: 0.4444444444em;\n margin: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-suffix svg {\n width: 1rem;\n height: 1rem;\n}\n.neeto-form-engine-date-picker .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-right: 0.4444444444rem;\n background-color: transparent;\n}\n.neeto-form-engine-date-picker .ant-picker-clear svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n}\n.neeto-form-engine-date-picker .ant-picker-clear + .ant-picker-suffix .ant-picker-suffix {\n opacity: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=\"\"]) + .ant-picker-suffix {\n opacity: 0;\n}\n.neeto-form-engine-date-picker .ant-picker-input > input {\n font-size: 0.875rem;\n padding: 0.375rem 0.5rem;\n color: rgba(var(--neeto-ui-gray-800));\n background-color: transparent;\n}\n.neeto-form-engine-date-picker .ant-picker-input > input::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(var(--neeto-form-answer-color), 0.5);\n opacity: 1; /* Firefox */\n}\n@media (max-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker-input > input {\n font-size: 1rem;\n }\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container {\n background-color: rgb(var(--neeto-ui-white));\n border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);\n border-radius: 0.75rem;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {\n border: 0;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell,\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {\n color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-date-picker-popup .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-header > button:hover {\n opacity: 0.8;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-header,\n.neeto-form-engine-date-picker-popup .ant-picker-panel .ant-picker-footer {\n border: 0;\n background-color: transparent;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn {\n background-color: #4558f9 !important;\n color: rgb(var(--neeto-ui-white)) !important;\n cursor: pointer;\n padding: 0.25rem;\n border-radius: var(--neeto-ui-rounded);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover, .neeto-form-engine-date-picker-popup .ant-picker-today-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-now-btn:focus,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:hover,\n.neeto-form-engine-date-picker-popup .ant-picker-ok .ant-btn:focus {\n opacity: 0.8;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n}\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {\n border-left: none;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,\n.neeto-form-engine-date-picker-popup .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {\n border-color: rgb(var(--neeto-form-answer-color)) !important;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n}\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n font-size: 0.75rem;\n text-transform: uppercase;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {\n font-size: 1.25rem;\n height: calc(3rem - 2px);\n padding: 0.8em;\n}\n@media (max-width: 768px) {\n .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input > input {\n font-size: 1rem;\n }\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {\n padding-right: 0.8rem;\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {\n margin-right: 0.8rem;\n}\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n@media (min-width: 768px) {\n .neeto-form-engine-date-picker .ant-picker-cell .ant-picker-cell-inner {\n min-width: 2rem;\n height: 2rem;\n line-height: 2rem;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel {\n width: 320px;\n }\n .neeto-form-engine-date-picker .ant-picker-header {\n min-height: 4.25rem;\n padding: 0.75rem 1.5rem 0rem 1.5rem;\n white-space: nowrap;\n align-items: center;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n }\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n}\n.neeto-form-engine-loader {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n.neeto-form-engine-spinner svg {\n animation: rotate 1s ease-in-out infinite;\n}\n\n.neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n}\n.neeto-form-engine-dropdown button {\n margin: 0;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu {\n opacity: 0;\n background-color: rgb(var(--neeto-ui-white));\n border-radius: var(--neeto-ui-rounded);\n box-shadow: var(--neeto-ui-shadow-m) -m;\n transition: var(--neeto-ui-transition);\n pointer-events: none;\n min-width: 168px;\n padding: 0.25rem 0;\n margin: 0;\n position: absolute;\n top: 100%;\n right: 0;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {\n list-style: none;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-xs);\n transition: var(--neeto-ui-transition);\n white-space: nowrap;\n line-height: 1;\n padding: 0.5rem 0.625rem;\n gap: 0.5rem;\n cursor: pointer;\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover, .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active, .neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n}\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button svg {\n width: 0.875rem;\n height: 0.875rem;\n}\n\n.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,\n.neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {\n opacity: 1;\n pointer-events: all;\n}\n\n.neeto-form-engine-callout {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n width: calc(100% - 48px);\n background-color: rgb(var(--neeto-ui-gray-200));\n color: rgb(var(--neeto-ui-gray-600));\n border-radius: var(--neeto-ui-rounded-sm);\n padding: 0.75rem;\n position: absolute;\n left: 0;\n right: 0;\n bottom: 2.5rem;\n margin: auto;\n animation: fade-in 0.3s both;\n}\n.neeto-form-engine-callout.neeto-form-engine-callout--static {\n position: static;\n}\n.neeto-form-engine-callout.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n}\n.neeto-form-engine-callout.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__close {\n position: absolute;\n right: 0.75rem;\n top: 0.75rem;\n padding: 0;\n color: rgb(var(--neeto-ui-gray-600));\n transition: var(--neeto-ui-transition);\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__close:hover, .neeto-form-engine-callout .neeto-form-engine-callout__close:focus, .neeto-form-engine-callout .neeto-form-engine-callout__close:active {\n color: rgb(var(--neeto-ui-gray-800));\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__content h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n text-align: center;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 0.25rem;\n}\n.neeto-form-engine-callout .neeto-form-engine-callout__content p {\n font-size: var(--neeto-ui-text-xs);\n line-height: 1rem;\n text-align: center;\n}\n.neeto-form-engine-callout button.neeto-form-engine-callout__button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n border-radius: var(--neeto-ui-rounded-sm);\n transition: var(--neeto-ui-transition);\n background-color: rgb(var(--neeto-ui-white));\n padding: 0.375rem 0.5rem;\n}\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover, .neeto-form-engine-callout button.neeto-form-engine-callout__button:focus, .neeto-form-engine-callout button.neeto-form-engine-callout__button:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n\n.neeto-form-engine-email-input {\n width: 100%;\n}\n.neeto-form-engine-email-input .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row {\n gap: 0.5rem;\n justify-content: space-between;\n width: 100%;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-label {\n flex-grow: 1;\n overflow-wrap: break-word;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__title-row .neeto-form-engine-email-input__counter {\n color: rgb(var(--neeto-form-engine-gray-700));\n line-height: 1;\n margin-bottom: 0.5rem;\n margin-left: auto;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix {\n margin-left: 0.75rem;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg {\n width: 1rem;\n height: 1rem;\n}\n.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.loader {\n min-height: 192px;\n}\n\n.neeto-form-nano-external-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n.neeto-form-nano-external-form--size-large {\n max-width: 46.5rem;\n margin: 0 auto;\n width: 100%;\n padding-top: 1rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper > .neeto-ui-input__label-wrapper > .neeto-ui-label,\n.neeto-form-nano-external-form--size-large .neeto-ui-input__wrapper > .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n margin: 0.5rem 0 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-ui-checkbox__container .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 2.25rem;\n text-align: left;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\n}\n@media only screen and (min-width: 768px) {\n .neeto-form-nano-external-form--size-large .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 3rem;\n }\n}\n.neeto-form-nano-external-form--size-large .neeto-form-nano-form-footer .neeto-ui-btn--size-medium {\n font-size: 1rem;\n height: 2.5rem;\n padding: 0.625em 1.25em;\n border-radius: 0.625rem !important;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice label {\n font-size: 1rem !important;\n top: -0.0625rem;\n position: relative;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row .neeto-form-engine-label {\n font-size: 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label {\n font-size: 1rem;\n}\n.neeto-form-nano-external-form--size-large .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label {\n font-size: 1rem;\n}\n\n.neeto-molecules-file-upload__dropzone {\n width: 100%;\n}\n\n.neeto-molecules-file-upload__uploaded-list {\n width: 100%;\n}\n\n.neeto-form-nano-math-captcha {\n border: 2px dashed rgba(var(--neeto-ui-primary-500), 0.5);\n border-radius: 0.3125rem;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-black));\n display: flex;\n align-items: center;\n gap: 0.3125rem;\n font-size: 0.875rem;\n}\n\n.neeto-form-nano-math-captcha__button {\n cursor: pointer;\n user-select: none;\n text-decoration: none;\n border: none;\n transition: all 0.1s ease-out;\n padding: 0.3125em;\n font-weight: 400;\n line-height: 1.2;\n min-height: 2.25rem;\n background: rgb(var(--neeto-ui-primary-500)) !important;\n color: rgb(var(--neeto-ui-white));\n border-radius: 0.1875em;\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n}\n.neeto-form-nano-math-captcha__button:hover {\n opacity: 0.85;\n}\n.neeto-form-nano-math-captcha__button:focus-visible, .neeto-form-nano-math-captcha__button:focus {\n outline: 2px solid rgba(var(--neeto-ui-primary-500), 0.2);\n outline-offset: 1px;\n}\n\n.neeto-form-nano-math-captcha__equation {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.3125rem;\n min-width: 4rem;\n}\n\n.neeto-form-nano-math-captcha__input {\n width: 6rem;\n border-color: rgb(var(--neeto-ui-primary-500));\n}","@keyframes rotate {\n from {\n transform: rotate(0deg);\n }\n\n to {\n transform: rotate(360deg);\n }\n}\n\n@keyframes rotate-and-scale {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(-360deg) scale(1);\n }\n}\n\n@keyframes rotate-and-scale-clockwise {\n from {\n transform: rotate(0deg) scale(0);\n }\n\n to {\n transform: rotate(360deg) scale(1);\n }\n}\n\n@keyframes fade-in {\n from {\n opacity: 0;\n }\n to {\n opacity: 1;\n }\n}\n",".neeto-form-engine-add-question-between {\n visibility: hidden;\n\n * {\n transition: none !important;\n }\n}\n\n.neeto-form-engine-question-accordion__drag-icon {\n display: none !important;\n}\n\n.neeto-form-engine-question-accordion {\n .neeto-form-engine-question-accordion__header {\n border-radius: var(--neeto-ui-rounded-lg);\n }\n\n .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n }\n\n &:hover {\n .neeto-form-engine-add-question-between {\n visibility: visible;\n }\n\n .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n }\n\n .neeto-form-engine-question-accordion__icon {\n display: none !important;\n }\n }\n}\n\n.neeto-form-engine-form {\n h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 1rem;\n }\n\n .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n }\n\n .neeto-form-engine-input__wrapper,\n .neeto-form-engine-rating,\n .neeto-form-engine-star-rating,\n .neeto-form-engine-choices__wrapper {\n &:not(:last-child) {\n margin-bottom: 1rem;\n }\n }\n\n .neeto-form-engine-choices__wrapper {\n .neeto-form-engine-choices {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n gap: 0.5rem;\n margin: 0.5rem 0 0;\n\n .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n background-color: rgb(var(--neeto-ui-white));\n border: thin solid rgb(var(--neeto-ui-gray-300));\n border-radius: var(--neeto-ui-rounded);\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n cursor: pointer;\n padding: 0.625rem 0.75rem;\n gap: 0.75rem;\n\n &:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n }\n\n input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n }\n\n input[type=\"checkbox\"],\n input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n\n &:not(:disabled) {\n cursor: pointer;\n }\n\n &:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &:checked {\n border: none !important;\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n &:focus,\n &:focus-visible {\n outline: transparent;\n }\n\n &:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n }\n }\n\n label {\n font-weight: 400;\n\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n }\n\n .neeto-ui-radio__container {\n width: 100%;\n gap: 0.5rem;\n }\n }\n }\n\n .neeto-form-engine-star-rating {\n >.neeto-form-engine-label {\n margin-bottom: 1rem;\n }\n\n .neeto-form-engine-star-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n flex-wrap: wrap;\n\n input[type=\"radio\"] {\n display: none;\n }\n\n .neeto-form-engine-star-rating__icon {\n &.neeto-form-engine-star-rating__icon--active {\n fill: rgb(var(--neeto-ui-primary-500));\n stroke: rgb(var(--neeto-ui-primary-500));\n }\n }\n }\n }\n\n .neeto-form-engine-rating {\n >.neeto-form-engine-label {\n margin-bottom: 1rem;\n }\n\n .neeto-form-engine-rating__row {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n gap: 1.5rem;\n\n input[type=\"radio\"] {\n display: none;\n }\n\n .neeto-form-engine-rating__item {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-gray-600));\n cursor: pointer;\n\n svg {\n margin-bottom: 0.25rem;\n\n path {\n stroke: currentColor;\n transition: var(--neeto-ui-transition);\n }\n }\n\n .neeto-form-engine-label {\n color: inherit;\n transition: var(--neeto-ui-transition);\n }\n\n &.neeto-form-engine-rating__item--happy {\n\n &:hover,\n &:focus,\n &:active,\n &.active {\n color: rgb(var(--neeto-ui-success-500));\n }\n }\n\n &.neeto-form-engine-rating__item--confused {\n\n &:hover,\n &:focus,\n &:active,\n &.active {\n color: rgb(var(--neeto-ui-warning-500));\n }\n }\n\n &.neeto-form-engine-rating__item--sad {\n\n &:hover,\n &:focus,\n &:active,\n &.active {\n color: rgb(var(--neeto-ui-error-500));\n }\n }\n }\n }\n }\n}\n\n.neeto-form-engine-terms {\n .neeto-form-engine-choice {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-sm);\n line-height: var(--neeto-ui-leading-normal);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0;\n gap: 0.75rem;\n\n &:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n }\n\n input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n }\n\n input[type=\"checkbox\"],\n input[type=\"radio\"] {\n width: 1rem;\n height: 1rem;\n border: 2px solid rgb(var(--neeto-ui-gray-300));\n align-self: flex-start;\n margin-top: 0.125rem;\n\n &:not(:disabled) {\n cursor: pointer;\n }\n\n &:hover:not(:disabled, :checked) {\n border-color: rgb(var(-neeto-ui-gray-400));\n }\n\n &:checked {\n border: none !important;\n }\n\n &:disabled {\n opacity: 0.5;\n cursor: not-allowed;\n }\n\n &:focus,\n &:focus-visible {\n outline: transparent;\n }\n\n &:focus-visible {\n box-shadow: 0 0 0 2px rgb(var(--neeto-ui-white)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n }\n }\n }\n}\n\nbody {\n .neeto-form-engine-form {\n .neeto-ui-input__wrapper .neeto-ui-input input {\n min-height: 2.5rem;\n padding: 0.5em 0.8em;\n }\n\n .neeto-ui-input__wrapper {\n .neeto-ui-react-select__container .neeto-ui-react-select__value-container {\n min-height: 2.5rem;\n }\n\n .neeto-ui-input__prefix {\n .neeto-ui-react-select__value-container {\n min-height: 1.875rem;\n }\n }\n }\n\n .neeto-form-engine-date-picker .ant-picker-input>input {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n }\n\n .neeto-form-engine-star-rating__row button {\n outline: none;\n }\n\n .neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row .neeto-form-engine-rating__item {\n outline: none;\n box-shadow: none;\n }\n\n .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n }\n\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n background-color: rgb(var(--neeto-ui-white));\n }\n\n .neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice {\n padding-top: 0.625rem;\n padding-bottom: 0.625rem;\n }\n\n // Focus ring overrides\n\n .neeto-ui-input__wrapper {\n .neeto-ui-input:focus-within:not(.neeto-ui-input--naked, .neeto-ui-input--error) {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n }\n\n .neeto-ui-input.neeto-ui-input--error:focus-within {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n }\n }\n\n .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n }\n\n .neeto-ui-react-select__container.neeto-ui-react-select__container--error {\n .neeto-ui-react-select__control.neeto-ui-react-select__control--is-focused {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-error-500)) inset;\n }\n }\n }\n}\n\n.neeto-form-nano-form__card--active {\n box-shadow: 0 0 0 1px rgb(var(--neeto-ui-primary-500)) inset;\n}\n\n.neeto-form-nano-advanced-properties-accordion {\n --neeto-ui-accordion-item-padding-x: 0rem;\n --neeto-ui-accordion-drop-padding-x: 0rem;\n --neeto-ui-accordion-wrapper-border-width: 0rem;\n}\n\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input {\n .neeto-ui-input textarea {\n padding-top: 0.1875rem;\n }\n\n &.neeto-form-nano-placeholder-input-textarea,\n &.neeto-form-nano-placeholder-input-rich_text {\n .neeto-ui-input textarea {\n min-height: 4em !important;\n }\n }\n}",".neeto-form-nano-adaptive-input {\n textarea {\n --neeto-ui-input-line-height: 1.5;\n }\n}\n","button.neeto-form-engine-button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: relative;\n\n font-weight: var(--neeto-ui-font-medium);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1;\n letter-spacing: -0.0094rem;\n color: var(--neeto-form-engine-secondary-color);\n\n border-radius: var(--neeto-ui-rounded-sm);\n background-color: var(--neeto-form-engine-primary-color);\n transition: var(--neeto-ui-transition);\n padding: 0.5rem 0.75rem;\n\n &:hover,\n &:focus,\n &:active {\n background-color: var(--neeto-form-engine-primary-color-dark);\n }\n}\n\n.neeto-form-engine-button__loader,\n.neeto-form-engine-button__success {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n position: absolute;\n left: 0;\n top: 0;\n width: 100%;\n height: 100%;\n border-radius: inherit;\n background: inherit;\n cursor: default;\n outline: none;\n\n svg {\n path {\n stroke: currentColor;\n }\n }\n}\n",".neeto-form-engine-input__wrapper {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-grow: 1;\n\n .neeto-form-engine-input__label-wrapper {\n display: flex;\n justify-content: space-between;\n margin-bottom: 0.375rem;\n width: 100%;\n }\n\n .neeto-form-engine-rich-text-input {\n width: 100%;\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n\n .neeto-form-engine-input {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: var(--neeto-ui-text-sm);\n line-height: 1.6;\n transition: var(--neeto-ui-transition);\n border-radius: var(--neeto-ui-rounded);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n background-color: rgb(var(--neeto-ui-white));\n color: rgb(var(--neeto-ui-gray-800));\n overflow: hidden;\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n\n &.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n }\n\n input,\n textarea {\n width: 100%;\n background-color: transparent;\n color: inherit;\n border: none;\n font-size: inherit;\n line-height: inherit;\n box-shadow: none;\n outline: none;\n\n &::placeholder {\n color: rgb(var(-neeto-ui-gray-400));\n }\n\n &:focus {\n outline-color: transparent;\n }\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n\n input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n }\n\n textarea {\n padding: 0;\n max-height: 14rem;\n overflow-y: auto;\n }\n\n &:focus-within:not(.neeto-form-engine-input--error) {\n border-color: rgb(var(--neeto-ui-gray-800));\n box-shadow: var(--neeto-ui-shadow-m);\n }\n\n &:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n }\n\n &.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500));\n\n &:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red));\n }\n\n textarea {\n resize: none;\n }\n }\n\n &.neeto-form-engine-input--disabled {\n background-color: rgb(var(--neeto-ui-gray-100));\n cursor: not-allowed;\n\n input {\n cursor: not-allowed;\n }\n\n textarea {\n cursor: not-allowed;\n }\n }\n }\n\n .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__suffix {\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n font-size: 0.875rem;\n color: rgb(var(--neeto-ui-gray-600));\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n\n .neeto-form-engine-input__prefix {\n margin-left: 0.625rem;\n }\n .neeto-form-engine-input__suffix {\n margin-right: 0.625rem;\n }\n\n .neeto-form-engine-input--block-add-on {\n .neeto-form-engine-input__prefix,\n .neeto-form-engine-input__suffix {\n margin: 0;\n padding: 0.5rem 0.625rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n }\n .neeto-form-engine-input__prefix {\n border-right: thin solid rgb(var(--neeto-ui-gray-300));\n }\n .neeto-form-engine-input__suffix {\n border-left: thin solid rgb(var(--neeto-ui-gray-300));\n }\n }\n}\n\n.neeto-form-engine-input__error {\n margin-top: 0.25rem;\n font-size: var(--neeto-ui-text-xs);\n color: rgb(var(--neeto-ui-error-500));\n}\n\n.neeto-form-engine-label {\n font-size: var(--neeto-ui-text-sm);\n color: rgb(var(--neeto-ui-gray-700));\n font-weight: var(--neeto-ui-font-medium);\n letter-spacing: -0.0094rem;\n line-height: 1.5;\n}\n\n.neeto-ui-react-select__container,\n.neeto-ui-react-select__menu-portal,\n.neeto-ui-react-select__multi-value__label,\n.neeto-ui-react-select__input,\n.neeto-ui-input__wrapper .neeto-ui-input,\n.neeto-ui-input--medium {\n @media (max-width: 768px) {\n font-size: 1rem !important;\n }\n}\n",".neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n\n .ant-picker {\n font-size: 0.875rem;\n line-height: 1.15;\n width: 100%;\n border-radius: var(--neeto-ui-rounded);\n transition: var(--neeto-ui-transition);\n border: thin solid rgb(var(--neeto-ui-gray-400));\n color: rgb(var(--neeto-ui-gray-800));\n background-color: rgb(var(--neeto-ui-white));\n padding: 0;\n\n &:hover:not(.neeto-form-engine-input--error, .neeto-form-engine-input--disabled) {\n border-color: rgb(var(--neeto-ui-gray-700));\n }\n\n &.ant-picker-focused:not(.neeto-form-engine-input--error) {\n outline: none !important;\n border-color: rgb(var(--neeto-ui-gray-800)) !important;\n box-shadow: var(--neeto-ui-shadow-m) !important;\n }\n\n &.neeto-form-engine-input--error {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n\n &:focus-within {\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n }\n\n &.ant-picker-focused {\n border-color: rgb(var(--neeto-ui-error-500)) !important;\n box-shadow: 0 0 0 3px rgb(var(--neeto-ui-pastel-red)) !important;\n }\n\n textarea {\n resize: none;\n }\n }\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n &.neeto-ui-date-input {\n padding: 0;\n }\n }\n .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-right: 0.4444444444em;\n margin: 0;\n\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n\n .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-right: 0.4444444444rem;\n background-color: transparent;\n svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n }\n & + .ant-picker-suffix {\n .ant-picker-suffix {\n opacity: 0;\n }\n }\n }\n\n .ant-picker-input:hover input:not([value=\"\"]) + .ant-picker-suffix {\n opacity: 0;\n }\n\n .ant-picker-input > input {\n font-size: 0.875rem;\n padding: 0.375rem 0.5rem;\n color: rgba(var(--neeto-ui-gray-800));\n background-color: transparent;\n\n &::placeholder {\n /* Chrome, Firefox, Opera, Safari 10.1+ */\n color: rgba(var(--neeto-form-answer-color), 0.5);\n opacity: 1; /* Firefox */\n }\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n}\n\n.neeto-form-engine-date-picker-popup {\n .ant-picker-panel-container {\n background-color: rgb(var(--neeto-ui-white));\n border: 1px solid rgba(var(--neeto-ui-gray-800), 0.8);\n border-radius: 0.75rem;\n\n .ant-picker-panel {\n border: 0;\n }\n }\n\n .ant-picker-cell,\n .ant-picker-time-panel-column\n > li.ant-picker-time-panel-cell\n .ant-picker-time-panel-cell-inner {\n color: rgb(var(--neeto-ui-gray-800));\n }\n\n .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n }\n\n .ant-picker-header > button:hover {\n opacity: 0.8;\n }\n\n .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n }\n\n .ant-picker-panel {\n .ant-picker-header,\n .ant-picker-footer {\n border: 0;\n background-color: transparent;\n }\n }\n\n .ant-picker-today-btn,\n .ant-picker-now-btn,\n .ant-picker-ok .ant-btn {\n background-color: #4558f9 !important;\n color: rgb(var(--neeto-ui-white)) !important;\n cursor: pointer;\n padding: 0.25rem;\n border-radius: var(--neeto-ui-rounded);\n &:hover,\n &:focus {\n opacity: 0.8;\n }\n }\n\n .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,\n .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,\n .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n }\n\n .ant-picker-time-panel-column\n > li.ant-picker-time-panel-cell-selected\n .ant-picker-time-panel-cell-inner {\n background-color: rgb(var(--neeto-form-answer-color));\n color: rgb(var(--neeto-form-answer-text-color));\n }\n\n .ant-picker-time-panel-column:not(:first-child) {\n border-left: none;\n }\n\n .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,\n .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end)\n .ant-picker-cell-inner {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n }\n\n .ant-picker-time-panel-column\n > li.ant-picker-time-panel-cell\n .ant-picker-time-panel-cell-inner:hover {\n background-color: rgba(var(--neeto-form-question-color), 0.1);\n }\n\n .ant-picker-cell-in-view.ant-picker-cell-today\n .ant-picker-cell-inner::before {\n border-color: rgb(var(--neeto-form-answer-color)) !important;\n }\n\n .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n }\n\n .ant-picker-content th {\n font-size: 0.75rem;\n text-transform: uppercase;\n }\n}\n\n.neeto-form-engine--md {\n .neeto-form-date-picker {\n .ant-picker-input > input {\n font-size: 1.25rem;\n height: calc(3rem - 2px);\n padding: 0.8em;\n @media (max-width: 768px) {\n font-size: 1rem;\n }\n }\n .ant-picker-suffix {\n padding-right: 0.8rem;\n svg {\n width: 1.5rem;\n height: 1.5rem;\n }\n }\n .ant-picker-clear {\n margin-right: 0.8rem;\n svg {\n width: 1.5rem;\n height: 1.5rem;\n }\n }\n }\n}\n\n@media (min-width: 768px) {\n .neeto-form-engine-date-picker {\n .ant-picker-cell .ant-picker-cell-inner {\n min-width: 2rem;\n height: 2rem;\n line-height: 2rem;\n }\n .ant-picker-date-panel {\n width: 320px;\n }\n .ant-picker-header {\n min-height: 4.25rem;\n padding: 0.75rem 1.5rem 0rem 1.5rem;\n white-space: nowrap;\n align-items: center;\n }\n .ant-picker-date-panel .ant-picker-body {\n padding-left: 1.5rem;\n padding-right: 1.5rem;\n }\n .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n }\n}\n",".neeto-form-engine-loader {\n width: 100%;\n height: 100%;\n\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.neeto-form-engine-spinner {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n\n svg {\n animation: rotate 1s ease-in-out infinite;\n }\n}\n",".neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n\n button {\n margin: 0;\n }\n\n .neeto-form-engine-dropdown-menu {\n opacity: 0;\n background-color: rgb(var(--neeto-ui-white));\n border-radius: var(--neeto-ui-rounded);\n box-shadow: var(--neeto-ui-shadow-m)-m;\n transition: var(--neeto-ui-transition);\n pointer-events: none;\n min-width: 168px;\n padding: 0.25rem 0;\n margin: 0;\n\n position: absolute;\n top: 100%;\n right: 0;\n\n li {\n list-style: none;\n\n button {\n width: 100%;\n display: flex;\n flex-direction: row;\n justify-content: flex-start;\n align-items: center;\n\n color: rgb(var(--neeto-ui-gray-700));\n font-size: var(--neeto-ui-text-xs);\n transition: var(--neeto-ui-transition);\n white-space: nowrap;\n line-height: 1;\n padding: 0.5rem 0.625rem;\n gap: 0.5rem;\n cursor: pointer;\n\n &:hover,\n &:active,\n &:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n }\n\n svg {\n width: 0.875rem;\n height: 0.875rem;\n }\n }\n }\n }\n}\n\n// Handle Dropdown Trigger\n\n.neeto-form-engine-dropdown:hover .neeto-form-engine-dropdown-menu,\n.neeto-form-engine-dropdown > button:focus + .neeto-form-engine-dropdown-menu {\n opacity: 1;\n pointer-events: all;\n}\n",".neeto-form-engine-callout {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n gap: 0.75rem;\n\n width: calc(100% - 48px);\n background-color: rgb(var(--neeto-ui-gray-200));\n color: rgb(var(--neeto-ui-gray-600));\n border-radius: var(--neeto-ui-rounded-sm);\n padding: 0.75rem;\n\n position: absolute;\n left: 0;\n right: 0;\n bottom: 2.5rem;\n margin: auto;\n\n animation: fade-in 0.3s both;\n\n &.neeto-form-engine-callout--static {\n position: static;\n }\n\n &.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n }\n\n &.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n }\n\n .neeto-form-engine-callout__close {\n position: absolute;\n right: 0.75rem;\n top: 0.75rem;\n padding: 0;\n color: rgb(var(--neeto-ui-gray-600));\n transition: var(--neeto-ui-transition);\n\n &:hover,\n &:focus,\n &:active {\n color: rgb(var(--neeto-ui-gray-800));\n }\n }\n\n .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n\n h5 {\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n text-align: center;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n margin-bottom: 0.25rem;\n }\n\n p {\n font-size: var(--neeto-ui-text-xs);\n line-height: 1rem;\n text-align: center;\n }\n }\n\n button.neeto-form-engine-callout__button {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n\n font-weight: var(--neeto-ui-font-semibold);\n font-size: var(--neeto-ui-text-sm);\n line-height: 1rem;\n letter-spacing: -0.0094rem;\n color: rgb(var(--neeto-ui-gray-800));\n\n border-radius: var(--neeto-ui-rounded-sm);\n transition: var(--neeto-ui-transition);\n background-color: rgb(var(--neeto-ui-white));\n padding: 0.375rem 0.5rem;\n\n &:hover,\n &:focus,\n &:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n }\n }\n}\n",".neeto-form-engine-email-input {\n width: 100%;\n\n .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n }\n .neeto-form-engine-email-input__title-row {\n gap: 0.5rem;\n justify-content: space-between;\n width: 100%;\n .neeto-form-engine-label {\n flex-grow: 1;\n overflow-wrap: break-word;\n }\n\n .neeto-form-engine-email-input__counter {\n color: rgb(var(--neeto-form-engine-gray-700));\n line-height: 1;\n margin-bottom: 0.5rem;\n margin-left: auto;\n }\n }\n\n .neeto-form-engine-email-input__prefix {\n margin-left: 0.75rem;\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n .neeto-form-engine-email-input__suffix {\n svg {\n width: 1rem;\n height: 1rem;\n }\n }\n}\n",".loader {\n min-height: 192px;\n}\n\n// sizing\n\n.neeto-form-nano-external-form {\n .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n }\n\n &--size-large {\n max-width: 46.5rem;\n margin: 0 auto;\n width: 100%;\n padding-top: 1rem;\n padding-left: 1rem;\n padding-right: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n\n .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n }\n\n .neeto-ui-input__wrapper > .neeto-ui-input__label-wrapper > .neeto-ui-label,\n .neeto-ui-input__wrapper > .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n margin: 0.5rem 0 1rem;\n }\n\n .neeto-ui-checkbox__container .neeto-ui-label {\n --neeto-ui-label-font-size: 1.3125rem;\n --neeto-ui-label-font-weight: 400;\n }\n\n .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n }\n\n .neeto-form-nano-external-form-header .neeto-form-nano-external-form-title {\n font-size: 2.25rem;\n text-align: left;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\n\n @media only screen and (min-width: 768px) {\n font-size: 3rem;\n }\n }\n\n .neeto-form-nano-form-footer {\n .neeto-ui-btn--size-medium {\n font-size: 1rem;\n height: 2.5rem;\n padding: 0.625em 1.25em;\n border-radius: 0.625rem !important;\n }\n }\n\n .neeto-form-engine-choices__wrapper {\n .neeto-form-engine-choices {\n .neeto-form-engine-choice {\n label {\n font-size: 1rem !important;\n top: -0.0625rem;\n position: relative;\n }\n }\n }\n }\n\n .neeto-form-engine-star-rating {\n .neeto-form-engine-star-rating__row {\n .neeto-form-engine-label {\n font-size: 1rem;\n }\n }\n }\n\n .neeto-form-engine-rating__item {\n .neeto-form-engine-label {\n font-size: 1rem;\n }\n }\n\n .neeto-form-engine-terms .neeto-ui-checkbox__container .neeto-ui-label {\n font-size: 1rem;\n }\n }\n}\n",".neeto-molecules-file-upload__dropzone {\n width: 100%;\n}\n\n.neeto-molecules-file-upload__uploaded-list {\n width: 100%;\n}\n",".neeto-form-nano-math-captcha {\n border: 2px dashed rgba(var(--neeto-ui-primary-500), 0.5);\n border-radius: 0.3125rem;\n padding: 0.5rem;\n color: rgb(var(--neeto-ui-black));\n display: flex;\n align-items: center;\n gap: 0.3125rem;\n font-size: 0.875rem;\n}\n\n.neeto-form-nano-math-captcha__button {\n cursor: pointer;\n user-select: none;\n text-decoration: none;\n border: none;\n transition: all 0.1s ease-out;\n\n padding: 0.3125em;\n font-weight: 400;\n line-height: 1.2;\n min-height: 2.25rem;\n\n background: rgb(var(--neeto-ui-primary-500)) !important;\n color: rgb(var(--neeto-ui-white));\n border-radius: 0.1875em;\n\n display: inline-flex;\n align-items: center;\n gap: 0.25rem;\n\n &:hover {\n opacity: 0.85;\n }\n\n &:focus-visible,\n &:focus {\n outline: 2px solid rgba(var(--neeto-ui-primary-500), 0.2);\n outline-offset: 1px;\n }\n}\n\n.neeto-form-nano-math-captcha__equation {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.3125rem;\n min-width: 4rem;\n}\n\n.neeto-form-nano-math-captcha__input {\n width: 6rem;\n border-color: rgb(var(--neeto-ui-primary-500));\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.5",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"@bigbinary/babel-preset-neeto": "^1.0.3",
|
|
64
64
|
"@bigbinary/eslint-plugin-neeto": "1.6.4",
|
|
65
65
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
66
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
67
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
66
|
+
"@bigbinary/neeto-commons-frontend": "4.13.45",
|
|
67
|
+
"@bigbinary/neeto-editor": "1.47.20",
|
|
68
68
|
"@bigbinary/neeto-filters-frontend": "4.3.22",
|
|
69
69
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
70
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
71
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
72
|
-
"@bigbinary/neetoui": "8.3.
|
|
70
|
+
"@bigbinary/neeto-icons": "1.20.53",
|
|
71
|
+
"@bigbinary/neeto-molecules": "3.16.81",
|
|
72
|
+
"@bigbinary/neetoui": "8.3.13",
|
|
73
73
|
"@emotion/is-prop-valid": "1.2.0",
|
|
74
74
|
"@faker-js/faker": "8.2.0",
|
|
75
75
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -186,13 +186,13 @@
|
|
|
186
186
|
"peerDependencies": {
|
|
187
187
|
"@babel/runtime": "7.26.10",
|
|
188
188
|
"@bigbinary/neeto-cist": "1.0.17",
|
|
189
|
-
"@bigbinary/neeto-commons-frontend": "4.13.
|
|
190
|
-
"@bigbinary/neeto-editor": "1.47.
|
|
189
|
+
"@bigbinary/neeto-commons-frontend": "4.13.45",
|
|
190
|
+
"@bigbinary/neeto-editor": "1.47.20",
|
|
191
191
|
"@bigbinary/neeto-filters-frontend": "4.3.22",
|
|
192
192
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
193
|
-
"@bigbinary/neeto-icons": "1.20.
|
|
194
|
-
"@bigbinary/neeto-molecules": "3.16.
|
|
195
|
-
"@bigbinary/neetoui": "8.3.
|
|
193
|
+
"@bigbinary/neeto-icons": "1.20.53",
|
|
194
|
+
"@bigbinary/neeto-molecules": "3.16.81",
|
|
195
|
+
"@bigbinary/neetoui": "8.3.13",
|
|
196
196
|
"@hello-pangea/dnd": "16.3.0",
|
|
197
197
|
"@honeybadger-io/js": "6.10.1",
|
|
198
198
|
"@honeybadger-io/react": "6.1.25",
|