.bg-draft-member, .bg-draft-member:hover{
    background: #3887BE!important;
}
.bg-pending-member, .bg-pending-member:hover{
    background: #52D3D8!important;
}
.bg-active-member, .bg-active-member:hover{
    background: #A2C579!important;
}
.bg-inactive-member, .bg-inactive-member:hover{
    background: #B80000!important;
}
.heritage-table{

}
/* Define background colors for even and odd rows */
.heritage-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.heritage-table tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Add some basic table styling */
.heritage-table {
    width: 100%;
    border-collapse: collapse;
}

.heritage-table th,
.heritage-table td {
    padding: 8px;
    border: 1px solid #ccc;
}