* {
	box-sizing: border-box;
	resize:none;
	outline:none;
	border:0 !important;
}
	iframe {
  max-width:100% !important;
  overflow:none !important;
}
.clearfix:before,
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
    *zoom: 1;
}

body {
  background:#2f2f2f;
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-variation-settings: normal;
	font-optical-sizing: auto;
	font-weight: 400;
	font-size: 16px;
	font-feature-settings: normal;
	font-style: normal;
	font-variant: normal;
	margin: 0;
	padding: 0;
	color: #e7e7e5;
	overflow-wrap: break-word
}
a {
	color:#f80;
	text-decoration:none;
}
a:hover {
    color:#ccc;
}
a.recent-searches {
    background:#1c1c1c;
    color:#ccc;
    display:inline-block;
    margin:0 15px 10px 0;
}
a.recent-searches:hover {
    background:#373737;
    color:#f80;
}
a.waa {
    padding:4px 12px;
    border-radius:15px;
    font-size:14px;
    color:#fff;
    background:#00A776;
    display:inline-block;
    margin-top:-20px;
}
a.waa:hover {
  background: #00f5ad
}
h1,
h2,
h3 {
	line-height:normal;
	padding:0;
	margin:0;
	font-weight:600;
}
h1{
  
    font-size: 20px;
}

h2,
h3,
h4 {
    font-size: 18px;
}

.header {
	padding:20px 10px
}
.content {
    padding: 0 10px;
}
  img {
      max-width:100% !important;
  }
.center {
    text-align:center;
    justify-content:center;
}
.content-list-item {
    margin: 0;
}
.content-list-item__link {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    padding: 6px;
    background-color: #1c1c1c;
    border: 0;
    border-radius: 6px;
}
.content-list-item__link:hover {
    background-color: #6a6a6a;
}
.content-list-item__thumbnail-wrapper {
    flex: 0 0 140px;
    position: relative;
    aspect-ratio: 16/9;
    border-radius: 6px;
    overflow: hidden;
    background-color: #e7e7e7;
}
.content-list-item__thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.content-list-item__duration {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: rgb(0 0 0 / 0.7);;
    color: #ccc;
}
.content-list-item__info {
    flex: 1;
}
.content-list-item__meta {
    font-size: 0.8rem;
    color: #c2c1bb;
}
.content-list-item__title {
	color:#deddda;
    font-size: clamp(0.85rem, 2.5vw, 0.5rem);
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
img.lazyload{opacity:0;transition:opacity .5s}
img.lazyloaded{opacity:1}
img.lazyerror{
	opacity:1;
	background-color:#f1f1f1;
	object-fit:cover;
	object-position:center;
	width:100%;
	height:100%}


.content__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.pagina,
.pagination,
.pagination-container {
    display: flex;
    gap: 8px;
    margin: 20px 0 0 0;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 3px;
    border: none;
    color: #ddd;
    background: #1c1c1c;
    font-size: 0.875rem;
    font-weight: 500;
    transition: 0.2s;
    cursor: pointer;
}
.page-numbers:hover:not(.current):not(.dots) {
    background-color: #6a6a6a;
    border-color: transparent;
    color: #fff;
    transform: translateY(-2px);
}
.page-numbers.current {
    background-color: #6a6a6a;
    border-color: transparent;
    color: #fff;
    cursor: default;
    font-weight: 600;
}
.page-numbers.dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 3px;
    border: none;
    color: #ddd;
    background: #6a6a6a;
    font-size: 0.875rem;
    font-weight: 500;
    cursor:default;
}
.page-numbers-next,
.page-numbers-prev {
    min-width: 100px;
}
.page-numbers:focus-visible {
    
}

.pb-3 {
    padding-bottom: 3px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-45 {
    padding-bottom: 45px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-55 {
    padding-bottom: 55px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-65 {
    padding-bottom: 65px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.pb-75 {
    padding-bottom: 75px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
.pt-3 {
    padding-top: 3px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-35 {
    padding-top: 35px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-45 {
    padding-top: 45px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-55 {
    padding-top: 55px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-65 {
    padding-top: 65px !important;
}
.pt-70 {
    padding-top: 70px !important;
}
.pt-75 {
    padding-top: 75px !important;
}
.pt-80 {
    padding-top: 80px !important;
}
.mt-3 {
    margin-top: 3px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-45 {
    margin-top: 45px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-55 {
    margin-top: 55px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-70 {
    margin-top: 70px !important;
}
.mt-75 {
    margin-top: 75px !important;
}
.mt-80 {
    margin-top: 80px !important;
}
.mb-3 {
    margin-bottom: 3px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-55 {
    margin-bottom: 55px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-65 {
    margin-bottom: 65px !important;
}
.mb-70 {
    margin-bottom: 70px !important;
}
.mb-75 {
    margin-bottom: 75px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}


.search {
 background:#4d4d4d;
 border-radius:5px;
 display:block;
  border:0;
  padding: 0 10px;
  margin:0 10px 20px 10px;
}

.search input {
  font-size:15px;
  outline:none;
  background:#4d4d4d;
  width:80%;
  color:#fff;
  border:0;
  float:left;
  padding:10px 0;
  border-radius:3px;
}
.search input::placeholder {
  color: #b9b7b1; /* Set your desired color */
  opacity: 1;    /* Fix for Firefox default transparency */
}

.search button {
	border-radius:3px;
  float:right;
  font-size:16px;
  outline:none;
  background:transparent;
  border:0;
  color:#b9b7b1;
  cursor:pointer;
  padding:10px 10px;
  text-align:center;
  justify-content:center;
}

.search button:hover {
  color:#f80;
}
a.sourcex {
	color:#ddd;
	display:block;
	background:#1c1c1c;
	text-align:center;
	border-radius:3px;
	padding:20px;
}
a.sourcex.aktif,
a.sourcex:hover {
	background:#6a6a6a;
	color:#f80;
}
.st {
	font-size:18px
}
.sa {
	   color: #f80;
}
.footer,
.sa span {
	color:#aaa8a0
}
.footer {
	text-align:center;
	padding:20px;
	margin:20px 0;
}
#about {
	color:#c2c0bb
}

/*** Video Player ***/
a.dll {
	padding:4px 12px;
	background-color: #2f2f2f;
	color:#ccc;
	border-radius:15px;
	font-size:14px;
}
a.dll:hover {
	background:#6a6a6a;
	color:#ccc;
}
.vid {
    margin-bottom:20px;
}
.vidmeta {
	color:#999790;
	margin-top:5px;
	font-size:14px;
}
.vidfo {
	background:#1c1c1c;
	margin:0 10px 20px 10px;
	border-radius:3px;
	padding:20px 10px;
}

.video-player {
    background-color: #000;
    border-radius: 0;
    margin-top: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    max-height: 80vh;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-player__iframe {
    width: 100%;
    height: 100%;
    border: none;
}








.video-block {
    margin: 0.25rem 0.25rem 1.15rem;
}
.video-block a {
	margin: 1%;
    display: block;
}
.video-block a.tito,
.video-block p.infos,
.video-block h3.infos,
.video-block h2.infos {
    margin-top: 10px;
    font-size: 20px;
    font-weight:500;
    max-height: 40px;
    line-height: 20px;
    text-align: center;
    display: block;
    /* margin-bottom: 3px; */
    overflow: hidden;
    color: #deddda;
}
.video-block a.tito:hover,
.video-block p.infos:hover,
.video-block h3.infos:hover,
.video-block h2.infos:hover {
    color: #f80 !important;
}
.video-block div.thumb .fa-solid.fa-circle-play {
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-block div.thumb {
    
    aspect-ratio: 16/9;
    line-height: 0;
    position: relative;
    width: 100%;
    background-color: #1c1c1c;
}
.video-block div.thumb:hover {
    background-color: #6a6a6a;
}

.video-block div.thumb .fa-solid.fa-circle-play:hover{
color:#fff;
opacity: 1;
}
.video-block div.thumb,
.video-block .video-img {
    border-radius:8px;
}




.video-block .video-img {
    
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-block .video-datas {
    padding: 2px 5px;
    font-size: 12px;
    color: #c2c1bb;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.video-block .views-number {
    font-size: 15px;
}

.video-block .duration {
	 position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 14px;
    padding: 12px 5px;
    border-radius: 2px;
    background-color: #4D4D4D;
    color: #ccc;
	
}



.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-6 {
	position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
	.video-loop {
        margin: 0.10rem 0px 0.10rem -5px;
    overflow: hidden;
 
}

@media screen and (min-width:810px) {
    .video-block div.thumb .fa-solid.fa-circle-play {
  
    font-size: 32px;
}
    .video-block .duration {
	 position: absolute;
    right: 5px;
    bottom: 10px;
    font-size: 11px;
    padding: 8px 5px;
    border-radius: 2px;
	
}
    .video-block .views-number {
    font-size: 14px;
}   .video-block h3.infos,
.video-block p.infos,
	.video-block h2.infos,
	.video-block h2.tito
	{
    font-size: 15px;
	}
	.video-loop {
        margin: 0.25rem -0.25rem;
    overflow: hidden;
 
}
	.col-6 {
	position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
	
	
	.vid {
	    margin:0 auto 20px auto;
	    max-width:810px;
	    padding:0 10px;
	}
	.container {
		margin:0 auto;
		max-width:810px;
	}
	.search input {
  
  width:91%;
	}

    .content__list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}

/** More **/
.col9 {
    color:#999
}
.colc {
    color:#ccc
}
.bginfo {
    background:#2f2f2f;
    color:#ddd
}
input.copylink {
    background:transparent;
    color:#f80;
    border:0;
}
.src-result {
    
}
.bgerr {
    background:#1c1c1c;
}
.texterr {
    color: #e74c3c;
}

.tem {
    position:fixed;
    right:10px;
    bottom:20px;
    z-index:999;
}

a.logos {
    color:#deddda;
}
a.logos:hover {
    color:#f80;
}
@media screen and (min-width:810px) {
    .tem {
    position:fixed;
    right:15%;
    bottom:20px;
    z-index:999;
}
}
.metafo p {
    padding:0;
    margin:0;
}
.metafo {
    padding:20px 10px;
    border-radius:5px;
}
.metafo {
    color:#deddda;
    background:#262626;
}

/*** Head ***/
.topbody {
    background:#1C1C1C;
    padding:15px 0;
}
.topnav {
  margin:0 10px;
  overflow: hidden;
  position: relative;
}
.topnav a.icon,
.topnav button,
.topnav a.hlogo {
    color:#deddda;
    font-weight:600;
    
}
.topnav a.hlogo span {
    color:#f80;
}
.topnav button:hover,
.topnav a.hlogo:hover,
.topnav a.icon:hover {
    color:#f80;
}
.topnav a.hlogo {
    font-size:22px;
}
.topnav .act {
    position: absolute;
  right: 0;
  top: 5px;
  display:block;
}
.topnav a.icon {
    font-size:18px;
  
}
.topnav button.putih-button,
.topnav button.hitam-button {
    margin-left:10px;
    font-size:18px;
    background: none;
    cursor:pointer;
}
.topnav button#showBtn,
.topnav button#hideBtn {
    margin-left:10px;
    font-size:18px;
    background: none;
    cursor:pointer;
}
@media screen and (min-width:810px) {
    
    .topnav #myLinks {
         position: absolute;
  right: 120px;
  top: 5px;
  display: block;
  background:transparent;
  padding:0;
  border-radius:0;
  margin-top:0;
}

.topnav #myLinks a.submenu {
  color: #fff;
  padding:0 0;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  font-weight:600;
}
.topnav #myLinks a.submenu.rr {
  margin-right:20px;
}

   .topnav a.icon {
    display:none;
  
} 
}


@media screen and (max-width:809px) {
.topnav #myLinks {
  display: none;
  background:#343434;
  padding:15px 10px;
  border-radius:5px;
  margin-top:20px;
}

.topnav #myLinks a.submenu {
  color: #fff;
  padding:10px 0;
  text-decoration: none;
  font-size: 15px;
  display: block;
  font-weight:600;
}

}

.onya {
    font-weight:bold;
}
.onya {
    color:#f80 !important;
}