.page-title {
    font-size: 1.1rem;
    font-weight: 700;
    background: linear-gradient(135deg, #fff, var(--accent-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-gradient {
    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
    border: none;
    color: white;
    font-weight: 600;
}

.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(99, 102, 241, 0.4);
    color: white;
}

.table-card {
    background: rgba(26, 31, 58, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(99, 102, 241, 0.1);
    border-radius: 12px;
}

.form-control,
.form-select {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(99, 102, 241, 0.1);
    color: #f1f5f9;
}

.form-control:focus,
.form-select:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: var(--accent-primary);
    color: #f1f5f9;
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.form-control::placeholder {
    color: #94a3b8;
}

.table {
    color: #f1f5f9;
    font-size: 0.8rem;
}

.table thead th {
    background: rgba(255, 255, 255, 0.03);
    color: #94a3b8;
    font-weight: 600;
    font-size: 0.7rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(99, 102, 241, 0.1);
}

.table tbody tr {
    border-bottom: 1px solid rgba(99, 102, 241, 0.05);
}

.table tbody tr:hover {
    background: rgba(99, 102, 241, 0.05);
}

.badge-critical {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.badge-high {
    background: rgba(245, 158, 11, 0.15);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, 0.3);
}

.badge-medium {
    background: rgba(99, 102, 241, 0.15);
    color: #6366f1;
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.badge-low {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.modal-content {
    background: #1a1f3a;
    border: 1px solid rgba(99, 102, 241, 0.1);
    color: #f1f5f9;
}

.modal-header {
    border-bottom: 1px solid rgba(99, 102, 241, 0.1);
}

.modal-footer {
    border-top: 1px solid rgba(99, 102, 241, 0.1);
}

.btn-close {
    filter: invert(1);
}

.menu-item {
    color: #94a3b8;
    text-decoration: none;
    transition: all 0.3s;
}

.menu-item:hover,
.menu-item.active {
    background: rgba(99, 102, 241, 0.1);
    color: #f1f5f9;
}

@media (max-width: 992px) {
    .sidebar {
        transform: translateX(-100%);
    }

    .main-wrapper {
        margin-left: 0;
    }
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid var(--border-color);
    background: var(--bg-card);
    margin-bottom: 20px;
}

.input-group-text {
    border: 1px solid white !important;
}

.modal-backdrop.show {
    /* opacity: var(--bs-backdrop-opacity); */
    opacity: 0 !important;
}

#riskModal {
    margin-top: 40px;
}
td{
    background-color:  transparent !important;
    color:white !important;
}