.dark-mode {
    background-color: var(--main-dark-mode-color);
    color: var(--white-color);
}
/* .dark-mode h1, */
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode li,
.dark-mode p,
.dark-mode li,
.dark-mode span,
.dark-mode i{
    color: var(--white-color);
}

.dark-mode .text-black-50{
    color: var(--white-color) !important;
}
.dark-mode .date-input-container input{
    filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(2%) hue-rotate(229deg) brightness(103%) contrast(100%);
}
.dark-mode .news-controls .primary-black{
    color: var(--white-color) !important;
}
