.ruptura-header > td, th {
    background-color:#C5DCEE;
    text-align: center;
    font-size: 12px;
}

.ruptura-body {
    font-size: 11px;
}

.estado-vendido {
}

.estado-nao-vendido {
}

.estado-inativo {
}

.table-ruptura td, 
.table-ruptura th {
    padding: 0.2rem;
}

.tableFixHead {
    position: relative;
    max-height:  500px;
    width: 100%;
    overflow: scroll;
}

.table-ruptura > thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.table-ruptura > thead th {
    vertical-align: middle;
    border-width: 2px;
    padding: 0.1em 0.2em 0.1em 0.2em;
}

.table-ruptura > thead th:first-child{
    left: 0;
    z-index: 3;
}

.table-ruptura > tbody {
    overflow: scroll;
    height: auto;
}

.table-ruptura tr > :first-child {
    position: -webkit-sticky;
    position: sticky; 
    left: 0; 
}

.tableFixHead::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.tableFixHead::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 5px;
    width: 5px;
}

.tableFixHead::-webkit-scrollbar-thumb {
    background-color: var(--primary);
    border-radius: 10px;
    width: 5px;
}