
:root {
    --main-dark-color: rgb(28, 28, 33);
    --secondary-dark-color: #242429;
    --main-pink-color: rgb(239, 82, 140);
}
.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6{
    color: var(--main-pink-color);
}
.dark-mode,.dark-mode .primary_bg,.dark-mode .dark_bg{
    color: var(--main-pink-color);
    background-color: var(--main-dark-color) !important;
}
.dark-mode .dark_bg2,.dark-mode .comment-reactions{
    background-color: var(--secondary-dark-color) !important;
}
.dark-mode .news-content p{
    color: #ccc;
}

.dark-mode a, .dark-mode .author-date{
    color: #ccc;
}

.dark-mode .subscribe-btn,.dark-mode ._1Uq6S{
    border-color: var(--main-pink-color);
}
.dark-mode .btn-outline-white,.theme-3.dark-mode .temp_wap p,
.theme-3.dark-mode h3.temp_count,.dark-mode .fullwidth .single_post_text h4 a,
.theme-3.dark-mode .full-width-second-section-text a,.theme-3.dark-mode .newsprk_nav li a,
.dark-mode .menu-toggle-btn,.dark-mode .single_post_text h4 a,
.dark-mode .post_type3 .single_post_text .post-p,.dark-mode .single_international a,
.theme-3.dark-mode .international_news .single_international a,.theme-3.dark-mode .trancarousel_area .trancarousel_item a,
.dark-mode ._3A3dM a,.dark-mode ._3VJka a,.dark-mode .post_type6.mano a h2,
.dark-mode .single_post_text a,.theme-3.dark-mode .video4_list a{
    color: var(--main-pink-color);
}
.dark-mode ._2Wsmd::after,.dark-mode ._2Wsmd::before,.dark-mode ._2Wsmd em{
    background-color: var(--main-pink-color);
}
.theme-3.dark-mode .newsprk_nav li a:hover{
    color: #fff;
}
input:checked + .slider{
    background-color: var(--main-pink-color);
}
.dark-mode .divider span{
    color: #ef518b;
}
