/* KBLnet Modern Light Skin */
body {
    background-color: #fcfcfc !important; /* Clean white background */
    font-family: 'Inter', sans-serif;
}

/* Modern Card Style for Dashboard */
.card {
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05) !important;
    background: #ffffff !important;
}

/* Clean Header Navigation */
.navbar-light {
    background-color: #ffffff !important;
    border-bottom: 1px solid #eee !important;
}

/* Primary Action Buttons - Light Blue/Professional */
.btn-primary {
    background-color: #000000 !important; /* Matches your Black Bold logo */
    border-radius: 8px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
    border: none !important;
}

/* Sidebar Styling */
.list-group-item {
    border: none !important;
    margin-bottom: 5px;
    border-radius: 8px !important;
}
.list-group-item.active {
    background-color: #f0f0f0 !important;
    color: #000 !important;
}