.pointer{
	cursor:pointer;
}

.blocked{
	cursor: not-allowed;
}

#tabelaContasWrapper {
    max-height: 40vh;  /* ajustável conforme o layout */
    overflow-y: auto;
    overflow-x: hidden;
}

#tabelaContas thead th {
    position: sticky;
    top: 0;
    z-index: 2;
}