@bigbinary/neeto-form-frontend 4.2.1 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/main.css +1 -1
- package/dist/main.css.map +1 -1
- package/package.json +5 -5
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}.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}@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-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%;inset-inline-start:0;justify-content:center;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%}.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%}.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}.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}.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-inline-start:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-inline-end:.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-inline-end: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-inline-start: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-black));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-form-engine-input__wrapper .neeto-form-engine-input,.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea,.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix,.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:1rem}.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-molecules-phone-number-input__input .neeto-ui-input input{direction:inherit}.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}.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-inline-end:.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-inline-end:.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}.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-inline-start: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}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-inline-end:.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-inline-end:.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-inline-end:1.5rem;padding-inline-start:1.5rem}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input,.neeto-form-engine-date-picker .ant-picker,.neeto-form-engine-date-picker .ant-picker-input>input{font-size:1rem}}[dir=rtl] .neeto-form-engine-date-picker-popup .ant-picker-header-next-btn,[dir=rtl] .neeto-form-engine-date-picker-popup .ant-picker-header-prev-btn{transform:rotate(180deg)}.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;inset-inline-end:0;margin:0;min-width:168px;opacity:0;padding:.25rem 0;pointer-events:none;position:absolute;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;inset-inline-end:0;inset-inline-start:0;justify-content:flex-start;margin:auto;padding:.75rem;position:absolute;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));inset-inline-end:.75rem;padding:0;position:absolute;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-inline-start:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-inline-start:.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-inline-end:1rem;padding-bottom:4rem;padding-top:1rem;padding-inline-start:1rem;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:start}.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}@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-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}.neeto-form-engine-choices--picture{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.neeto-form-engine-choice--picture.neeto-form-engine-choice--picture{align-items:start!important;border:2px solid var(--neeto-ui-gray-300);border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column!important;padding:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.neeto-form-engine-choice--picture:hover{border-color:var(--neeto-ui-gray-400)!important}.neeto-form-engine-choice--picture.neeto-form-engine-choice--selected{border-color:var(--neeto-ui-primary-500);box-shadow:0 0 0 1px var(--neeto-ui-primary-500)}.neeto-form-engine-choice__image-wrapper{align-items:center;background-color:var(--neeto-ui-gray-100);border-radius:.25rem;display:flex;justify-content:center;margin-bottom:.75rem;overflow:hidden}.neeto-form-engine-choice__image-wrapper--loading{animation:pulse 1.5s ease-in-out infinite;background-color:var(--neeto-ui-gray-200)}.neeto-form-engine-choice__image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.neeto-form-engine-choice__image--fit{-o-object-fit:contain;object-fit:contain}.neeto-form-engine-choice__image-placeholder{align-items:center;background-color:var(--neeto-ui-gray-200)!important;border-radius:.25rem;color:var(--neeto-ui-gray-400);display:flex;justify-content:center;margin-bottom:.75rem;padding:4rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
|
|
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}.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}@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-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%;inset-inline-start:0;justify-content:center;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%}.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%}.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}.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}.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-inline-start:.625rem}.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix{margin-inline-end:.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-inline-end: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-inline-start: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-black));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-form-engine-input__wrapper .neeto-form-engine-input,.neeto-form-engine-input__wrapper .neeto-form-engine-input input,.neeto-form-engine-input__wrapper .neeto-form-engine-input textarea,.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix,.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix,.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input{font-size:1rem}.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-molecules-phone-number-input__input .neeto-ui-input input{direction:inherit}.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}.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-inline-end:.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-inline-end:.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}.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-inline-start: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}.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix{padding-inline-end:.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-inline-end:.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-inline-end:1.5rem;padding-inline-start:1.5rem}.neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content{width:272px}}@media (max-width:768px){.neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input,.neeto-form-engine-date-picker .ant-picker,.neeto-form-engine-date-picker .ant-picker-input>input{font-size:1rem}}[dir=rtl] .neeto-form-engine-date-picker-popup .ant-picker-header-next-btn,[dir=rtl] .neeto-form-engine-date-picker-popup .ant-picker-header-prev-btn{transform:rotate(180deg)}.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;inset-inline-end:0;margin:0;min-width:168px;opacity:0;padding:.25rem 0;pointer-events:none;position:absolute;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;inset-inline-end:0;inset-inline-start:0;justify-content:flex-start;margin:auto;padding:.75rem;position:absolute;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));inset-inline-end:.75rem;padding:0;position:absolute;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-inline-start:auto}.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix{margin-inline-start:.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-inline-end:1rem;padding-bottom:4rem;padding-top:1rem;padding-inline-start:1rem;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:start}.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}@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-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}.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices.neeto-form-engine-choices--picture{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.neeto-form-engine-choice--picture.neeto-form-engine-choice--picture{align-items:start!important;display:flex;flex-direction:column!important}.neeto-form-engine-choice__image-wrapper{align-items:center;background-color:rgb(var(--neeto-ui-gray-100));border-radius:.25rem;display:flex;justify-content:center;overflow:hidden;width:100%}.neeto-form-engine-choice__image-wrapper--loading{animation:pulse 1.5s ease-in-out infinite;background-color:rgb(var(--neeto-ui-gray-200))}.neeto-form-engine-choice__image{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.neeto-form-engine-choice__image--fit{-o-object-fit:cover;object-fit:cover}.neeto-form-engine-choice__image-placeholder{align-items:center;background-color:rgb(var(--neeto-ui-gray-200))!important;border-radius:.25rem;color:rgb(var(--neeto-ui-gray-400));display:flex;justify-content:center;padding:4rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
|
|
2
2
|
/*# sourceMappingURL=main.css.map */
|
package/dist/main.css.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../app/javascript/src/stylesheets/base/variables.css","../app/javascript/src/stylesheets/base/animations.css","../app/javascript/src/stylesheets/pages/form-builder.css","../app/javascript/src/stylesheets/components/adaptive_input.css","../app/javascript/src/stylesheets/components/button.css","../app/javascript/src/stylesheets/components/input.css","../app/javascript/src/stylesheets/components/date-picker.css","../app/javascript/src/stylesheets/components/loader.css","../app/javascript/src/stylesheets/components/dropdown.css","../app/javascript/src/stylesheets/components/callout.css","../app/javascript/src/stylesheets/components/email-input.css","../app/javascript/src/stylesheets/components/external-form.css","../app/javascript/src/stylesheets/components/file-upload.css","../app/javascript/src/stylesheets/components/math-captcha.css","../app/javascript/src/stylesheets/components/picture-choice.css"],"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","@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.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\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {\n visibility: visible;\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n}\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\n.neeto-form-engine-form .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n}\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\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\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\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\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\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\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\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\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\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\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\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\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\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,\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\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)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\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\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\n.neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\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\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=\"radio\"] {\n display: none;\n}\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\n.neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\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\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=\"radio\"] {\n display: none;\n}\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\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\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\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\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,\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:focus,\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:active,\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.active {\n color: rgb(var(--neeto-ui-success-500));\n}\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,\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:focus,\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:active,\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.active {\n color: rgb(var(--neeto-ui-warning-500));\n}\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,\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:focus,\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:active,\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.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\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\n.neeto-form-engine-terms .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\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\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\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\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\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\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\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,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n outline: transparent;\n}\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)),\n 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}\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}\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}\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}\n\nbody .neeto-form-engine-form .neeto-form-engine-star-rating__row button {\n outline: none;\n}\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}\n\nbody .neeto-form-engine-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\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}\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}\n\n/* Focus ring overrides */\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}\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}\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}\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\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea,\n.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@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-nano-adaptive-input textarea {\n --neeto-ui-input-line-height: 1.5;\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\nbutton.neeto-form-engine-button:hover,\nbutton.neeto-form-engine-button:focus,\nbutton.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 inset-inline-start: 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\n.neeto-form-engine-button__loader svg path,\n.neeto-form-engine-button__success svg path {\n stroke: currentColor;\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n width: 100%;\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n}\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\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n}\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\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\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\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {\n resize: none;\n}\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {\n cursor: not-allowed;\n}\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {\n margin-inline-start: 0.625rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n margin-inline-end: 0.625rem;\n}\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {\n border-inline-end: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n border-inline-start: 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-black));\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-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 font-size: 1rem;\n }\n\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__prefix,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n font-size: 1rem;\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 font-size: 1rem !important;\n }\n}\n\n.neeto-molecules-phone-number-input__input .neeto-ui-input input {\n direction: inherit;\n}",".neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\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\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\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\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\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\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\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {\n resize: none;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input {\n padding: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-inline-end: 0.4444444444em;\n margin: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-inline-end: 0.4444444444rem;\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix {\n opacity: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=\"\"])+.ant-picker-suffix {\n opacity: 0;\n}\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\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;\n /* Firefox */\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\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {\n border: 0;\n}\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\n.neeto-form-engine-date-picker-popup .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover {\n opacity: 0.8;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n}\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\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\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover,\n.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\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\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\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {\n border-inline-start: none;\n}\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\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\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\n.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n}\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\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {\n padding-inline-end: 0.8rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {\n margin-inline-end: 0.8rem;\n}\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\n .neeto-form-engine-date-picker .ant-picker-date-panel {\n width: 320px;\n }\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\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {\n padding-inline-start: 1.5rem;\n padding-inline-end: 1.5rem;\n }\n\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n}\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-input>input {\n font-size: 1rem;\n }\n\n .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input {\n font-size: 1rem;\n }\n}\n\n/* RTL Styles */\n\n[dir=\"rtl\"] .neeto-form-engine-date-picker-popup .ant-picker-header-next-btn {\n transform: rotate(180deg);\n}\n\n[dir=\"rtl\"] .neeto-form-engine-date-picker-popup .ant-picker-header-prev-btn {\n transform: rotate(180deg);\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\n.neeto-form-engine-spinner svg {\n animation: rotate 1s ease-in-out infinite;\n}\n",".neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n}\n\n.neeto-form-engine-dropdown button {\n margin: 0;\n}\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\n position: absolute;\n top: 100%;\n inset-inline-end: 0;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {\n list-style: none;\n}\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\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\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n}\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/* 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 inset-inline-start: 0;\n inset-inline-end: 0;\n bottom: 2.5rem;\n margin: auto;\n\n animation: fade-in 0.3s both;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--static {\n position: static;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__close {\n position: absolute;\n inset-inline-end: 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\n.neeto-form-engine-callout .neeto-form-engine-callout__close:hover,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:active {\n color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n}\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\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\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\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\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n",".neeto-form-engine-email-input {\n width: 100%;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n}\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\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\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-inline-start: auto;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix {\n margin-inline-start: 0.75rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n",".loader {\n min-height: 192px;\n}\n\n/* sizing */\n\n.neeto-form-nano-external-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\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-inline-start: 1rem;\n padding-inline-end: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n}\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\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\n.neeto-form-nano-external-form--size-large .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n}\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: start;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\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\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\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\n.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label {\n font-size: 1rem;\n}\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@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-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\n.neeto-form-nano-math-captcha__button:hover {\n opacity: 0.85;\n}\n\n.neeto-form-nano-math-captcha__button:focus-visible,\n.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}\n",".neeto-form-engine-choices--picture {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n gap: 1rem;\n}\n\n.neeto-form-engine-choice--picture.neeto-form-engine-choice--picture {\n display: flex;\n flex-direction: column !important;\n border: 2px solid var(--neeto-ui-gray-300);\n align-items: start !important;\n border-radius: 0.5rem;\n padding: 0.75rem;\n cursor: pointer;\n transition: border-color 0.2s ease, box-shadow 0.2s ease;\n}\n\n.neeto-form-engine-choice--picture:hover {\n border-color: var(--neeto-ui-gray-400) !important;\n}\n\n.neeto-form-engine-choice--picture.neeto-form-engine-choice--selected {\n border-color: var(--neeto-ui-primary-500);\n box-shadow: 0 0 0 1px var(--neeto-ui-primary-500);\n}\n\n.neeto-form-engine-choice__image-wrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n border-radius: 0.25rem;\n background-color: var(--neeto-ui-gray-100);\n margin-bottom: 0.75rem;\n}\n\n.neeto-form-engine-choice__image-wrapper--loading {\n background-color: var(--neeto-ui-gray-200);\n animation: pulse 1.5s ease-in-out infinite;\n}\n\n.neeto-form-engine-choice__image {\n width: 100%;\n height: 100%;\n object-fit: cover;\n}\n\n.neeto-form-engine-choice__image--fit {\n object-fit: contain;\n}\n\n.neeto-form-engine-choice__image-placeholder {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: var(--neeto-ui-gray-200) !important;\n border-radius: 0.25rem;\n color: var(--neeto-ui-gray-400);\n margin-bottom: 0.75rem;\n padding: 4rem;\n}\n\n@keyframes pulse {\n 0%, 100% {\n opacity: 1;\n }\n 50% {\n opacity: 0.5;\n }\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["../app/javascript/src/stylesheets/base/variables.css","../app/javascript/src/stylesheets/base/animations.css","../app/javascript/src/stylesheets/pages/form-builder.css","../app/javascript/src/stylesheets/components/adaptive_input.css","../app/javascript/src/stylesheets/components/button.css","../app/javascript/src/stylesheets/components/input.css","../app/javascript/src/stylesheets/components/date-picker.css","../app/javascript/src/stylesheets/components/loader.css","../app/javascript/src/stylesheets/components/dropdown.css","../app/javascript/src/stylesheets/components/callout.css","../app/javascript/src/stylesheets/components/email-input.css","../app/javascript/src/stylesheets/components/external-form.css","../app/javascript/src/stylesheets/components/file-upload.css","../app/javascript/src/stylesheets/components/math-captcha.css","../app/javascript/src/stylesheets/components/picture-choice.css"],"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","@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.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\n.neeto-form-engine-question-accordion .neeto-form-engine-question-accordion__body {\n border-radius: var(--neeto-ui-rounded-lg);\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-add-question-between {\n visibility: visible;\n}\n\n.neeto-form-engine-question-accordion:hover .neeto-form-engine-question-accordion__drag-icon {\n display: block !important;\n}\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\n.neeto-form-engine-form .neeto-form-engine-questions-wrapper {\n max-height: calc(100vh - 240px);\n}\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\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\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\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\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\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\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\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\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\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\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\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\n.neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\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,\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\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)),\n 0 0 0 4px rgb(var(--neeto-ui-gray-300));\n}\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\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\n.neeto-form-engine-form .neeto-form-engine-star-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\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\n.neeto-form-engine-form .neeto-form-engine-star-rating .neeto-form-engine-star-rating__row input[type=\"radio\"] {\n display: none;\n}\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\n.neeto-form-engine-form .neeto-form-engine-rating > .neeto-form-engine-label {\n margin-bottom: 1rem;\n}\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\n.neeto-form-engine-form .neeto-form-engine-rating .neeto-form-engine-rating__row input[type=\"radio\"] {\n display: none;\n}\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\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\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\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\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,\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:focus,\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:active,\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.active {\n color: rgb(var(--neeto-ui-success-500));\n}\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,\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:focus,\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:active,\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.active {\n color: rgb(var(--neeto-ui-warning-500));\n}\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,\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:focus,\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:active,\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.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\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\n.neeto-form-engine-terms .neeto-form-engine-choice:hover {\n border-color: rgb(var(-neeto-ui-gray-400));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice.active {\n border-color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"] {\n border-radius: var(--neeto-ui-rounded-sm);\n}\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\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\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\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\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\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"checkbox\"]:focus,\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,\n.neeto-form-engine-terms .neeto-form-engine-choice input[type=\"radio\"]:focus-visible {\n outline: transparent;\n}\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)),\n 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}\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}\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}\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}\n\nbody .neeto-form-engine-form .neeto-form-engine-star-rating__row button {\n outline: none;\n}\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}\n\nbody .neeto-form-engine-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 0.625rem;\n}\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}\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}\n\n/* Focus ring overrides */\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}\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}\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}\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\n.neeto-ui-input__wrapper.neeto-form-nano-placeholder-input.neeto-form-nano-placeholder-input-textarea .neeto-ui-input textarea,\n.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@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-nano-adaptive-input textarea {\n --neeto-ui-input-line-height: 1.5;\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\nbutton.neeto-form-engine-button:hover,\nbutton.neeto-form-engine-button:focus,\nbutton.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 inset-inline-start: 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\n.neeto-form-engine-button__loader svg path,\n.neeto-form-engine-button__success svg path {\n stroke: currentColor;\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-rich-text-input {\n width: 100%;\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--textarea {\n padding: 0.5rem;\n}\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\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input input {\n padding: 0.375rem 0.5rem;\n line-height: 1.3;\n}\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\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\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\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--error textarea {\n resize: none;\n}\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled input {\n cursor: not-allowed;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input.neeto-form-engine-input--disabled textarea {\n cursor: not-allowed;\n}\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\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__prefix {\n margin-inline-start: 0.625rem;\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n margin-inline-end: 0.625rem;\n}\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\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__prefix {\n border-inline-end: thin solid rgb(var(--neeto-ui-gray-300));\n}\n\n.neeto-form-engine-input__wrapper .neeto-form-engine-input--block-add-on .neeto-form-engine-input__suffix {\n border-inline-start: 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-black));\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-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 font-size: 1rem;\n }\n\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__prefix,\n .neeto-form-engine-input__wrapper .neeto-form-engine-input__suffix {\n font-size: 1rem;\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 font-size: 1rem !important;\n }\n}\n\n.neeto-molecules-phone-number-input__input .neeto-ui-input input {\n direction: inherit;\n}",".neeto-form-engine-date-picker {\n display: flex;\n flex-direction: column;\n width: 100%;\n}\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\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\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\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\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\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\n.neeto-form-engine-date-picker .ant-picker.neeto-form-engine-input--error textarea {\n resize: none;\n}\n\n.neeto-form-engine-date-picker .ant-picker.neeto-ui-date-input {\n padding: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix {\n color: rgba(var(--neeto-ui-gray-800));\n padding-inline-end: 0.4444444444em;\n margin: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-suffix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear {\n color: rgba(var(--neeto-ui-gray-800));\n margin-inline-end: 0.4444444444rem;\n background-color: transparent;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear svg {\n width: 1rem;\n height: 1rem;\n color: inherit;\n}\n\n.neeto-form-engine-date-picker .ant-picker-clear+.ant-picker-suffix .ant-picker-suffix {\n opacity: 0;\n}\n\n.neeto-form-engine-date-picker .ant-picker-input:hover input:not([value=\"\"])+.ant-picker-suffix {\n opacity: 0;\n}\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\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;\n /* Firefox */\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\n.neeto-form-engine-date-picker-popup .ant-picker-panel-container .ant-picker-panel {\n border: 0;\n}\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\n.neeto-form-engine-date-picker-popup .ant-picker-header button {\n color: rgb(var(--neeto-ui-gray-800)) !important;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-header>button:hover {\n opacity: 0.8;\n}\n\n.neeto-form-engine-date-picker-popup .ant-picker-content th {\n color: rgba(var(--neeto-ui-gray-800), 0.8);\n}\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\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\n.neeto-form-engine-date-picker-popup .ant-picker-today-btn:hover,\n.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\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\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\n.neeto-form-engine-date-picker-popup .ant-picker-time-panel-column:not(:first-child) {\n border-inline-start: none;\n}\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\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\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\n.neeto-form-engine-date-picker-popup .ant-picker-cell .ant-picker-cell-inner {\n border-radius: 0.3125rem !important;\n}\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\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix {\n padding-inline-end: 0.8rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-suffix svg {\n width: 1.5rem;\n height: 1.5rem;\n}\n\n.neeto-form-engine--md .neeto-form-date-picker .ant-picker-clear {\n margin-inline-end: 0.8rem;\n}\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\n .neeto-form-engine-date-picker .ant-picker-date-panel {\n width: 320px;\n }\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\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-body {\n padding-inline-start: 1.5rem;\n padding-inline-end: 1.5rem;\n }\n\n .neeto-form-engine-date-picker .ant-picker-date-panel .ant-picker-content {\n width: 272px;\n }\n}\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-input>input {\n font-size: 1rem;\n }\n\n .neeto-form-engine--md .neeto-form-date-picker .ant-picker-input>input {\n font-size: 1rem;\n }\n}\n\n/* RTL Styles */\n\n[dir=\"rtl\"] .neeto-form-engine-date-picker-popup .ant-picker-header-next-btn {\n transform: rotate(180deg);\n}\n\n[dir=\"rtl\"] .neeto-form-engine-date-picker-popup .ant-picker-header-prev-btn {\n transform: rotate(180deg);\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\n.neeto-form-engine-spinner svg {\n animation: rotate 1s ease-in-out infinite;\n}\n",".neeto-form-engine-dropdown {\n display: inline-flex;\n align-items: center;\n position: relative;\n}\n\n.neeto-form-engine-dropdown button {\n margin: 0;\n}\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\n position: absolute;\n top: 100%;\n inset-inline-end: 0;\n}\n\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li {\n list-style: none;\n}\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\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\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:hover,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:active,\n.neeto-form-engine-dropdown .neeto-form-engine-dropdown-menu li button:focus {\n background-color: rgb(var(--neeto-ui-gray-200));\n}\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/* 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 inset-inline-start: 0;\n inset-inline-end: 0;\n bottom: 2.5rem;\n margin: auto;\n\n animation: fade-in 0.3s both;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--static {\n position: static;\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--error {\n background-color: rgb(var(--neeto-ui-pastel-red));\n}\n\n.neeto-form-engine-callout.neeto-form-engine-callout--info {\n background-color: rgb(var(--neeto-ui-pastel-blue));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__close {\n position: absolute;\n inset-inline-end: 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\n.neeto-form-engine-callout .neeto-form-engine-callout__close:hover,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:focus,\n.neeto-form-engine-callout .neeto-form-engine-callout__close:active {\n color: rgb(var(--neeto-ui-gray-800));\n}\n\n.neeto-form-engine-callout .neeto-form-engine-callout__content {\n width: 100%;\n max-width: 240px;\n margin: auto;\n}\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\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\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\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\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:hover,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:focus,\n.neeto-form-engine-callout button.neeto-form-engine-callout__button:active {\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n",".neeto-form-engine-email-input {\n width: 100%;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-label {\n margin-bottom: 0.5rem;\n}\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\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\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-inline-start: auto;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix {\n margin-inline-start: 0.75rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__prefix svg {\n width: 1rem;\n height: 1rem;\n}\n\n.neeto-form-engine-email-input .neeto-form-engine-email-input__suffix svg {\n width: 1rem;\n height: 1rem;\n}\n",".loader {\n min-height: 192px;\n}\n\n/* sizing */\n\n.neeto-form-nano-external-form .neeto-form-engine-form {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\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-inline-start: 1rem;\n padding-inline-end: 1rem;\n padding-bottom: 4rem;\n display: flex;\n flex-direction: column;\n}\n\n.neeto-form-nano-external-form--size-large .neeto-form-engine-input__label-wrapper {\n margin: 0.5rem 0 1rem;\n}\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\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\n.neeto-form-nano-external-form--size-large .neeto-form-engine-label {\n font-size: 1.3125rem;\n font-weight: 400;\n}\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: start;\n font-weight: 400;\n line-height: 1.2;\n margin: 0.4em 0;\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\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\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\n.neeto-form-nano-external-form--size-large .neeto-form-engine-rating__item .neeto-form-engine-label {\n font-size: 1rem;\n}\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@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-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\n.neeto-form-nano-math-captcha__button:hover {\n opacity: 0.85;\n}\n\n.neeto-form-nano-math-captcha__button:focus-visible,\n.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}\n",".neeto-form-engine-form .neeto-form-engine-choices__wrapper .neeto-form-engine-choices.neeto-form-engine-choices--picture {\n display: grid;\n grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));\n gap: 1rem;\n}\n\n.neeto-form-engine-choice--picture.neeto-form-engine-choice--picture {\n display: flex;\n flex-direction: column !important;\n align-items: start !important;\n}\n\n.neeto-form-engine-choice__image-wrapper {\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n overflow: hidden;\n border-radius: 0.25rem;\n background-color: rgb(var(--neeto-ui-gray-100));\n}\n\n.neeto-form-engine-choice__image-wrapper--loading {\n background-color: rgb(var(--neeto-ui-gray-200));\n animation: pulse 1.5s ease-in-out infinite;\n}\n\n.neeto-form-engine-choice__image {\n width: 100%;\n height: 100%;\n object-fit: contain;\n}\n\n.neeto-form-engine-choice__image--fit {\n object-fit: cover;\n}\n\n.neeto-form-engine-choice__image-placeholder {\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: rgb(var(--neeto-ui-gray-200)) !important;\n border-radius: 0.25rem;\n color: rgb(var(--neeto-ui-gray-400));\n padding: 4rem;\n}\n\n@keyframes pulse {\n\n 0%,\n 100% {\n opacity: 1;\n }\n\n 50% {\n opacity: 0.5;\n }\n}"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bigbinary/neeto-form-frontend",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "Neeto Form Engine Frontend",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"homepage": "https://github.com/bigbinary/neeto-form-nano",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@bigbinary/neeto-filters-frontend": "4.3.30",
|
|
73
73
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
74
74
|
"@bigbinary/neeto-icons": "1.20.80",
|
|
75
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
76
|
-
"@bigbinary/neetoui": "8.3.
|
|
75
|
+
"@bigbinary/neeto-molecules": "4.0.152",
|
|
76
|
+
"@bigbinary/neetoui": "8.3.68",
|
|
77
77
|
"@emotion/is-prop-valid": "1.2.0",
|
|
78
78
|
"@faker-js/faker": "8.2.0",
|
|
79
79
|
"@hello-pangea/dnd": "16.3.0",
|
|
@@ -197,8 +197,8 @@
|
|
|
197
197
|
"@bigbinary/neeto-filters-frontend": "4.3.30",
|
|
198
198
|
"@bigbinary/neeto-hotkeys": "1.0.9",
|
|
199
199
|
"@bigbinary/neeto-icons": "1.20.80",
|
|
200
|
-
"@bigbinary/neeto-molecules": "4.0.
|
|
201
|
-
"@bigbinary/neetoui": "8.3.
|
|
200
|
+
"@bigbinary/neeto-molecules": "4.0.152",
|
|
201
|
+
"@bigbinary/neetoui": "8.3.68",
|
|
202
202
|
"@hello-pangea/dnd": "16.3.0",
|
|
203
203
|
"@honeybadger-io/js": "6.10.1",
|
|
204
204
|
"@honeybadger-io/react": "6.1.25",
|