.sidebar .nav-link.active {
    font-weight: 600;
    color: var(--bs-primary) !important;
}

.chat-messages {
    scroll-behavior: smooth;
}

@media (max-width: 767.98px) {
    .sidebar {
        min-height: auto !important;
    }
}
