/* background gradient lembut */
.bg-gradient-primary {
    background: linear-gradient(135deg, #84DAF2 0%, #4584CB 50%, #1b2a49 100%);
}

/* Card dashboard */
.dashboard-card {
    border-radius: 18px;
    border: 0;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    background: #ffffff;
}

/* Header dashboard */
.dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Filter section */
.filter-card {
    border-radius: 18px;
    border: 0;
    background: #f8fafc;
}

/* Table styling */
table.dataTable thead th {
    background: #f1f5f9;
    border-bottom: 0 !important;
}

/* Small label di filter */
.filter-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #64748b;
    font-weight: 600;
}

/* Badge style */
.bg-primary-subtle {
    background-color: rgba(69, 132, 203, 0.1);
}

.bg-success-subtle {
    background-color: rgba(34, 197, 94, 0.1);
}

.badge i {
    font-size: 1.2rem;
}
