:root {
    --main-dark-color: rgb(28, 28, 33);
    --secondary-dark-color: #242429;
    --main-pink-color: rgb(239, 82, 140);
    --main-blue-color: #003E6F;
    --main-red-color: #993131;
}

.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6{
    /*color: var(--main-blue-color);*/
    color: white !important;
}
.dark-mode li, .dark-mode label, .dark-mode p, .dark-mode .above-game a{
    color: white;
}
.dark-mode,.dark-mode .primary_bg,.dark-mode .dark_bg{
    color: var(--main-blue-color);
    background-color: var(--main-dark-color) !important;
}
.dark-mode .dark_bg2,.dark-mode .comment-reactions, .dark-mode #news-content.newsCaption, .dark-mode .singleDetail blockquote{
    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-blue-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-blue-color);
}
.dark-mode ._2Wsmd::after,.dark-mode ._2Wsmd::before,.dark-mode ._2Wsmd em{
    background-color: var(--main-blue-color);
}
.theme-3.dark-mode .newsprk_nav li a:hover{
    color: #fff;
}
input:checked + .slider{
    background-color: var(--main-blue-color);
}
.dark-mode .divider span{
    color: #ef518b;
}

.dark-mode .veg-card {
    background: #242429;
}

/*********************************************************************/

.dark-mode .mainMenuHeader, .dark-mode .bg-white, .dark-mode .trendingNews .trendingTitle, .dark-mode .uk-close{
    background: var(--main-dark-color) !important;
}

.dark-mode .bg-theme-blue, .dark-mode .trendingNews, .dark-mode .uk-offcanvas-bar, .dark-mode .search_icon, .dark-mode .newsListBox, 
.dark-mode .breakingNews-box, .dark-mode .leftSideBlock .card, .dark-mode .newsItemBg, .dark-mode .bgSide, .dark-mode .sideBarCol .card, 
.dark-mode .sideBarCol .card .card-header, .dark-mode .dropdown1-body, .dark-mode .utilities-sidebar .card-body{
    background: var(--secondary-dark-color ) !important;
}

.dark-mode .trendingNews .trendingTitle, .dark-mode .trendingNews a, .dark-mode .uk-offcanvas-bar a, .dark-mode .newsItem-Info p,
.dark-mode .lead, .dark-mode .btmNews-Col p, .dark-mode .bigTitleCol .newsCircleListInfo p, .dark-mode .sideBarSmall p, .dark-mode .newsItem-Header p, 
.dark-mode .breakingNews-box p, .dark-mode .sideBarCol .card p, .dark-mode .singleContent, .dark-mode .dropdown1-list li a,
.dark-mode .date-options label, .dark-mode .ptu p, .dark-mode .utp p, .dark-mode .rtu p, .dark-mode .leftSideBlock h1, .dark-mode .leftSideBlock-Title h1, .dark-mode .crime-content p{
    color: #fff !important;
}

.dark-mode .mainMenuHeader{
    border: none;
}

.dark-mode .uk-offcanvas-bar .uk-list-divider>li:nth-child(n+2){
    border-color: transparent;
}

.dark-mode .breakingNews-box{
    border-color: var(--secondary-dark-color);
    box-shadow: 0px 0px 10px var(--secondary-dark-color)
}

.dark-mode .titleColor, .dark-mode .breakingNews-list a:hover, .dark-mode .breakingNews-list a:hover .breakingNews-box h2, .dark-mode .newsStories a:hover, .dark-mode .imgHover a:hover .newsTitle, .dark-mode .authorDetails a:hover, .dark-mode .sideBarCol a:hover h3{
    color: var(--main-red-color);
}

.dark-mode .noBg{
    background: transparent !important;
}

.dark-mode .leftSideBlock .card-body{
    border-color: var(--main-dark-color) !important;
}

.dark-mode .imgHover a:hover .newsTitle, .dark-mode .titleColor{
    color: #e87373 !important;
}

.dark-mode .searchbarr .search_input{
    color: #000 !important;
}

.dark-mode .searchbarr{
    background-color: white;
}

.dark-mode .searchbarr .search_icon {
    background: var(--main-blue-color) !important;
}