.invisible {
    display: none;
}

.next-prev-buttons {
    position: absolute;
    bottom: 0;
}

table {
    width: 100%;
}

.red {
    --bs-table-bg: rgb(255, 197, 197) !important;
}