.news-rmtv .single_post_text {
    padding: 20px 0;
}

.dark-theme .single_post_text .meta2 {
    font-size: 11px;
    color: #999;
}

.dark-theme .news-tags ul li a{
     border: none;
     background: #233340;
}

.cpagination .active a {
  color: #fff;
  background: #C2272D;
}

.dark-theme .side-news-trending .tags li a {
    border: none;
}

.news-title-rubrik h4 a{
    border: 1px solid #C2272D;
    background: #C2272D;
    color: #FFFFFF;
    width: unset;
    border-radius: 16px;
    padding: 2px 7px;
    opacity: 1;
	font-weight: normal;
}

.bridcrumb .white {
	color: #FFF;
}

.side-news-terkini .widgets_small {
    padding-left: 60px;
    min-height: 36px;
}

.side-news-trending ul li {
    margin: 3px;
}

.dark-theme .tags li a {
    border-radius: 10px;
}
  
.side-news-terkini .widgets_small .post_img img {
    width: unset;
}

.side-news-terkini .author img {
    padding: 0px;
}

.side-news-terkini .author .author_img {
	border: none;
}

.post_img.number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9EAEB;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -30px;
    left: 0;
}

.side-news .img_wrap {
	border-radius: 5px;
}

.side-news span.tranding {
	border: 1px solid #fff;
	line-height: 20px;
}

.footer .copyright {
    margin-top: 0px;
}

.footer .cta {
    padding: 20px 0 20px;
}

.dark-theme .footer-link a{
  color: #FFF ;
  font-weight: bold;
  font-size: 18px;
}

.dark-theme .footer-link ul {
    padding: 0;
}

.dark-theme .footer-link ul li {
  display: inline-block;
  margin: 10px 25px;
}

.dark-theme .footer-share {
    margin-bottom: 4vh;
}

.dark-theme .footer-logo {
    margin-bottom: 4vh;
}

.dark-theme .footer_networks {
    text-align: center;
    margin-top: 14px;
}

.dark-theme .footer_networks-inner {
    width: 70%;
    display: inline-block;
}

.dark-theme .footer_networks ul{
    padding: 0;
}

.align-center {
	text-align: center;
}

.dark-theme .footer_networks ul li{
  display: inline-block;
  margin: 0 10px;    
}

.dark-theme .footer_networks a{
	color: #FFF;
    font-weight: normal;
    font-size: 21px;
    line-height: 34px;
    text-transform: uppercase;
}

.footer .copyright p {
    text-align: center;
}

.galeri-other .widget-title {
    color: #c2272d;
}

.galeri-other .single_post_text .meta4 a {
	border: 1px solid #C2272D;
    background: #C2272D;
    color: #FFFFFF;
	width: unset;
    border-radius: 16px;
	padding: 0 5px;
	opacity: 1;
}

.galeri-other .single_post_text a {
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.newsprk_nav li a {
    padding: 8px 3px;
    font-weight: bold;
}

.side-news ul li {
    width: 50%;
}

.dark-theme .side-news ul li a.active {
    font-size: 18px;
	background-color: #c2272d;
}

.tags ul li {
    width: unset;
	border-radius: 16px;
}

.dark-theme .single_comment a, .dark-theme .news-editor a {
    color: #FFFFFF;
}

.dark-theme .translate_text, .dark-theme .translate_text a {
    color: #FFFFFF;
}

.dark-theme .navbar {
  background: #0d1922;
  z-index: 1;
}
.dark-theme .nav__item a {
    padding: 1px 2px 0px 7px;
    font-size: 1em;
    color: #FFF;
}

.white_bg_fix {
    background-color: #FFF;
}

@media (max-width: 767px) {
    .dark-theme .logo {
        padding: 13px 0 25px;
    }

 .dark-theme .logo-rubrik {
        padding: 10px 0;
        margin: 0;
    }

}

.logo-rubrik {
    padding: 10px 0;
    margin: 0;
}

.dark-theme .topbar .social1 ul li a {
  color: #FFF;
}

.dark-theme .trending_tag_div a {
    color: #FFF;
}

.dak-theme .trancarousel_area .trancarousel_item a {
    color: #FFF;
}

.dark_bg .trancarousel_area .trancarousel_item a {
    color: #FFF;
}

.button-default {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: auto;
    /* min-width: 32px;
    height: 32px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: transparent;
    background: transparent;
    padding: 0 7px;
    cursor: pointer;
}

.button-theme {
    color: #ebc400;
    display: inline-block;
}

.dark-theme .button-theme {
    color: #FFF;
}

.button-theme-desktop {
    color: #ebc400;
    display: inline-block;
}

.dark-theme .button-theme-desktop {
    color: #FFF;
}

.light-theme .menu_right {
  display: flex;
  align-items: center;
  /* justify-content: flex-end; */
}

.light-theme .menu_right > div {
  position: relative;
  z-index: 2;
  padding-right: 15px;
}
.light-theme .menu_right > div:after {
  position: absolute;
  content: "";
  height: 25px;
  width: 2px;
  background: #B9BCBF;
  right: -2px;
  top: 50%;
  margin-top: -12.5px;
}
.light-theme .menu_right > div:last-child {
  padding-right: 0;
}
.light-theme .menu_right > div:last-child:after {
  display: none;
}

/* Swithc */

/* Hide the default checkbox */
.night-mode-checkbox {
  display: none;
}

/* Style the label as the switch track */
.night-mode-label {
  display: inline-block;
  width: 35px; /* Width of the switch */
  height: 18px; /* Height of the switch */
  background-color: #ccc; /* Light mode track color */
  border-radius: 15px; /* Rounded corners for the track */
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease; /* Smooth transition for background */
  margin-bottom: 0;
  vertical-align: sub;
}

/* Style the switch thumb (the movable circle) */
.night-mode-label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px; /* Size of the thumb */
  height: 15px; /* Size of the thumb */
  background-color: #fff; /* Thumb color */
  border-radius: 50%; /* Make it a circle */
  transition: transform 0.3s ease; /* Smooth transition for thumb movement */
}

/* Styles when the checkbox is checked (night mode) */
.night-mode-checkbox:checked + .night-mode-label {
  background-color: #555; /* Dark mode track color */
}

.night-mode-checkbox:checked + .night-mode-label::before {
  transform: translateX(17px); /* Move thumb to the right */
  background-color: #eee; /* Dark mode thumb color */
}

/* Optional: Add styles to the body based on night mode */
body {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* body.dark-mode {
  background-color: #222; 
  color: #eee; 
} */