
.bg-gradient-primary {
    background: #0d6efd;
    background: linear-gradient(135deg, #0d6efd, #6f42c1);
}

.table-bordered {
    border-width: 2px;
    border-color: #dee2e6;
}

.action-btn {
    background: transparent;
    border: none;
    color: #6c757d;
    transition: all 0.2s ease-in-out;
    padding: 0.3rem 0.5rem;
    border-radius: 50%;
}

.action-btn:hover {
    background: #e9ecef;
    color: #212529;
}

.action-btn.edit:hover {
    color: #0d6efd;
}

.action-btn.delete:hover {
    color: #dc3545;
}

.table-cohen {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5eff7;
    --bs-table-hover-bg: #bdecf2;
    border-color: #9eeaf9;
}

.table-levi {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f8eccc;
    --bs-table-hover-bg: #f2e7c3;
    border-color: #ffe69c;
}

