/* =========================================
   MantisBT 2.27.3 – Branding Overrides
   ========================================= */

/* Top-left header logo */
.navbar-brand img {
    display: none !important;
}

/* Login page logo */
.login-container img {
    display: none !important;
}

/* Footer branding text */
footer .pull-left,
footer span {
    display: none !important;
}

/* Footer mantis icon */
footer img {
    display: none !important;
}

/* Catch-all */
img[src*="mantis"] {
    display: none !important;
}


/* =========================================
   Remove Dashboard Brand Text (MantisBT)
   ========================================= */

/* Hide the top-left brand text */
.navbar-brand {
    display: none !important;
}

/* Optional: remove extra spacing left behind */
.navbar-header {
    padding-left: 0 !important;
}



/* =========================================
   Remove Footer Branding (MantisBT 2.27.3)
   ========================================= */

/* Entire footer container */
#footer {
    display: none !important;
}

/* Extra safety (if footer is restructured later) */
.powered-by,
.powered-by a {
    display: none !important;
}

