﻿.legal-dashboard {
    padding: 20px;
}

.dashboard-header h2 {
    font-weight: 700;
    color: #1f2937;
}

.dashboard-header span {
    color: #6b7280;
}

.legal-card {
    border-radius: 15px;
    padding: 20px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    box-shadow: 0 2px 15px rgba(0,0,0,.08);
    transition: .3s;
}

    .legal-card:hover {
        transform: translateY(-4px);
    }

.card-title {
    font-size: 14px;
    font-weight: 600;
}

.card-value {
    font-size: 34px;
    font-weight: 700;
}

.card-icon {
    font-size: 40px;
    opacity: .2;
}

.blue {
    border-left: 5px solid #2563eb;
}

.green {
    border-left: 5px solid #16a34a;
}

.red {
    border-left: 5px solid #dc2626;
}

.purple {
    border-left: 5px solid #7c3aed;
}

.orange {
    border-left: 5px solid #f97316;
}

.payment-card {
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    height: 100%;
}

    .payment-card h2 {
        margin-top: 10px;
        font-weight: 700;
    }

.cash {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
}

.kpr {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
}

.softcash {
    background: #faf5ff;
    border: 1px solid #d8b4fe;
}

.table {
    font-size: 14px;
}

.card {
    border-radius: 15px;
}

.card-header {
    background: white;
    border-bottom: 1px solid #eee;
}
