@media (max-width: 575.98px) {
    [dir="rtl"] .aa-DetachedOverlay .aa-DetachedContainer {
        inline-size: 90%;
        inset-inline-end: 50%;
        transform: translateX(50%) !important;
    }
}

ul {
    list-style: none;
}

/* GateGold ERP Custom Palette Override */
:root, [data-bs-theme="light"] {
    --bs-primary: #D6A84F !important;
    --bs-primary-rgb: 214, 168, 79 !important;
    --bs-primary-bg-subtle: rgba(214, 168, 79, 0.16) !important;
    --bs-primary-border-subtle: rgba(214, 168, 79, 0.4) !important;
    --bs-primary-hover: #C29543 !important;
    --bs-primary-active: #B0853B !important;
    
    /* Light Mode Backgrounds */
    --bs-body-bg: #F7F4ED !important;
    --bs-body-bg-rgb: 247, 244, 237 !important;
}

/* Sidebar and dark elements base */
[data-bs-theme="dark"] {
    --bs-primary: #D6A84F !important;
    --bs-primary-rgb: 214, 168, 79 !important;
    --bs-primary-bg-subtle: rgba(214, 168, 79, 0.16) !important;
    --bs-primary-border-subtle: rgba(214, 168, 79, 0.4) !important;
    --bs-primary-hover: #C29543 !important;
    --bs-primary-active: #B0853B !important;

    /* Dark Mode Backgrounds */
    --bs-dark: #202638 !important;
    --bs-dark-rgb: 32, 38, 56 !important;
    
    --bs-body-bg: #141827 !important;
    --bs-body-bg-rgb: 20, 24, 39 !important;
    --bs-paper-bg: #202638 !important;
    --bs-paper-bg-rgb: 32, 38, 56 !important;
}