/* Minimal overrides applied after frest-core*.css */
html:not([dir=rtl]) .menu-vertical .app-brand{padding:1.5rem 1.25rem 1.5rem 2rem!important}
[dir=rtl] .menu-vertical .app-brand{padding:1.5rem 2rem 1.5rem 1.25rem!important}

/* Bootstrap dark theme table fixes */
[data-bs-theme="dark"] .table thead th {
	background-color: #212529; /* Bootstrap dark */
	color: #f8f9fa;
	border-color: #343a40;
}

[data-bs-theme="dark"] .table tbody td {
	color: #dee2e6;
	border-color: #343a40;
}

[data-bs-theme="dark"] .table {
	--bs-table-bg: transparent;
	--bs-table-color: #dee2e6;
}
