.navbar-brand {
    font-weight: bold;
}

.sidebar {
    min-height: 100vh;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
}

.main-content {
    min-height: 100vh;
}

.table-responsive {
    border-radius: 0.375rem;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap-5 .select2-selection {
    border-color: #dee2e6 !important;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.btn-group-actions {
    gap: 0.25rem;
}

.badge-status {
    font-size: 0.75em;
}