/*! @tacc/core-styles 2.56.1+ | MIT | github.com/TACC/Core-Styles */.s-affixed-input-wrapper:where(:not(.checkboxinput,.has-type-check .radio,.has-type-radio .select,.has-type-select .checkboxselectmultiple,.has-select .textarea,.has-textarea)){display:grid}.s-affixed-input-wrapper label{grid-area:label}.s-affixed-input-wrapper input{grid-area:input}.s-affixed-input-wrapper .help-text,.s-affixed-input-wrapper :is(:is(.c-form__help),:is(:where(.s-form>div>small),:where(.s-form>fieldset>div>small)),:is(.help-text)){grid-area:help}.s-affixed-input-wrapper .field-errors,.s-affixed-input-wrapper :is(:is(:where(.c-form__errors)),:is(:where(:is(:is(.s-form>ul)),:is(:is(.s-form>div>ul),:is(.s-form>fieldset>div>ul)))),:is(:where(.form-errors,.field-errors))){grid-area:error}.s-affixed-input-wrapper__append,.s-affixed-input-wrapper__prefix,.s-affixed-input-wrapper__prepend,.s-affixed-input-wrapper__suffix{position:relative}.s-affixed-input-wrapper--append,.s-affixed-input-wrapper--prepend{grid-template-areas:"label label label" var(--input-area) "help help help" "error error error"}.s-affixed-input-wrapper__prepend{grid-area:prepend}.s-affixed-input-wrapper__append{grid-area:append}.s-affixed-input-wrapper--append{--input-area:"input append _____"}.s-affixed-input-wrapper--prepend{--input-area:"prepend input _____"}.s-affixed-input-wrapper--prepend:where(:not([class*="--full-width"])){grid-template-columns:auto auto 1fr}.s-affixed-input-wrapper--append:where(:not([class*="--full-width"])){grid-template-columns:auto auto 1fr}.s-affixed-input-wrapper--prepend.s-affixed-input-wrapper--full-width{grid-template-columns:auto 1fr auto}.s-affixed-input-wrapper--append.s-affixed-input-wrapper--full-width{grid-template-columns:1fr auto auto}.s-affixed-input-wrapper--prefix,.s-affixed-input-wrapper--suffix{grid-template-areas:"label label" "input _____" "help help" "error error"}.s-affixed-input-wrapper__prefix,.s-affixed-input-wrapper__suffix{grid-area:input}.s-affixed-input-wrapper--prefix:where(:not([class*="--full-width"])),.s-affixed-input-wrapper--suffix:where(:not([class*="--full-width"])){grid-template-columns:auto 1fr}.s-affixed-input-wrapper--prefix.s-affixed-input-wrapper--full-width,.s-affixed-input-wrapper--suffix.s-affixed-input-wrapper--full-width{grid-template-columns:1fr auto}.s-affixed-input-wrapper__prefix{justify-self:start}.s-affixed-input-wrapper__suffix{justify-self:end}.s-affixed-input-wrapper__append,.s-affixed-input-wrapper__prepend{position:relative}.s-affixed-input-wrapper__prepend{margin-right:calc(-1 * var(--global-border-width--normal))}.s-affixed-input-wrapper__append{margin-left:calc(-1 * var(--global-border-width--normal))}.s-affixed-input-wrapper--prefix,.s-affixed-input-wrapper--suffix{--width:1em;--padding-vert:5px;--padding-horz:10px}.s-affixed-input-wrapper__prefix,.s-affixed-input-wrapper__suffix{box-sizing:content-box;display:inline-block;font-family:var(--global-font-family--sans--portal);padding:var(--padding-vert) var(--padding-horz);pointer-events:none;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--width)}.s-affixed-input-wrapper__prefix+input{text-indent:calc(var(--width) + var(--padding-horz))}.s-affixed-input-wrapper--prefix:where(:not([class*="--full-width"])) input,.s-affixed-input-wrapper--suffix:where(:not([class*="--full-width"])) input{width:-moz-fit-content;width:fit-content}