:root {
    /* --sidebar-brand-bg: #0F7BD2;
    --sidebar-text-color: #ffffff;
    --sidebar-active-link-bg: #ffffff;
    --sidebar-active-link-border: #ffffff;
    --sidebar-active-link-text-color: #0F7BD2;
    --header-footer-bg: #ffffff;
    --header-footer-text-color: #262A2E;
    --header-footer-link-color: #858E96;
    --header-footer-active-link-color: #282729;
    --header-footer-active-link-bar-color: #0F7BD2;
    --brand-color-bg: #0F7BD2;
    --brand-color-bg-light: #bfdbfe;
    --brand-color-text: #ffffff;
    --brand-color-link: #0F7BD2;
    --brand-color-bg-dark: #053f6d; */
    --sidebar-brand-bg: #000000;
    --sidebar-text-color: #ffffff;
    --sidebar-active-link-bg: #ffffff;
    --sidebar-active-link-border: #ffffff;
    --sidebar-active-link-text-color: #000000;
    --header-footer-bg: #000;
    --header-footer-text-color: #fff;
    --header-footer-link-color: #858E96;
    --header-footer-active-link-color: #282729;
    --header-footer-active-link-bar-color: #000000;
    --brand-color-bg: #000000;
    --brand-color-bg-light: #bfdbfe;
    --brand-color-text: #ffffff;
    --brand-color-link: #000000;
    --brand-color-bg-dark: #000000;
}