.cf-table,
.pedido-table,
.fin-table,
.fin-prod-table {
    font-size: .9rem;
    font-weight: 400;
    color: #334155;
}

.cf-table td,
.cf-table th,
.pedido-table td,
.pedido-table th,
.fin-table td,
.fin-table th,
.fin-prod-table td,
.fin-prod-table th {
    vertical-align: middle;
    padding-top: .08rem !important;
    padding-bottom: .08rem !important;
    line-height: 1 !important;
}

.cf-table tbody tr,
.pedido-table tbody tr,
.fin-table tbody tr,
.fin-prod-table tbody tr {
    height: 30px;
    cursor: pointer;
}

.cf-table tbody tr:nth-child(odd) td,
.pedido-table tbody tr:nth-child(odd) td,
.fin-table tbody tr:nth-child(odd) td,
.fin-prod-table tbody tr:nth-child(odd) td {
    background-color: #ffffff !important;
}

.cf-table tbody tr:nth-child(even) td,
.pedido-table tbody tr:nth-child(even) td,
.fin-table tbody tr:nth-child(even) td,
.fin-prod-table tbody tr:nth-child(even) td {
    background-color: #ccf0d7 !important;
}

.cf-table tbody tr:hover,
.cf-table tbody tr:hover td,
.pedido-table tbody tr:hover,
.pedido-table tbody tr:hover td,
.fin-table tbody tr:hover,
.fin-table tbody tr:hover td,
.fin-prod-table tbody tr:hover,
.fin-prod-table tbody tr:hover td {
    background-color: #fecaca !important;
}

.cf-table tbody tr.linha-selecionada,
.cf-table tbody tr.linha-selecionada td,
.pedido-table tbody tr.linha-selecionada,
.pedido-table tbody tr.linha-selecionada td,
.fin-table tbody tr.linha-selecionada,
.fin-table tbody tr.linha-selecionada td,
.fin-prod-table tbody tr.linha-selecionada,
.fin-prod-table tbody tr.linha-selecionada td {
    background-color: #fecaca !important;
}

.cf-table thead th,
.pedido-table thead th,
.fin-table thead th,
.fin-prod-table thead th {
    white-space: nowrap;
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    background: #f8fafc;
    color: #475569;
    font-weight: 700;
}

.cf-table .loja-origem,
.fin-table .loja-origem {
    display: inline-block;
    max-width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
