﻿.inputQtdBorder {
    border: none;
    outline: none;
    width: 50px;
    text-align: center;
}

.inputDivQtd {
    border: lightgray;
    border-width: 1px;
    border-style: solid;
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.btnQtdControl {
    background-color: transparent;
    border: none;
    width: 45px;
    height: 45px;
    padding: 0px;
}

.card-title-min{
    min-height:35px;
}
