/* Garantir sticky header em todas as situações */
.table-sticky-header {
    table-layout: fixed;
    width: 100%;
}
/* Cabeçalho fixo para tabelas com rolagem */
.table-sticky-header thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}
/* Opcional: sombra sutil para destacar o header */
.table-sticky-header thead th {
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}
.style-action{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px
}

.button-voltar{
    height: 23px;
    padding-top: 0px;
    margin-right: 15px
}