.table-2-striped tbody tr {
    --bs-table-bg: transparent !important; /* Ensure transparent by default */
}

/* Apply dark background to rows */
.table-2-striped tbody tr:nth-child(4n+1),
.table-2-striped tbody tr:nth-child(4n+2) {
    background-color: #f2f2f2 !important;
}

/* Optional: remove border if needed */
.table-2-striped tbody tr {
    border-bottom: none !important;
    border-bottom-color: #f2f2f2 !important;
}

/* Keep existing styles */
.rounded-circle {
    width: 2.5rem; 
    height: 2.5rem;
}
.rounded-circle .bi {
    padding-top: 1px;
}

#submit-changes-bar {
    z-index: 1000;
}