[data-theme="dark"] .navbar-default {
    background-color: #000 !important;
}

[data-theme="dark"] #app-sidebar {
    background-color: #1c2833 !important;
}

[data-theme="dark"] #footer {
    background-color: #000 !important;
}

[data-theme="dark"] .acc-panel-header,
[data-theme="dark"] .api-panel-header,
[data-theme="dark"] .theme-bg,
[data-theme="dark"] .stat-tile-header,
[data-theme="dark"] .vip-tile-header,
[data-theme="dark"] .mass-order-title-bar,
[data-theme="dark"] .info-card-header,
[data-theme="dark"] #networkChooserHeader,
[data-theme="dark"] .guidelines-header {
    background-color: #1c2833 !important;
}
[data-theme="dark"] .statistics-head,
[data-theme="dark"] .why-box-icon,
[data-theme="dark"] .login-register-tagline {
    color: orangered !important;
}
[data-theme="dark"] .login-register-homepage-buttons {
    background-color: #0056b3 !important;
}
[data-theme="dark"] .sidebar-divider {
    background-color: rgba(255, 255, 255, 0.2) !important;
}
[data-theme="dark"] .acc-hero {
    background: linear-gradient(to right, #12191f, #1c2833) !important;
    border-color: #ddd !important;
}
[data-theme="dark"] .theme-toggle-track {
    background-color: rgba(255, 255, 255, 0.18);
}

[data-theme="dark"] .theme-toggle-knob {
    transform: translateX(26px);
}

[data-theme="dark"] .theme-toggle-icon-sun {
    opacity: 0.4;
}

[data-theme="dark"] .theme-toggle-icon-moon {
    opacity: 1;
}
[data-theme="dark"] .login-register-homepage-buttons:hover {
    opacity: 0.85;
    transition: opacity 0.15s ease;
}