.admin-theme-switcher-auth {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1080;
}

[data-bs-theme="dark"] .dropdown-styles .dropdown-item.active,
[data-bs-theme="light"] .dropdown-styles .dropdown-item.active {
    background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-primary);
}
