.badge_vendido {
    position: absolute;
    top: 15px;
    left: -5px;
    background-color: #870a30;
    color: white;
    font-family: "Poppins", "Helvetica Neue", "Arial", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
    line-height: 1;
    padding: 10px 10px;
    border-radius: 4px 4px 4px 0;
}

.table td, .table th {
    padding: 0.15rem !important;
}

.table th {
    background: #dee2e652;
}

.table td, .table th {
    background: white;
}