/* BooksLive Admin Portal — global styles */

html, body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* Sidebar active link */
/*
.sidebar .nav-link.active {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}
*/

/* Bootstrap bg-*-subtle polyfill for older BS versions */
.bg-primary-subtle { background-color: #cfe2ff !important; }
.bg-success-subtle { background-color: #d1e7dd !important; }
.bg-warning-subtle { background-color: #fff3cd !important; }
.bg-info-subtle    { background-color: #cff4fc !important; }
.bg-danger-subtle  { background-color: #f8d7da !important; }

.text-primary { color: #0d6efd !important; }
.text-success { color: #198754 !important; }
.text-warning { color: #ffc107 !important; }
.text-info    { color: #0dcaf0 !important; }
.text-danger  { color: #dc3545 !important; }

/* Make code blocks stand out */
code.user-select-all {
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

/* Spinner centering helper */
.spinner-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
