﻿.stat-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-wrap: nowrap;
}

    .stat-box h3 {
        font-size: 1rem;
        margin-bottom: 10px;
        opacity: 0.9;
    }

    .stat-box p {
        font-size: 1.3rem;
        font-weight: bold;
        margin: 0;
    }

.card-custom {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.card-header-custom {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 15px 15px 0 0 !important;
    border: none;
}

.action-btn {
    border-radius: 25px;
    padding: 8px 20px;
    margin: 5px;
    font-weight: 500;
}

.debt-item {
    background: #f8f9fa;
    border-left: 4px solid #667eea;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px;
}

    .debt-item:hover {
        background: #e9ecef;
        cursor: pointer;
    }

.progress-custom {
    height: 8px;
    border-radius: 10px;
}
/* .sidebar {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            min-height: 100vh;
            color: white;
        }
        .nav-link {
            color: rgba(255,255,255,0.8) !important;
            padding: 12px 20px;
            border-radius: 8px;
            margin: 5px 0;
        } */
/* .nav-link:hover, .nav-link.active {
            background: rgba(255,255,255,0.1);
            color: white !important;
        } */
.chart-container {
    height: 300px;
    position: relative;
}

.quick-actions {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.fab {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    margin: 5px;
}

.table-responsive {
    border-radius: 10px;
    overflow: hidden;
}
