@import "../styles/common";

.w-number-input{
  .theme_afc_input_style();
  .ant-input-number-placeholder{
    left: 0;
  }

  .ant-input-number-input-wrap,
  .ant-input-number-input{
    height: 100%;
  }

  .ant-input-number-handler-wrap{
    background-color: transparent;
    border: 0;
    right: 10px;
  }
  .ant-input-number-handler-up,
  .ant-input-number-handler-down{
    border: 0;
    height: 50% !important;
    background-color: transparent !important;
    outline: none !important;
  }

  .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner, .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner{
    transform: none;
  }

  .ant-input-number-handler-wrap{
    background-color: @input_bg_color;
    border: 0;
    right: 10px;
  }
  .ant-input-number-handler-up,
  .ant-input-number-handler-down{
    border: 0;
    height: 50% !important;
    background-color: transparent !important;
  }

  .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner, .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner{
    transform: none;
  }


  &.disabled{
    .input_disabled_style();
  }
}
