    .populer a {  color: rgba(255,255,255,1); }
.daftarvideo {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 250px;
    margin: 3px;
    padding: 0 0 3px;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font: normal normal bold 16px / 1 "Trebuchet MS", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(45, 45, 45, 1);
    -webkit-box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 7px 2px rgba(0, 0, 0, 0.2);
}
.infochap {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 75px;
  height: 16px;  
  Float:left;
  margin: 9px 0 0;
  padding: 6px 2px 2px 2px;
  border: none;
  -webkit-border-radius: 0 7px 7px 0;
  border-radius: 0 7px 7px 0;
  font: normal 12px/1 "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #000000;
}

.rating {
  position: relative;
  appearance: none;
  color: #ced4da;
  width: auto;
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
}

.rating::before {
  content: '★★★★★';
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0,0,0,0.2);
  background: linear-gradient(90deg, gold var(--percent), rgba(0,0,0,0.2) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nomorrating{
font: normal normal 11px / 1 "Trebuchet MS", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 1);
}


.depankecil {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100px;
  margin: 3px;
  padding: 0 0 3px;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font: normal normal bold 16px/1 "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
background: rgba(45,45,45,1);
  -webkit-box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.2) ;
  box-shadow: 4px 4px 7px 2px rgba(0,0,0,0.2) ;
}
.chapterkecil {
  display: inline-block;
  float:left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 45px;
  height: 14px;
  margin: 9px 20px 0 0;
  padding: 3px 1px 1px 1px;
  border: none;
  -webkit-border-radius: 0 20px 20px 0;
  border-radius: 0 7px 7px 0;
  font: normal 12px/1 "Trebuchet MS", Helvetica, sans-serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #029969;
}





/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

 .scrollable-container {
        overflow-x: auto;  /* atau overflow-x: scroll; */
        width: 100%; /* Atur lebar area scroll */
        height: 200px;  /* Atur tinggi area scroll */
        white-space: nowrap; /* Menghindari teks dari membalut */
        /* Tambahkan styling lain sesuai kebutuhan */
    }

    .scrollable-content {
        display: inline-block; /* Membuat konten tidak membalut */
        padding: 1px;  /* Tambahkan padding agar konten terlihat lebih rapi */
        /* Tambahkan styling lain sesuai kebutuhan */
    }
    
/*css3 design scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {      
    background: #666;    
}
 
::-webkit-scrollbar-thumb {
    background: #232323;
}
    
.populer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 130px;
  padding: 9px 6px 0;
  border: none;
  -webkit-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
  font: normal normal bold 16px/1 "Lucida Console", Monaco, monospace;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #a00000;
}    
    
 .garis {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 2px;
  padding: 9px 6px 0;
  border: none;
  font: normal normal bold 16px/1 "Lucida Console", Monaco, monospace;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #a00000;
}   


.paging {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
  margin: 2px;
  padding: 10px 13px 10px 10px;
  border: none;
  font: normal normal bold 16px/normal "", Times, serif;
  color: rgba(255,255,255,0.9);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #bf000c;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) ;
  text-shadow: -1px -1px 0 rgba(15,73,168,0.66) ;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.page<?php echo $halaman; ?> {  background: #000;}
