/* Custom overrides layered on top of the Metronic theme bundle (style.bundle.css). */
/* Kept separate so theme updates can safely overwrite public/assets/css/style.bundle.css. */

.app-toolbar {
	background-color: var(--bs-app-toolbar-base-bg-color, #26272F);
}
.app-toolbar .title-custom {
	color: var(--bs-gray-900);
}
[data-bs-theme=dark] .app-toolbar .header-search.search-custom input {
	background-color: #1B1C22 !important;
}
[data-bs-theme=dark] .app-toolbar .header-search.search-custom ::placeholder {
	color: #808290 !important;
}
