.auth-theme-toggle-btn {
    position: fixed !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 2147480990 !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
    background: transparent !important;
    color: #2a3042 !important;
    box-shadow: none !important;
}

.auth-theme-toggle-btn:hover,
.auth-theme-toggle-btn:focus,
.auth-theme-toggle-btn:active {
    color: #1e222e !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.auth-theme-toggle-icon {
    font-size: 28px;
    line-height: 1;
}

[data-bs-theme="dark"] .auth-theme-toggle-btn {
    color: #fcd47a !important;
}

[data-bs-theme="dark"] .auth-theme-toggle-btn:hover,
[data-bs-theme="dark"] .auth-theme-toggle-btn:focus,
[data-bs-theme="dark"] .auth-theme-toggle-btn:active {
    color: #f1b44c !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
