/* Navbar */
.dark-mode .navbar .nav-link,
.dark-mode .search-button,
.dark-mode .search-button i,
.dark-mode .section-title h2,
.dark-mode .brief-card,
.dark-mode .section-read-more a,
.dark-mode .eco-table-section p,
.dark-mode .eco-table-section th,
.dark-mode .eco-table-section td,
.dark-mode .footer-social-container i,
.dark-mode .footer-item h3 {
    color: var(--white-color) !important;
}
.dark-mode .navbar .nav-link picture img,
.dark-mode .footer-item-header img,
.dark-mode .navbar .logo img {
    filter: var(--white-filter);
}
.dark-mode .category {
    color: var(--white-color);
    opacity: .5;
}
.dark-mode .most-read-title {
    color: var(--white-color) !important;
    border-bottom: .25rem solid var(--white-color) !important;
}
.dark-mode .most-read-bg,
.dark-mode .eco-table-section,
.dark-mode .eco-table-section table,
.dark-mode .slider-container-with-arrow .fa-chevron-left,
.dark-mode .slider-container-with-arrow .fa-chevron-right,
.dark-mode .main-footer-container {
    background-color: var(--secondary-dark-color) !important;
}
.dark-mode .most-read-paragraph {
    border-bottom: 1px solid rgb(255 255 255 / 14%);
}
.dark-mode .image-boder-primary {
    border: 2px solid rgb(255 255 255 / 50%);
}
.dark-mode .footer-border {
    border-color: var(--white-color);
}
.dark-mode .footer-bottom {
    background-color: var(--primary-dark-color);
}
.dark-mode .border-align-primary::before {
    background-color: var(--white-color);
}
.dark-mode .border-bottom-primary {
    border-color:  rgb(255 255 255 / 30%);;
}
.dark-mode .trending-btn  {
    background-color: var(--primary-color);
}
