/* 
 * Emby Custom CSS for Weblate
 * 
 * This file contains custom styles that will be loaded after all other CSS files.
 * You can add any custom CSS rules here to override Weblate's default styling.
 * 
 * Examples:
 * 
 * Change the header background:
 * .navbar-inverse { background-color: #your-color !important; }
 * 
 * Change link colors:
 * a { color: #your-color !important; }
 * 
 * Hide specific elements:
 * .some-element { display: none !important; }
 */

/* Example: Add a subtle border to the main content area */
.main-content {
    border: 1px solid #d41414;
    border-radius: 4px; 
    padding: 20px;
}

/* Example: Custom branding color scheme (uncomment to use) */
/*
.navbar-inverse {
    background-color: #2c3e50 !important;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
    color: #ecf0f1 !important;
}

a {
    color: #3498db !important;
}

a:hover {
    color: #2980b9 !important;
}
*/

/* Add your custom CSS rules below this line */


ul.dropdown-menu li:has(a[href*='weblate' i]) {
    display: none;
}


ul.dropdown-menu li:has(a[href*='donate' i]) {
    display: none;
}


ul.dropdown-menu li.divider {
    display: none;
}


a.navbar-brand > svg  {
    display: none;
}
