.NumberInput {
    display: flex;
    position: relative;

    .form-control {
        padding-right: 20px;
    }

    &-arrows {
        cursor: pointer;
        position: absolute;
        right: 5px;
    }
}
