/*
 * custom.css – Eigene Styles für portal.ko-we.com
 */

/* Navbar-detached: linkes + rechtes Margin erzwingen (wie Vuexy Demo: 16px 24px 0px) */
#layout-navbar.navbar-detached {
    margin-top:    1rem    !important;  /* 16px */
    margin-inline: 1.5rem  !important;  /* 24px links + rechts */
    margin-bottom: 0       !important;
}

/* Auswahl-Buttons (Dropdown-Toggle im Select-Stil, z.B. Klassifikation,
   Status, Priorität, Zugewiesen an): immer volle Textfarbe, aktiv und
   deaktiviert gleich hell — Standard für das gesamte Portal. */
.btn-outline-secondary.dropdown-toggle {
    color: var(--bs-body-color) !important;
}
.btn-outline-secondary.dropdown-toggle:disabled {
    opacity: 1 !important;
    cursor: default !important;
    pointer-events: none;
}
