.saltDeckItem{display:inline-block}.saltDeckLayout-slide-vertical .saltDeckItem{display:block}.saltDeckItem-fade-next,.saltDeckItem-fade-previous,.saltDeckItem-static-next,.saltDeckItem-static-previous{display:none}.saltDeckItem-fade-in{animation:var(--salt-animation-fade-in-center)}.saltDeckItem-fade-out{animation:var(--salt-animation-fade-out-back)}.saltDeckLayout{overflow:hidden}.saltDeckLayout-animate{white-space:nowrap}.saltDeckLayout-slide-horizontal{width:var(--deckLayout-width);transition:transform var(--salt-animation-duration);transform:translateX(var(--deckLayout-transform-value))}.saltDeckLayout-slide-vertical{height:var(--deckLayout-height);transition:transform var(--salt-animation-duration);transform:translateY(var(--deckLayout-transform-value))}.saltFormGroup{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between}.saltFormGroup-row{flex-direction:row;float:left}.saltFormattedInput{--formattedInput-mask-color:var(--salt-content-secondary-foreground)}.saltFormattedInput-inputWrapper{position:relative;width:100%;display:inline-flex}.saltFormattedInput-mask{position:absolute;color:var(--formattedInput-mask-color);pointer-events:none;display:flex;align-items:center;top:0;left:0}.saltFormattedInput-mask i{color:transparent;opacity:0;visibility:hidden;font:inherit}.saltInlaidPanel{overflow:hidden;flex-shrink:0;align-self:stretch;background-color:var(--salt-container-primary-background);--saltInlaidPanel-width:16rem;--saltInlaidPanel-height:16rem}.saltInlaidPanel.saltInlaidPanel-left{border-right:var(--salt-size-fixed-100) var(--salt-borderStyle-solid) var(--salt-container-primary-borderColor)}.saltInlaidPanel.saltInlaidPanel-right{border-left:var(--salt-size-fixed-100) var(--salt-borderStyle-solid) var(--salt-container-primary-borderColor)}.saltInlaidPanel.saltInlaidPanel-top{border-bottom:var(--salt-size-fixed-100) var(--salt-borderStyle-solid) var(--salt-container-primary-borderColor)}.saltInlaidPanel.saltInlaidPanel-bottom{border-top:var(--salt-size-fixed-100) var(--salt-borderStyle-solid) var(--salt-container-primary-borderColor)}.saltInlaidPanel.saltInlaidPanel-left,.saltInlaidPanel.saltInlaidPanel-right{width:var(--saltInlaidPanel-width);height:100%}.saltInlaidPanel.saltInlaidPanel-bottom,.saltInlaidPanel.saltInlaidPanel-top{height:var(--saltInlaidPanel-height);width:100%}.saltInlaidPanel.saltInlaidPanel-left.saltInlaidPanel-enterAnimation,.saltInlaidPanel.saltInlaidPanel-right.saltInlaidPanel-enterAnimation{animation:saltInlaidPanel-expandWidth var(--salt-animation-duration) var(--salt-animation-timing-function)}.saltInlaidPanel.saltInlaidPanel-left.saltInlaidPanel-exitAnimation,.saltInlaidPanel.saltInlaidPanel-right.saltInlaidPanel-exitAnimation{animation:saltInlaidPanel-collapseWidth var(--salt-animation-duration) var(--salt-animation-timing-function) both}.saltInlaidPanel.saltInlaidPanel-bottom.saltInlaidPanel-enterAnimation,.saltInlaidPanel.saltInlaidPanel-top.saltInlaidPanel-enterAnimation{animation:saltInlaidPanel-expandHeight var(--salt-animation-duration) var(--salt-animation-timing-function)}.saltInlaidPanel.saltInlaidPanel-bottom.saltInlaidPanel-exitAnimation,.saltInlaidPanel.saltInlaidPanel-top.saltInlaidPanel-exitAnimation{animation:saltInlaidPanel-collapseHeight var(--salt-animation-duration) var(--salt-animation-timing-function) both}.saltInlaidPanel.saltInlaidPanel-exitAnimation{pointer-events:none}.saltInlaidPanel-inner{box-sizing:border-box;overflow:auto;padding:var(--salt-spacing-300)}.saltInlaidPanel:focus-visible{outline:var(--salt-focused-outline)}.saltInlaidPanel:focus:not(:focus-visible){outline:0}.saltInlaidPanel.saltInlaidPanel-left .saltInlaidPanel-inner,.saltInlaidPanel.saltInlaidPanel-right .saltInlaidPanel-inner{width:var(--saltInlaidPanel-width);height:100%}.saltInlaidPanel.saltInlaidPanel-bottom .saltInlaidPanel-inner,.saltInlaidPanel.saltInlaidPanel-top .saltInlaidPanel-inner{height:var(--saltInlaidPanel-height);width:100%}@keyframes saltInlaidPanel-expandWidth{0%{width:0}}@keyframes saltInlaidPanel-collapseWidth{to{width:0}}@keyframes saltInlaidPanel-expandHeight{0%{height:0}}@keyframes saltInlaidPanel-collapseHeight{to{height:0}}.saltStaticInputAdornment{--inputLegacy-staticAdornment-padding:var(--salt-size-unit);display:flex;align-items:center}.saltInputLegacy-prefixContainer .saltStaticInputAdornment{padding-left:var(--inputLegacy-staticAdornment-padding)}.saltInputLegacy-suffixContainer .saltStaticInputAdornment{padding-right:var(--inputLegacy-staticAdornment-padding)}.saltLayerLayout{--layerLayout-boxShadow:var(--saltLayerLayout-boxShadow,var(--salt-overlayable-shadow-modal));--layerLayout-background:var(--saltLayerLayout-background,var(--salt-container-primary-background));--layerLayout-padding:var(--saltLayerLayout-padding,var(--salt-size-container-spacing));--layerLayout-margin:var(--saltLayerLayout-margin,var(--salt-size-container-spacing));background:var(--layerLayout-background);display:flex;flex-direction:column;max-height:100%;max-width:100%;overflow:auto;padding:var(--layerLayout-padding);box-shadow:var(--saltLayerLayout-boxShadow,var(--layerLayout-boxShadow));z-index:calc(var(--salt-zIndex-appHeader) - 1);box-sizing:border-box}.saltLayerLayout-fullScreen{width:100vw;height:100vh;margin:0;position:fixed;top:0;left:0}.saltLayerLayout-center{margin:var(--saltLayerLayout-margin,var(--layerLayout-margin))}.saltLayerLayout-center.saltLayerLayout-enter-animation,.saltLayerLayout-fullScreen.saltLayerLayout-enter-animation,.saltScrim.saltLayerLayout-enter-animation{animation:var(--salt-animation-fade-in-center)}.saltLayerLayout-center.saltLayerLayout-exit-animation,.saltLayerLayout-fullScreen.saltLayerLayout-exit-animation,.saltScrim.saltLayerLayout-exit-animation{animation:var(--salt-animation-fade-out-back)}.saltLayerLayout-anchor{position:fixed;max-height:100%;top:0}.saltLayerLayout-top{left:0;right:0;bottom:auto}.saltLayerLayout-top.saltLayerLayout-enter-animation{animation:var(--salt-animation-slide-in-bottom)}.saltLayerLayout-top.saltLayerLayout-exit-animation{animation:var(--salt-animation-slide-out-bottom)}.saltLayerLayout-right{left:auto;right:0;height:100%}.saltLayerLayout-right.saltLayerLayout-enter-animation{animation:var(--salt-animation-slide-in-right)}.saltLayerLayout-right.saltLayerLayout-exit-animation{animation:var(--salt-animation-slide-out-right)}.saltLayerLayout-left{left:0;right:auto;height:100%}.saltLayerLayout-left.saltLayerLayout-enter-animation{animation:var(--salt-animation-slide-in-left)}.saltLayerLayout-left.saltLayerLayout-exit-animation{animation:var(--salt-animation-slide-out-left)}.saltLayerLayout-bottom{left:0;right:0;bottom:0;top:auto}.saltLayerLayout-bottom.saltLayerLayout-enter-animation{animation:var(--salt-animation-slide-in-top)}.saltLayerLayout-bottom.saltLayerLayout-exit-animation{animation:var(--salt-animation-slide-out-top)}