/* =========================
   PVA WOLF GLOBAL DARK MODE
========================= */

html.dark-mode body {
    background:#0b1020 !important;
    color:#f5f7ff !important;
}

html.dark-mode .nav,
html.dark-mode .navbar,
html.dark-mode .box,
html.dark-mode .card,
html.dark-mode .product-card,
html.dark-mode .category-card,
html.dark-mode .feature,
html.dark-mode .feature-card,
html.dark-mode .how-card,
html.dark-mode .chat-item,
html.dark-mode .login-box {
    background:#151b30 !important;
    color:#f5f7ff !important;
}

html.dark-mode .description,
html.dark-mode .product-description,
html.dark-mode .section-subtitle,
html.dark-mode .card-text,
html.dark-mode .feature p,
html.dark-mode .email,
html.dark-mode .chat-email,
html.dark-mode .chat-preview {
    color:#aeb6ca !important;
}

html.dark-mode .nav {
    border-color:#252d46 !important;
}

html.dark-mode .links a,
html.dark-mode .nav-links a {
    color:#edf0fa !important;
}

html.dark-mode .topbar {
    background:#070b18 !important;
}

html.dark-mode .sidebar {
    background:#080c1b !important;
}

html.dark-mode .menu a {
    color:#dce1f0 !important;
}

html.dark-mode .menu a:hover,
html.dark-mode .menu a.active {
    background:#202744 !important;
}

html.dark-mode .product {
    background:#151b30 !important;
    color:#f5f7ff !important;
}

html.dark-mode .category {
    color:#9a72ff !important;
}

html.dark-mode input,
html.dark-mode textarea,
html.dark-mode select {
    background:#11172a !important;
    color:#fff !important;
    border-color:#303852 !important;
}

html.dark-mode input::placeholder,
html.dark-mode textarea::placeholder {
    color:#7f879e !important;
}

html.dark-mode .coming {
    background:#11172a !important;
    border-color:#2a324b !important;
    color:#aeb6ca !important;
}

html.dark-mode .chat-item {
    border-color:#2a324b !important;
}

html.dark-mode .chat-item.unread {
    background:#251923 !important;
    border-color:#ff3158 !important;
}

html.dark-mode .footer {
    background:#070b18 !important;
}

html.dark-mode table {
    color:#f5f7ff !important;
}

html.dark-mode th,
html.dark-mode td {
    border-color:#2a324b !important;
}

html.dark-mode .placeholder {
    background:#202640 !important;
}