[data-theme="dark"] {
    background-color: #111 !important;
    color: #eee;

}

/* [data-theme="dark"] a {
    color: white !important;
} */


[data-theme="dark"] .nav-active{
    color: red !important;
  }

  
[data-theme="dark"] a:hover {
    color: white !important;
}

[data-theme="dark"] .mobile-menu-label {
    color: white !important;
}

[data-theme="dark"] .text-dark {
    color: white !important;
}

[data-theme="dark"] ._2pi8 {
    color: white !important;
}

[data-theme="dark"] .logo-white {
    display: inline-block !important;
}

[data-theme="dark"] .logo-color {
    display: none !important;

}

[data-theme="dark"] .comment-form {
    background-color: #222 !important;

}

[data-theme="dark"] .page-link {
    background-color: #111 !important;

}

[data-theme="dark"] .bg-dark {
    background-color: #222 !important;

}

[data-theme="dark"]  .category-heading span { 
    background:#111 !important; 
    color:red !important;
}

[data-theme="dark"]  .post-category-heading span { 
    background:#111 !important; 
    color:red !important;
}



[data-theme="dark"] .card-body {
    background-color: #111 !important;
}


[data-theme="dark"] .bg-light {
    background-color: #333 !important;
}

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

[data-theme="dark"] .bg-black {
    background-color: #eee !important;
}




[data-theme="dark"] #overlay {
    position: fixed;
    /* Sit on top of the page content */
    display: block;
    /* Hidden by default */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    pointer-events: none;
    /*cursor: pointer;  Add a pointer on hover */
}
