.elementor-213 .elementor-element.elementor-element-0dfc052{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-e394af9 */.col-no{
    width: 50px;
    text-align: center;
}

.col-aksi{
    width: 80px;
    text-align: center;
    white-space: nowrap;
}

table th:not(:last-child) {
    border-right: 1px solid #ccc;
}

table th {
    text-align: center !important;
}

/* Nomor otomatis */
.dokumen-table {
    counter-reset: nomor;
}

.dokumen-table tbody tr {
    counter-increment: nomor;
}

.dokumen-table tbody tr .auto-no::before {
    content: counter(nomor);
}/* End custom CSS */