.table-wrapper {
    position: relative;
}

.custom-table-listing {
    width: 100%;
    border-collapse: collapse;
}

.custom-table-listing thead th {
    position: sticky;
    top: 0;
    background: #212121;
    z-index: 10;
}

.custom-table-listing th,
.custom-table-listing td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.custom-table-listing tr.even {
    background-color: #1f1f1f;
}

.custom-table-listing tr.odd {
    background-color: #212121;
}

.table-search {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
}