
.form-control {
    height: 38px;
    border-radius: 4px;
}

input[type="month"].form-control {
    height: 38px;
    line-height: 38px;
}

.card-body {
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-body.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


.col-md-3.d-flex.align-items-end button {
    height: 38px;
    font-weight: 600;
}


.form-group label {
    font-weight: 600;
    margin-bottom: 6px;
}

.table thead th {
    vertical-align: middle;
    white-space: nowrap;
}

#totalVentas {
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .col-md-3 {
        margin-bottom: 12px;
    }

    .col-md-3.d-flex.align-items-end {
        align-items: stretch;
    }
}

.btn-buscar-fix {
    margin-top: 32px;
}

