/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.tablex-input-number {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    -webkit-font-feature-settings: 'tnum';
            font-feature-settings: 'tnum';
    position: relative;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    line-height: 32px;
    line-height: 1.5 \9;
    background-color: #fff;
    background-image: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    width: 90px;
    margin: 0;
    padding: 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
  }
  .tablex-input-number::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .tablex-input-number:-ms-input-placeholder {
    color: #bfbfbf;
  }
  .tablex-input-number::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  .tablex-input-number:placeholder-shown {
    text-overflow: ellipsis;
  }
  .tablex-input-number:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
  }
  .tablex-input-number:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  }
  .tablex-input-number-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
  }
  .tablex-input-number-disabled:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important;
  }
  .tablex-input-number[disabled] {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
  }
  .tablex-input-number[disabled]:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important;
  }
  textarea.tablex-input-number {
    max-width: 100%;
    height: auto;
    min-height: 32px;
    line-height: 1.5;
    vertical-align: bottom;
    -webkit-transition: all 0.3s, height 0s;
    transition: all 0.3s, height 0s;
  }
  .tablex-input-number-lg {
    height: 40px;
    padding: 6px 11px;
    font-size: 16px;
    line-height: 40px;
    line-height: 1.5 \9;
  }
  .tablex-input-number-sm {
    height: 24px;
    padding: 1px 7px;
    line-height: 24px;
    line-height: 1.5 \9;
  }
  .tablex-input-number-handler {
    position: relative;
    display: block;
    width: 100%;
    height: 50%;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.45);
    font-weight: bold;
    line-height: 0;
    text-align: center;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .tablex-input-number-handler:active {
    background: #f4f4f4;
  }
  .tablex-input-number-handler:hover .tablex-input-number-handler-up-inner,
  .tablex-input-number-handler:hover .tablex-input-number-handler-down-inner {
    color: #40a9ff;
  }
  .tablex-input-number-handler-up-inner,
  .tablex-input-number-handler-down-inner {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 4px;
    width: 12px;
    height: 12px;
    color: rgba(0, 0, 0, 0.45);
    line-height: 12px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tablex-input-number-handler-up-inner > *,
  .tablex-input-number-handler-down-inner > * {
    line-height: 1;
  }
  .tablex-input-number-handler-up-inner svg,
  .tablex-input-number-handler-down-inner svg {
    display: inline-block;
  }
  .tablex-input-number-handler-up-inner::before,
  .tablex-input-number-handler-down-inner::before {
    display: none;
  }
  .tablex-input-number-handler-up-inner .tablex-input-number-handler-up-inner-icon,
  .tablex-input-number-handler-up-inner .tablex-input-number-handler-down-inner-icon,
  .tablex-input-number-handler-down-inner .tablex-input-number-handler-up-inner-icon,
  .tablex-input-number-handler-down-inner .tablex-input-number-handler-down-inner-icon {
    display: block;
  }
  .tablex-input-number:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
  }
  .tablex-input-number-focused {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
            box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  }
  .tablex-input-number-disabled {
    color: rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 1;
  }
  .tablex-input-number-disabled:hover {
    border-color: #d9d9d9;
    border-right-width: 1px !important;
  }
  .tablex-input-number-disabled .tablex-input-number-input {
    cursor: not-allowed;
  }
  .tablex-input-number-disabled .tablex-input-number-handler-wrap {
    display: none;
  }
  .tablex-input-number-input {
    width: 100%;
    height: 30px;
    padding: 0 11px;
    text-align: left;
    background-color: transparent;
    border: 0;
    border-radius: 4px;
    outline: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-appearance: textfield !important;
  }
  .tablex-input-number-input::-moz-placeholder {
    color: #bfbfbf;
    opacity: 1;
  }
  .tablex-input-number-input:-ms-input-placeholder {
    color: #bfbfbf;
  }
  .tablex-input-number-input::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  .tablex-input-number-input:placeholder-shown {
    text-overflow: ellipsis;
  }
  .tablex-input-number-input[type='number']::-webkit-inner-spin-button,
  .tablex-input-number-input[type='number']::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  .tablex-input-number-lg {
    padding: 0;
    font-size: 16px;
  }
  .tablex-input-number-lg input {
    height: 38px;
  }
  .tablex-input-number-sm {
    padding: 0;
  }
  .tablex-input-number-sm input {
    height: 22px;
    padding: 0 7px;
  }
  .tablex-input-number-handler-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #d9d9d9;
    border-radius: 0 4px 4px 0;
    opacity: 0;
    -webkit-transition: opacity 0.24s linear 0.1s;
    transition: opacity 0.24s linear 0.1s;
  }
  .tablex-input-number-handler-wrap .tablex-input-number-handler .tablex-input-number-handler-up-inner,
  .tablex-input-number-handler-wrap .tablex-input-number-handler .tablex-input-number-handler-down-inner {
    display: inline-block;
    font-size: 12px;
    font-size: 7px \9;
    -webkit-transform: scale(0.58333333) rotate(0deg);
        -ms-transform: scale(0.58333333) rotate(0deg);
            transform: scale(0.58333333) rotate(0deg);
    min-width: auto;
    margin-right: 0;
  }
  :root .tablex-input-number-handler-wrap .tablex-input-number-handler .tablex-input-number-handler-up-inner,
  :root .tablex-input-number-handler-wrap .tablex-input-number-handler .tablex-input-number-handler-down-inner {
    font-size: 12px;
  }
  .tablex-input-number-handler-wrap:hover .tablex-input-number-handler {
    height: 40%;
  }
  .tablex-input-number:hover .tablex-input-number-handler-wrap {
    opacity: 1;
  }
  .tablex-input-number-handler-up {
    cursor: pointer;
  }
  .tablex-input-number-handler-up-inner {
    top: 50%;
    margin-top: -5px;
    text-align: center;
  }
  .tablex-input-number-handler-up:hover {
    height: 60% !important;
  }
  .tablex-input-number-handler-down {
    top: 0;
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
  }
  .tablex-input-number-handler-down-inner {
    top: 50%;
    margin-top: -6px;
    text-align: center;
  }
  .tablex-input-number-handler-down:hover {
    height: 60% !important;
  }
  .tablex-input-number-handler-up-disabled,
  .tablex-input-number-handler-down-disabled {
    cursor: not-allowed;
  }
  .tablex-input-number-handler-up-disabled:hover .tablex-input-number-handler-up-inner,
  .tablex-input-number-handler-down-disabled:hover .tablex-input-number-handler-down-inner {
    color: rgba(0, 0, 0, 0.25);
  }
  