:root {
    --sap-red: #d32f2f;
    --sap-red-dark: #b71c1c;
    --sap-grey-bg: #f3f4f5;
    --sap-grey-ui: #e5e7eb;
    --sap-text: #1d2d3e;
}

body { background-color: var(--sap-grey-bg); font-family: Arial, sans-serif; color: var(--sap-text); margin: 0; }
.navbar { background-color: #2c3e50 !important; border-bottom: 4px solid var(--sap-red); padding: 0.8rem 1rem; }
.navbar-brand { font-weight: 700; color: white !important; text-transform: uppercase; }

.card { background-color: white; border: 1px solid var(--sap-grey-ui); border-radius: 4px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); margin-bottom: 1.5rem; }
.card-header { background-color: white; border-bottom: 2px solid var(--sap-grey-bg); font-weight: 600; padding: 1rem 1.25rem; }

.btn-primary { background-color: var(--sap-red); border-color: var(--sap-red); border-radius: 4px; }
.btn-primary:hover { background-color: var(--sap-red-dark); }

.table thead th { background-color: var(--sap-grey-bg); font-size: 0.8rem; color: #6a6d70; border-bottom: 1px solid var(--sap-grey-ui); }

#bulk-log { background: #1c2228 !important; color: #48bb78; font-family: monospace; padding: 15px; border-left: 4px solid var(--sap-red); height: 250px; overflow-y: auto; font-size: 0.85rem; }
.progress { height: 10px; background-color: var(--sap-grey-ui); }
.progress-bar { background-color: var(--sap-red); }

.badge { border-radius: 2px; padding: 5px 8px; font-size: 0.7rem; text-transform: uppercase; }
.bg-success { background-color: #2b7d2b !important; }
.bg-danger { background-color: #bb0000 !important; }

/* Ergänzung zum SAP-Look */
.border-warning {
    border: 2px solid #ecc94b !important;
}

.bg-warning {
    background-color: #fefcbf !important; /* Helles Gelb für die Auswahl-Box */
    color: #744210 !important;
}

.gap-2 { gap: 0.5rem; }

