/* Global styles */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 0.875rem;
}

/* Compact table inputs */
.table input.form-control.border-0,
.table select.form-select.border-0 {
    background: transparent;
    padding: 0.15rem 0.35rem;
    height: auto;
}

.table input.form-control.border-0:focus,
.table select.form-select.border-0:focus {
    background: #fff;
    box-shadow: 0 0 0 0.15rem rgba(59, 130, 246, 0.25);
}

/* Sticky table headers */
.table thead.sticky-top th {
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Modal overlay */
.modal.d-block {
    z-index: 1050;
}

/* Nav link active styling */
.nav-link.active {
    font-weight: 600;
}

/* Scrollable card body */
.card-body.overflow-auto {
    max-height: calc(100vh - 250px);
}
