/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

table.notifications.bp-tables-user thead th.date {
    display: flex;
    align-items: center;
    width: 100%;
}


/*BB Theme*/
table.notifications.bp-tables-user tr:last-child th {
    border-bottom:1px solid var(--bb-content-border-color);
}
.theme-buddyboss-theme table.notifications.bp-tables-user {
    overflow: unset;
}
.theme-buddyboss-theme table.notifications.bp-tables-user span.notifications-order-actions {
    display: flex;
}