.card-lotes {
    transition: all 0.3s ease;
    background: #ffffff;
    margin: 5px;
    padding: 5px;
}
.card-lotes:hover {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tabela-dashboard-lotes thead{
    font-size: 14px;
    font-weight:bold;
    letter-spacing: -0.05em;
    border-bottom: 2px solid #ccc !important;
}


.tabela-dashboard-lotes tbody td {
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
    line-height: 1.2;
    color: #777;
}

.tabela-dashboard-lotes tbody td.lotes-qtd {
    font-weight:800;
}


.tabela-dashboard-lotes tbody tr:nth-child(2) {
    background: #f9f9f9;
}
