body{
  font-family: "roboto", sans-serif;
  color: #555555;
}

@media (min-width: 1200px) {
    .container{
        max-width: 980px;
    }
}
a{
  color: #30302f;
  outline: none;
  text-decoration: none;
}
.bacajuga{
  margin: 5px 20px;
  padding: 10px;
  border-left:4px solid rgb(9,174,156);
}
.bacajuga a{
  color: rgb(9,174,156);
}
input[type="text"] {
    box-sizing: border-box;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .3rem !important;
  padding-left: .3rem !important;
}
.footer-section{
  color: rgb(9,174,156); !important;
  background: #fefefe;
  border-top: 1px solid rgba(9,174,156,0.15);
  padding-bottom: 50px !important;
  padding-top: 30px !important;
    box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 55px 50px;
  clear: both;
  overflow: hidden;
}

.footer-distributed a{
  text-decoration: none;
  color: rgb(9,174,156); !important;
  text-align: left;
  padding: 5px;
display: block;
font-size: 12px;
text-transform: capitalize;
}
.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: rgb(9,174,156); !important;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
}


.navbar-sahabat{
background: rgb(9,174,156); !important;

}
.navbar-sahabat .dropdown-menu a{
  color: #000 !important;
}
.navbar-sahabat a{
  color: #fff !important;
}
.navbar-sahabat a:hover{
  color: #c81e23 !important;
  transition: transform .5s ease;
}
.sahabatnavbar .logo{
  display:none;
}
ul.ulmainmenu{
    margin-bottom: 0rem !important;
}
ul.ulmainmenu li.active{
  background-color: rgb(255,255,255); !important;
  
}
ul.ulmainmenu li.active a{
  color: rgb(9,174,156); !important;
  }
.main-title{
  
  font-family: "Roboto",Arial,Tahoma;
  font-size: 32px;
  font-weight: 700;
  color: rgba(43,43,43,0.9);
  margin-top: 12px;
}
.entry-title {
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 24px;
  line-height: 30px;
}

ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  
}
 ul > li {
  padding-right: 2px;
}
.roboto{
  font-family: "Poppins", sans-serif;
}
.roboto-14{
  font-family: "roboto", sans-serif;
  font-size: 14px;
}
.roboto-12{
  font-family: "roboto", sans-serif;
  font-size: 12px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom img{
   transition: transform .5s ease;
}
.img-hover-zoom:hover img{
   transform: scale(1.1);
}
/* Search */
.sahabat-top{
  display: block;
  clear: both;
  overflow: hidden;
}
  .wrapper {
    position: relative;
    display: flex;
    min-width: 400px;
  }
.search-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
  }

  .clear-icon {
    position: absolute;
    top: 10px;
    right: 8px;
    width: 10px;
    cursor: pointer;
    visibility: hidden;
  }
  .search {
    border: 1px solid #dcdedc;
    border-radius: 10px;
    width: 100%;
    min-width: 400px;
    padding: 2px 23px 2px 30px;
    outline: 0;
    background-color: #f5f5f5;
  }
  .search:hover, .search:focus {
    border: 1.5px solid #009688;
    background-color: white;
  }

/* Search */

/* Menu Slider */
.menu-sidebar{
  top: 40px;
  left: -350px; 
  position: fixed;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 500px;
  padding: 0 20px;
  transition: all .5s ease;
  overflow-y: auto;
  scrollbar-color: #09ae9c #145369;
  scrollbar-width: thin;
  z-index: 2005;
}
.menu-sidebar header{
  font-size: 22px;
text-align: center;
line-height: 44px;
user-select: none;
background-color: white;
font-weight: 500;
}


.menu-sidebar ul{
  display: flex;
  list-style: none;
flex-flow: row wrap;
align-content: flex-start;
justify-content: space-between;
padding: 0;
}
.menu-sidebar ul > li {
  width: 50%;
  padding: 0;
  margin: 0 0 0px 0;
}
.menu-sidebar ul li {
  position: static;
  margin: 0;
}
.sahabat_menu_icon {
  width: 23px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 5px;
}
.sahabat_menu_icon img {
  vertical-align: top;
  height: 23px;
}
.menu-sidebar ul > li a {
  text-decoration: none;
  color: #555;
  font: 600 12px/24px "Roboto",sans-serif;
  font-weight: 600;
  font-weight: normal;
  color: #6a6a6a;
  display: block;
  position: relative;
}
.menu-sidebar ul li a:hover {
  background-color: #f8f8f8;
}
/*
.menu-sidebar ul a{
  display: block;
  height: 100%;
  width: 100%;
  line-height: 20px;
  font-size: 20px;
padding-left: 40px;
box-sizing: border-box;
border-top: 1px solid rgba(255, 255, 255, .1);
border-bottom: 1px solid #000;
transition: .4s;
}
.menu-sidebar ul li:hover a{
  padding-left: 50px;
}
.menu-sidebar ul li i{
  margin-right: 16px;
}
*/
#chkmenu{
  display: none;
}
label #btn, label #cancel{
  position: relative;
  cursor: pointer;

}
label #btn{
    display: inline-block;

  visibility: visible;
  font-size: 12px;
  
}
label #btn i, label #cancel i{
  padding: 5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  color: #fff;
  background-color: #9bcca8;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
}
label #cancel{
display: none;
visibility: hidden;
 font-size: 0px;
}
#chkmenu:checked ~ .menu-sidebar{
  left: 0;
}
#chkmenu:checked ~ label #btn{
  display: none;
  visibility: hidden;
  pointer-events: none;
  font-size: 0px;
}
#chkmenu:checked ~ label #cancel{
  display: inline-block;
  visibility: visible;
  font-size: 12px;
}
/* Menu Slider */
img.logo{
  max-width: 300px;
  margin: 5px 0;
}
 .headline-news .carousel-control-prev,.headline-news .carousel-control-next{
  display: none !important;
  visibility: hidden;
  height: 0;
 }
 /* bagian online TV */
 ul.livesearch li{
  width: 100px;
}
 ul.livesearch li a.nav-link{
  background-color: #cd1f43;
      border-radius: 3px;
      padding: 4px;
      margin: auto;
      color: #fff !important;
      font-size: 18px;
      font-weight: bold;
}
.live-box{
  text-align: center;
  padding: 2px;
}
.live-box span{
  display: block;
}
.live-box span::before{
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  display: inline-block;
  background: #fff;
  margin-right: 5px;
  animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
  0%, 100%{
    opacity: 0;
  }
  40%, 70%{
    opacity: 1;
  }
}
/* Untuk Halaman Depan */
.headline-news, .headline-r2{
  position: relative;  
}

.headline-news .sahabat_tanggal{
 position: absolute;
top: 10px;
right: 16px; 
padding: 10px;
color: #fff;
}

.headline-news .headline-items{
  position: absolute;
  width: 100%;
  padding: 10px;
  color: white;
  min-height: 176px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.statistik-count{
  position: absolute;
  bottom: -15px;
  padding-bottom: 5px;
}




.headline-r2 .headline-items{
  position: absolute;
  width: 100%;
  padding: 10px;
  min-height: 94px;
  color: white;
   background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}
.headline-r3 .headline-items{
  position: absolute;
  width: 100%;
  padding: 10px;
  min-height: 94px;
  color: white;
   background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}


.single-post-area hr{
  color:#fff !important;
}



.headline-r2 .ul-items{
  position: absolute;
  top: 73%;
  width: 100%;
  min-height: 80px;
  padding-right: 10px;
  color: white;
}



article ul >li{
  padding-right: 10px;
}
.sc-100{
  height: 100px;
}
.sc-200{
  height: 200px;
}
.sc-300{
  height: 300px;
}
.sc-400{
  height: 400px;
}
.sc-500{
  height: 500px;
}
.sc-600{
  height: 600px;
}
.top45{
  top:45%;
}
.top50{
  top:50%;
}
.top55{
  top:55%;
}
.top60{
  top:60%;
}
.top65{
  top:65%;
}
.top70{
  top:70%;
}
.sidebar-kanan{
  background: #fff;
border-radius: 0px !important;
scrollbar-color: #09ae9c #145369;
scrollbar-width: thin;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sidebar-header{
  border-left: 10px solid #145369;
  padding-left: 10px;
  
}
.sidebar-header .headertxt{
  font-size: 14px;
  font-weight: bold;
}
.sidebar-header .headernext{
  font-size: 14px;
  font-family: "Roboto";
}
.sidebar-content{
  padding: 10px;
  
}

.sidebar-top-content img{
  width: 100%; /* You can set the dimensions to whatever you want */
    height: 100px;
    object-fit: cover;
}
/* Untuk Halaman Depan */
/* Untuk Video */
.h1-title {
  font-family: "Roboto","Arial",sans-serif;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-weight: 400;
  max-height: 5.2rem;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;

}
.video-time{
  position: absolute;
  font-size: 0.75rem;
  top: 3%;
  right: 15%;
  padding: 2px;
  color: white;
  background-color: #454545;
}
.video-desc  .video-title{
  font-size: 1.2rem;
  line-height: 2.6rem;
  font-weight: 500;
  white-space: normal;
  color: #555;
}
.text-shadow{
  text-shadow: 1px 1px 2px #000000;
}

.info-text{

font-size: 0.8rem;
line-height: 1.2rem;
font-weight: 400;
color: #999;
}
.blog_details{
  font-size: 14px;
  line-height: 1.7;
  color: #282828;
  margin-top: 12px;
}
.blog_details img{
  width: 100%;
}
.blog_details iframe {  
  width: 100%; height: 100%; 
}
.blog_details h1,.blog_details h2{
  font-size: 20px;
}
figcaption {
  font-size: .875em;
  color: #757575;
}
.lbl-text{
  background: rgb(9,174,156);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 10px;
  margin-left: 5px;
  border-radius: 5px;
}
.text-utama{
font-size: 1.8rem !important;
}
.text-judul-kedua{
font-size: 14px !important;
font-weight: 550;
line-height: 1.5 !important;
overflow: hidden;
-webkit-line-clamp: 3;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.btn-share:hover {
    cursor: pointer;
}

/* Untuk Video */
/* Untuk Label */
/* === HEADING STYLE #3 === */
.lblTitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.lblTitle:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 30%;
  background-color: rgb(9,174,156);
}
.lblTitle:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 100%;
  background-color: rgb(9,174,156);
}
.video-txt, .text-body{
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.socialShareLinks a {  
  display: inline-block;
  text-decoration: none;
  padding: 7px;
}
.socialShareLinks a.facebook{  
  color: #4267B2;
}
.socialShareLinks a.twitter{  
  color: #1DA1F2;
}
.socialShareLinks a.linkedin{  
  color: #0072b1;
}
.socialShareLinks a.mail{  
  color: #d34836;
}
.socialShareLinks a.wa{  
  color: #25D366;
}

.socialShareLinks a i:hover{
  color: black;
}
.item-bg{
  background-color: #E7E7E7;
    border-radius: 9999px;
    display: inline-block;
    margin-bottom: 0.75rem;
    margin-right: 0.75rem;
    padding: 0.25rem 1.5rem;
}
#social-links ul li {
          display: inline-block;
     } 
     #social-links ul li a {
          border-radius: 5px;
          font-size: 20px;
          padding: 5px;
     }
     #social-links .fa-facebook{
           color: #0d6efd;
     }
     #social-links .fa-twitter{
           color: deepskyblue;
     }
     #social-links .fa-linkedin{
           color: #0e76a8;
     }
     #social-links .fa-whatsapp{
          color: #25D366
     }
     #social-links .fa-reddit{
          color: #FF4500;;
     }
     #social-links .fa-telegram{
          color: #0088cc;
     }
     #social-links .fa-youtube{
          color: #ff0000;
     }
     #social-links .fa-linkedin-in{
          color: #0e76a8;
     }
    ul.sosmedlink li a{

  width:30px;
  height:30px;
  display:block;
  text-align:center;
  border-radius: 50% !important;
  margin: 0 5px;
  padding: 6px 0;
  font-size: 16px !important;
  box-sizing: border-box;
  text-decoration:none;
  box-shadow: 0 10px 15px rgba(0,0,0,0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: .5s;
    }
  /* Untuk Kanal */
  .konten-kanal{
      height: auto !important;
      padding-bottom: 0px !important;
  }
  .info-kanal{
    display: inline-block;
    float: left;
  }
  .nama-kanal{
    font-size: 13px;
    padding-left: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #282828;
  opacity: 0.9;
  }
  .tanggal-kanal{
    font-size: 12px;
line-height: 19px;
margin-bottom: 5px;
color: #9d9d9d;
  }
  .sport{
    border-left: 5px solid #80c178;
  }
  .finance{
    border-left: 5px solid #0005C1;
  }
  .bisnis{
    border-left: 5px solid #00aeef;
  }
  .news{
    border-left: 5px solid #d2232a;
  }
  .showbiz{
    border-left: 5px solid #d2232a;
  }
  .lifestyle{
    border-left: 5px solid #93c889;
  }
  .tekno{
    border-left: 5px solid #25408f;
  }
  .otomotif{
    border-left: 5px solid #fcb965;
  }
  .bola{
    border-left: 5px solid #41ad49;
  }
  .kamutau{
    border-left: 5px solid #949698;
  }
  .nusantara{
    border-left: 5px solid #fdb717;
  }
  

/* Untuk Komentar */
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}
button:hover,
button:focus,
button:active {
    cursor: pointer;
    background: rgb(9,174,156);
}
.comment-thread {
    max-width: 100%;
    margin: auto;
    padding: 0 30px;
    background-color: #fff;
    border: 1px solid transparent; /* Removes margin collapse */
}
.comment-thread input:hover{
  color:#000;
}
.m-0 {
    margin: 0;
}
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Comment */

.comment {
    position: relative;
    margin: 20px auto;
}
.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}
.comment-voting {
    width: 30px;
    height: 30px;
     font-size: 10px;
}
.comment-voting button {
    display: block;
    width: 100%;
    height: 50%;
    padding: 0;
    border: 0;
    font-size: 10px;
}
.comment-info {
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}
.comment-info p{
  font-size: 12px;
}
.comment-author:hover {
    text-decoration: underline;
}
.replies {
    margin-left: 20px;
}

/* Adjustments for the comment border links */

.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 12px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}
.replies {
    margin-left: 28px;
}

/* Adjustments for toggleable comments */

details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}
details.comment summary::-webkit-details-marker {
    display: none;
}
details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}
details.comment[open] .comment-heading::after {
    content: "Sembunyikan";
}
details.comment:not([open]) .comment-heading::after {
    content: "Tampilkan";
}

/* Adjustment for Internet Explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* Resets cursor, and removes prompt text on Internet Explorer */
    .comment-heading {
        cursor: default;
    }
    details.comment[open] .comment-heading::after,
    details.comment:not([open]) .comment-heading::after {
        content: " ";
    }
}
  /* Untuk Komentar */
  #dynamicModal .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}
.paging-area{
  background-color: #efefef;
  padding: 20px 10px 0px 10px;
}
/* Untuk Paging */
.sahabat-paging a, .page-item a{
  font-size: 11px !important;
}
.sahabat-paging a.next{
  display: none;
}
.page-item.active .page-link{
        z-index: 3;
        color: #fff !important  ;
        background-color: rgb(9,174,156); !important;
        border-color: #00ACD6 !important;
        border-radius: 50%;
        padding: 6px 12px;
    }
    .page-link{
        z-index: 3;
        color: #00ACD6 !important;
        background-color: #fff;
        border-color: #007bff;
        border-radius: 50%;
        padding: 1px 8px !important;
    }
    .page-item:first-child .page-link{
        border-radius: 30% !important;
    }
    .page-item:last-child .page-link{
        border-radius: 30% !important;   
    }
    .pagination li{
        padding: 3px;
    }
    .disabled .page-link{
        color: #212529 !important;
        opacity: 0.5 !important;
    }
/* Untuk Paging */
/* Iklan */
.adsfloatleft{
  display: block;
  position: relative;
  float: left;
  top:-100px;
  max-width: 250px!important;
  overflow: hidden;
}
.adsfloatright{
  display: block;
  position: relative;
  float: right;
  top:-100px;
  max-width: 250px!important;
}
/*iklan*/
/* Untuk PopupVideo */
.popup{
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.3);
      position: fixed;
      opacity: 0;
      transition: all .2s ease-in;
      z-index: 10000;
    }
.popup__content{
      width: 300px;
      text-align: center;
      position: relative;
      margin: 20vh auto;
    }

    .popup__image{
      width: 100%;
      margin-bottom: 15px;
    }

    .popup__dismiss{
      position: absolute;
      top: 0;
      right: 0;
      width: 25px;
    }

    .popup--show{
      opacity: 1;
    }

    .popup--close{
      display: none;
      transition: all .2s ease-out;
    }

/* Untuk PopupVideo*/
.thumbimage {
  object-fit: cover;
   overflow: hidden;
   height: 15vh; 
   width : 30vw;
}
/* streaming */
.vs_display {
    background: #e9ecef!important;
}
.vs_display h5{
  color:#12133d;
  text-align: center;
  padding: 25px;
}
.logo_grid{
  padding-left: 20px;
}
.tvlain{
  padding: 10px!important;
  text-align: center!important;
  margin: 0 auto;
}
.tvapp{
  margin: 0 auto;
}
.ke-141 {
  background: rgba(255,255,255,0.8) !important;
  box-shadow: 5px 5px 0 0 #dee2e6 !important;
  margin-bottom: 10px;
}

/* Streaming */