html.dark-only {
    background: #1d1e26 !important;
    color: #fff !important;
}

html.dark-only {
    background:#1d1e26 !important;
}

html.dark-only .loader-wrapper {
    background: #1d1e26 !important;
}

html.dark-only .loader div,
html.dark-only .loader4 {
    background-color: transparent !important;
}

/* Light Mode Footer */
html:not(.dark-only) .footer {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-top: 1px solid #e5e5e5 !important;
}

/* Dark Mode Footer */
html.dark-only .footer {
    background-color: #1d1e26 !important;
    color: #ffffff !important;
    border-top: 1px solid #2b2c36 !important;
}
