body {
    font-family: 'Segoe UI', Arial, sans-serif;
}

.sidebar {
    min-height: calc(100vh - 56px);
}

.card-title-sm {
    font-size: 0.95rem;
    font-weight: 600;
}

.status-chip {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.table td, .table th {
    vertical-align: middle;
}

.login-wrapper {
    min-height: calc(100vh - 112px);
}
