.form-group {
    margin-bottom: 1rem;
}

.action{
    text-align: right!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.cursor-pointer{
    cursor: pointer;
}

.btn-sm{
    padding: .5rem 1rem !important;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}