/* Active nav link highlight */
.navbar .nav-link.active {
    color: #dc3545 !important;
    font-weight: 600;
}

/* Select2 Bootstrap 5 size fixes - match form-control exactly */
.select2-container--bootstrap-5 .select2-selection {
    min-height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    padding: 0;
    padding-right: 2rem;
    line-height: 1.5;
    font-size: 1rem;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    padding: 0;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search__field {
    font-size: 1rem;
}

/* Dropdown results */
.select2-container--bootstrap-5 .select2-dropdown {
    font-size: 1rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__option {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
    font-size: 1rem;
    padding: 0.375rem 0.75rem;
}

/* Small size variant (.form-select-sm) */
.select2-container--bootstrap-5.select2-container--sm .select2-selection {
    min-height: 31px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.select2-container--bootstrap-5.select2-container--sm .select2-selection--single .select2-selection__rendered {
    font-size: 0.875rem;
}

.select2-container--bootstrap-5.select2-container--sm .select2-selection--single .select2-selection__arrow {
    height: 29px;
}

.select2-container--bootstrap-5.select2-container--sm .select2-dropdown {
    font-size: 0.875rem;
}

.select2-container--bootstrap-5.select2-container--sm .select2-dropdown .select2-results__option {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.select2-container--bootstrap-5.select2-container--sm .select2-dropdown .select2-search .select2-search__field {
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
}

/* Alerts Bell Icon */
#alertsBellBtn {
    background: none;
    border: none;
    cursor: pointer;
}

#alertsBellBtn:hover {
    color: var(--bs-primary);
}

#alertsBadge {
    font-size: 0.65rem;
    padding: 0.2rem 0.4rem;
    top: 6px !important;
}

/* Alerts Sidebar */
#alertsSidebar {
    width: 400px;
    max-width: 100%;
}

#alertsSidebar .offcanvas-header {
    border-bottom: 1px solid var(--bs-border-color);
}

#alertsList .list-group-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

#alertsList .list-group-item:first-child {
    border-top: none;
}

#alertsList .list-group-item-light {
    background-color: var(--bs-light);
}
