/* Hide sidebar container completely */
.main-sidebar {
    display: none !important;
}

/* Expand the main content to full width */
.content-wrapper,
.main-header {
    margin-left: 0 !important;
}

.breadcrumb,
.breadcrumbs {
    display: none !important;
}

/* --- Custom login page styles --- */
.login-page {
    background: url("/static/images/login-bg.jpg") no-repeat center center fixed;
    background-size: cover;
}

/* Optional: semi-transparent overlay */
.login-box {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 20px;
}

/* --- Fix logo height --- */
.brand-image,
.brand-link .brand-image {
    height: 60px !important;   /* fixed height */
    width: auto !important;
    object-fit: contain;
}

/* Hide the 'See Profile' link in the user menu */
.dropdown-menu a[href*="profile/"] {
    display: none !important;
}

/* Optional: Hide the profile header inside the dropdown if still visible */
.user-header {
    display: none !important;
}
