.input-wrapper{position:relative;display:inline-flex;flex-direction:column;border-radius:4px;min-width:0px}.input-wrapper.fullWidth{width:100%}.input-wrapper input{outline:none;font-size:16px;background-color:#fff;border-radius:4px;border:none;box-shadow:0 0 0 1px #0000003b;padding:10px;min-width:0px;-webkit-tap-highlight-color:transparent}.input-wrapper:hover input{box-shadow:0 0 0 1px #000000de}.input-wrapper:focus-within input{box-shadow:0 0 0 2px #1976d2}.input-wrapper input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-wrapper input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.input-wrapper label{position:absolute;top:-6px;left:14px;color:#0009;font-size:14px;transform-origin:top left;transition:all .15s ease-out;pointer-events:none;background-color:#fff;padding:0 4px;font-size:12px;line-height:12px}.input-wrapper:focus-within label{color:#1976d2}.input-wrapper .helper-text{font-size:12px;margin-top:4px;color:#0009}.input-wrapper.error input{box-shadow:0 0 0 1px #d32f2f}.input-wrapper.error:focus-within input{box-shadow:0 0 0 2px #d32f2f}.input-wrapper.error label,.input-wrapper.error .helper-text{color:#d32f2f}.input-wrapper.disabled{background-color:#f5f5f5;pointer-events:none;cursor:not-allowed}.input-wrapper.disabled label{color:#00000061}.input-wrapper.disabled input{color:#00000042}
