.text-field[data-v-fc262132]{display:flex;flex-direction:column;margin-left:auto;margin-right:auto;max-width:100%}.text-field[data-v-fc262132]:not(.flex-none){flex:1}input[type=number][data-v-fc262132]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.input-wrapper[data-v-fc262132]{align-items:center;display:flex;height:56px;max-width:100%;position:relative;width:100%;--border-width:1px;--border-radius:.5rem;--border-color:var(--neutral-50);--label-color:var(--neutral-50);--placeholder-color:var(--neutral-30)}.text-field:not(:has(.errors)) .input-wrapper[data-v-fc262132]:has(input:not(:disabled):not(:focus):not(:focus-visible):not(:active):hover){--border-color:var(--neutral-10);--label-color:var(--neutral-10)}.input-wrapper[data-v-fc262132]:has(input:not(:disabled):active),.input-wrapper[data-v-fc262132]:has(input:not(:disabled):focus),.input-wrapper[data-v-fc262132]:has(input:not(:disabled):focus-visible){--border-width:3px;--border-color:var(--primary-30);--label-color:var(--primary-30)}.input-wrapper[data-v-fc262132]:has(input:disabled),.input-wrapper[data-v-fc262132]:has(input:disabled:active),.input-wrapper[data-v-fc262132]:has(input:disabled:focus),.input-wrapper[data-v-fc262132]:has(input:disabled:focus-visible),.input-wrapper[data-v-fc262132]:has(input:disabled:hover){pointer-events:none;--border-width:1px!important;--border-color:#dfdfde!important;--label-color:#9e9e9e!important;--placeholder-color:#9e9e9e!important}.input-wrapper input[data-v-fc262132]:disabled{color:var(--label-color)}.input-wrapper input[data-v-fc262132]::-moz-placeholder{opacity:1}.input-wrapper input[data-v-fc262132]::placeholder{color:var(--placeholder-color);opacity:1}.input-wrapper input[data-v-fc262132]::-webkit-input-placeholder{color:var(--placeholder-color)}.input-wrapper input[data-v-fc262132]::-moz-placeholder{color:var(--placeholder-color)}.input-wrapper input[data-v-fc262132]:-ms-input-placeholder{color:var(--placeholder-color)}.input-wrapper input[data-v-fc262132]::-ms-input-placeholder{color:var(--placeholder-color)}.input-wrapper input[data-v-fc262132]{border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);caret-color:var(--label-color)!important;color:var(--neutral-0);flex:1;font-size:1rem;font-weight:400;height:100%;line-height:1.5rem;padding:0 1rem;transition:.15s ease-in-out}.input-wrapper input[data-v-fc262132]:active,.input-wrapper input[data-v-fc262132]:focus,.input-wrapper input[data-v-fc262132]:focus-visible{outline:0}.input-wrapper input[data-v-fc262132]:not(:disabled),.input-wrapper:not(:has(input:disabled)) .left-icon[data-v-fc262132],.input-wrapper:not(:has(input:disabled)) .right-icon[data-v-fc262132],.input-wrapper:not(:has(input:disabled)) label[data-v-fc262132]{cursor:pointer}.input-wrapper label[data-v-fc262132]{background:var(--neutral-100);color:var(--label-color);font-size:1rem;font-weight:400;left:1rem;line-height:1.5rem;pointer-events:none;position:absolute;top:1rem;transition:.15s ease-in-out,font-size 0s linear,line-height 0s linear}.input-wrapper.filled label[data-v-fc262132],.input-wrapper:has(input:not(:disabled):active) label[data-v-fc262132],.input-wrapper:has(input:not(:disabled):focus) label[data-v-fc262132],.input-wrapper:has(input:not(:disabled):focus-visible) label[data-v-fc262132]{font-size:.75rem;left:1rem;line-height:1rem;padding:0 .25rem;top:-.5rem}.errors span[data-v-fc262132],.hint[data-v-fc262132]{font-size:.75rem;font-weight:400;line-height:1rem}.hint[data-v-fc262132]{color:var(--neutral-30);margin-top:.25rem;padding-left:1rem}.text-field:has(input:disabled) .hint[data-v-fc262132]{color:#9e9e9e}.text-field:has(.errors) .input-wrapper[data-v-fc262132],.text-field:has(.errors) .input-wrapper[data-v-fc262132]:has(input:not(:disabled):focus),.text-field:has(.errors) .input-wrapper:has(input:not(:disabled):focus-visible) .text-field:has(.errors) .input-wrapper[data-v-fc262132]:has(input:not(:disabled):active){--label-color:var(--error-40);--border-color:var(--error-40)}.errors[data-v-fc262132]{display:flex;flex-direction:column;margin-top:.25rem;padding:0 1rem}.errors span[data-v-fc262132]{color:var(--error-40)}.input-wrapper .left-icon[data-v-fc262132],.input-wrapper .right-icon[data-v-fc262132]{align-items:center;border:var(--border-width) solid var(--border-color);border-radius:var(--border-radius);color:var(--neutral-30);display:flex;font-size:1.5rem;height:100%;justify-content:center;padding:0 .75rem;transition:.15s ease-in-out}.input-wrapper .left-icon[data-v-fc262132]{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0}.input-wrapper .right-icon[data-v-fc262132]{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0}.input-wrapper:has(input:disabled) .left-icon[data-v-fc262132],.input-wrapper:has(input:disabled) .right-icon[data-v-fc262132]{color:#9e9e9e}.input-wrapper:has(.left-icon) input[data-v-fc262132]{border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;padding-left:0}.input-wrapper:has(.right-icon) input[data-v-fc262132]{border-bottom-right-radius:0;border-right:0;border-top-right-radius:0;padding-right:0}.input-wrapper:not(.filled):has(.left-icon) label[data-v-fc262132]{left:48px}.right-icon.error-icon[data-v-fc262132]{color:var(--error-40)}.input-wrapper:has(.left-icon):not(:has(.right-icon)) input[data-v-fc262132],.input-wrapper:not(:has(.left-icon)):has(.right-icon) input[data-v-fc262132]{max-width:calc(100% - 50px)}.input-wrapper:has(.left-icon):has(.right-icon) input[data-v-fc262132]{max-width:calc(100% - 100px)}.common-btn[data-v-e49edfca]{align-items:center;border:2px solid;border-radius:.5rem;display:flex;font-size:.875rem;font-weight:500;height:40px;justify-content:center;letter-spacing:.1px;line-height:1.25rem;padding:.25rem 1.5rem;transition:.2s cubic-bezier(.2,0,0,1)}.common-btn[data-v-e49edfca]:disabled{pointer-events:none!important;touch-action:none}.common-btn.with-icon i[data-v-e49edfca]{font-size:1.5rem}.common-btn.with-icon[data-v-e49edfca]:has(.icon-left){padding-left:.75rem!important}.common-btn.with-icon i.icon-left[data-v-e49edfca]{margin-right:.5rem}.common-btn.with-icon[data-v-e49edfca]:has(.icon-right){padding-right:.75rem!important}.common-btn.with-icon i.icon-right[data-v-e49edfca]{margin-left:.5rem}.common-btn[data-v-e49edfca]:not(:disabled):active,.common-btn[data-v-e49edfca]:not(:disabled):focus,.common-btn[data-v-e49edfca]:not(:disabled):focus-visible{outline:none}.common-btn.active[data-v-e49edfca]{background:var(--primary-40)!important;border-color:var(--primary-40)!important;color:var(--neutral-100)!important}.common-btn.primary[data-v-e49edfca]{background:var(--primary-40);border-color:var(--primary-40);color:var(--neutral-100)}.common-btn.primary[data-v-e49edfca]:not(:disabled):hover{background:#37ada2;box-shadow:0 1px 3px 1px #00000026,0 1px 2px #0000004d}.common-btn.primary[data-v-e49edfca]:not(:disabled):active,.common-btn.primary[data-v-e49edfca]:not(:disabled):focus,.common-btn.primary[data-v-e49edfca]:not(:disabled):focus-visible{background:#37ada2;box-shadow:none;outline:none}.common-btn.primary[data-v-e49edfca]:disabled{background:rgba(var(--neutral-rgb),.12);border-color:transparent;color:#8b8b8b}.common-btn.outline-primary[data-v-e49edfca]{background:transparent;border-color:var(--primary-40);color:var(--primary-40)}.common-btn.outline-primary[data-v-e49edfca]:not(:disabled):hover{background:#f2f6f6}.common-btn.outline-primary[data-v-e49edfca]:not(:disabled):active,.common-btn.outline-primary[data-v-e49edfca]:not(:disabled):focus,.common-btn.outline-primary[data-v-e49edfca]:not(:disabled):focus-visible{background:#eaf1f0;outline:0}.common-btn.outline-primary[data-v-e49edfca]:disabled{border-color:rgba(var(--neutral-rgb),.12);color:#9e9e9e}.common-btn.text-primary[data-v-e49edfca]{background:transparent;border-color:transparent;color:var(--primary-40)!important;padding:0 .75rem}.common-btn.text-primary[data-v-e49edfca]:not(:disabled):hover{background:#f2f6f6;border-color:#f2f6f6}.common-btn.text-primary[data-v-e49edfca]:not(:disabled):active,.common-btn.text-primary[data-v-e49edfca]:not(:disabled):focus,.common-btn.text-primary[data-v-e49edfca]:not(:disabled):focus-visible{background:#eaf1f0;border-color:#eaf1f0}.common-btn.text-primary[data-v-e49edfca]:disabled{color:#9e9e9e!important}.common-btn.elevated-primary[data-v-e49edfca]{background-color:var(--primary-95);border-color:var(--primary-95);box-shadow:0 1px 3px 1px #00000026,0 1px 2px #0000004d;color:var(--primary-40)}.common-btn.elevated-primary[data-v-e49edfca]:hover{background:#dff1f0;border-color:#dff1f0;box-shadow:0 2px 6px 2px #00000026,0 1px 2px #0000004d}.common-btn.elevated-primary[data-v-e49edfca]:active,.common-btn.elevated-primary[data-v-e49edfca]:focus,.common-btn.elevated-primary[data-v-e49edfca]:focus-visible{background:#d8edeb;border-color:#d8edeb;box-shadow:0 1px 3px 1px #00000026,0 1px 2px #0000004d}.common-btn.elevated-primary[data-v-e49edfca]:disabled{background:rgba(var(--neutral-rgb),.12);border-color:transparent;box-shadow:none;color:#8b8b8b}.common-btn.tonal-primary[data-v-e49edfca]{background:var(--primary-90);border-color:var(--primary-90);color:var(--primary-40)}.common-btn.tonal-primary[data-v-e49edfca]:not(:disabled):hover{background-color:#c4e2df;border-color:#c4e2df;box-shadow:0 1px 3px 1px #00000026,0 1px 2px #0000004d}.common-btn.tonal-primary[data-v-e49edfca]:not(:disabled):active,.common-btn.tonal-primary[data-v-e49edfca]:not(:disabled):focus,.common-btn.tonal-primary[data-v-e49edfca]:not(:disabled):focus-visible{background-color:#bbd7d5;border-color:#bbd7d5;box-shadow:none}.common-btn.tonal-primary[data-v-e49edfca]:disabled{background:rgba(var(--neutral-rgb),.12);border-color:transparent;box-shadow:none;color:#8b8b8b}.common-btn.danger[data-v-e49edfca]{background:var(--error-30);border-color:var(--error-30);color:var(--neutral-100)}.common-btn.danger[data-v-e49edfca]:not(:disabled):hover{background:var(--error-40);border-color:var(--error-40);color:var(--neutral-100)}.common-btn.danger[data-v-e49edfca]:not(:disabled):active,.common-btn.danger[data-v-e49edfca]:not(:disabled):focus,.common-btn.danger[data-v-e49edfca]:not(:disabled):focus-visible{background:var(--error-40);border-color:var(--error-40);color:var(--neutral-100);filter:brightness(.9)}.common-btn.danger[data-v-e49edfca]:disabled{background:rgba(var(--neutral-rgb),.12);border-color:transparent;color:#8b8b8b}.common-btn.tonal-danger[data-v-e49edfca]{background:var(--error-95);border-color:var(--error-95);color:var(--error-30)}.common-btn.tonal-danger[data-v-e49edfca]:not(:disabled):hover{background:var(--error-90);border-color:var(--error-90);color:var(--error-30)}.common-btn.tonal-danger[data-v-e49edfca]:not(:disabled):active,.common-btn.tonal-danger[data-v-e49edfca]:not(:disabled):focus,.common-btn.tonal-danger[data-v-e49edfca]:not(:disabled):focus-visible{background:var(--error-80);border-color:var(--error-80);color:var(--error-30)}.common-btn.tonal-danger[data-v-e49edfca]:disabled{background:rgba(var(--neutral-rgb),.12);border-color:transparent;box-shadow:none;color:#8b8b8b}.common-btn.alert[data-v-e49edfca]{background:#ffb523;border-color:#ffb523;color:var(--neutral-100)}.common-btn.alert[data-v-e49edfca]:not(:disabled):hover{background:#fa0;box-shadow:0 1px 3px 1px #00000026,0 1px 2px #0000004d}.common-btn.alert[data-v-e49edfca]:not(:disabled):active,.common-btn.alert[data-v-e49edfca]:not(:disabled):focus,.common-btn.alert[data-v-e49edfca]:not(:disabled):focus-visible{background:#e69900;box-shadow:none;outline:none}.common-btn.alert[data-v-e49edfca]:disabled{background:rgba(var(--neutral-rgb),.12);border-color:transparent;color:#8b8b8b}
