:root {
    --color-core: #dc3545;
  }
  * {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    border-radius: 3px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #777;
  }
  html {
    box-sizing: border-box;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    color: #cbdbd1;
    background-color: #24262b;
    font: 13px sans-serif;
    line-height: 1.615;
    overflow-x: hidden;
    margin: 0;
  }
  img {
    max-width: 100%;
  }
  main {
    max-width: 1100px;
    margin: 0 auto;
  }
  .h_active {
    color: var(--color-core) !important;
  }
  .logo a {
      text-transform: uppercase;
      font-family: system-ui;
      font-size: 28px;
      font-weight: 350;
      position: relative;
      color: var(--color-core);
      display: inline-block;
  }
  
  @media only screen and (min-width: 877px) {
    .hidepc {
      display: none;
    }
    .popular-post .post-thumb {
      float: left;
      height: 84px;
      width: 120px;
      border-radius: 2px;
    }
  }
  @media only screen and (max-width: 876px) {
    .hidemobile {
      display: none;
    }
    .btn-zoom {
      display: none !important;
    }
    .popular-post .post-thumb {
      float: left;
      height: 95px;
      width: 140px;
      border-radius: 2px;
    }
  }
  a {
    background-color: transparent;
    text-decoration: none;
    color: #dee2e6;
  }
  p {
    margin: 0;
    padding: 0;
  }
  form {
    margin-bottom: 0;
  }
  .row {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
  }
  #extras {
    padding: 5px 0;
    font-size: 11px;
  }
  #extras a {
    display: inline-block;
    height: 22px;
    font: 400 11px/20px arial;
    color: rgba(255, 255, 255, 0.8);
    padding: 1px 5px;
    white-space: nowrap;
    background: #2a2c2d;
    margin: 4px 0 2px;
    border-radius: 2px;
  }
  #extras a:hover {
    background-color: var(--color-core);
    color: #fff;
  }
  header {
    background-color: #1e2024;
    padding: 0;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  }
  ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  header .form-search input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }
  #keyword:not(:valid) ~ .close-icon {
    display: none;
  }
  .tab-movies {
    display: block;
    margin-top: 12px;
  }
  .tab-movies1 {
    display: block;
    margin-top: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    background-color: #1e2024;
    overflow: hidden;
    padding: 8px;
  }
  .tab-movies1 h2.title-movies1,
  .tab-movies1 h1.title-movies1 {
    padding-left: 6px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid var(--color-core);
  }
  .tab-movies1 h2.title-movies1:before,
  .tab-movies1 h1.title-movies1:before {
    color: var(--color-core);
    position: absolute;
    top: 5px;
    right: -14px;
    content: "\f054";
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
  }
  .tab-movies h2.title-movies,
  .tab-movies h1.title-movies {
    padding-left: 6px;
    margin: 0;
    font-size: 20px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    border-left: 2px solid var(--color-core);
  }
  .tab-movies h1.title-movies span {
    background: #f40;
    color: #fff;
    border-radius: 5px;
    padding: 2px 6px;
  }
  .tab-movies h2.title-movies:before,
  .tab-movies h1.title-movies:before {
    color: var(--color-core);
    position: absolute;
    top: 6px;
    right: -14px;
    content: "\f054";
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 13px;
  }
  .list-movies {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -3px;
    margin-right: -3px;
  }
  .list-movies > li {
    padding-top: 6px;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 0;
  }
  .list-movies > li {
    width: 50%;
  }
  @media screen and (min-width: 600px) {
    .list-movies > li {
      width: 33.3333333333333%;
    }
  }
  @media screen and (min-width: 900px) {
    .list-movies > li {
      width: 25%;
    }
    .list-movies {
      margin-left: -3px;
      margin-right: -3px;
    }
    .list-movies > li {
      padding-top: 6px;
      padding-left: 3px;
      padding-right: 3px;
    }
  }
  .list-movies > li .image {
    position: relative;
    padding: 36%;
  }
  .list-movies > li .image .movie-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
  }
  .list-movies > li .title-movie {
    margin-top: 6px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    font-size: 0.875rem;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #c3c3c3;
  }
  .post-movie:hover .movie-play:before {
    opacity: 1;
    transform: scale(1);
  }
  .movie-play:before,
  .movie-play:after {
    transition: 0.2s;
    opacity: 0;
  }
  .movie-play:before {
    content: "\f04b";
    font-family: "font awesome 6 free";
    font-weight: 700;
    color: var(--color-core);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3.2rem;
    line-height: 3.2rem;
    padding-left: 3px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
    z-index: 2;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 2px #fff, 0 0 10px rgba(0, 0, 0, 0.5);
  }
  .movie-play:after {
    content: "";
    background-color: #263238;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  li.item-movie:hover .title-movie {
    color: var(--color-core);
  }
  li.item-movie:hover .movie-play:after {
    opacity: 0.6;
  }
  li.item-movie:hover .movie-play:before {
    opacity: 1;
    transform: scale(1);
  }
  li.item-movie:hover .cripple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: ripple 900ms ease-out infinite;
  }
  li.item-movie {
    position: relative;
  }
  li.item-movie .label {
    font-size: 11px;
    position: absolute;
    top: 8px;
    border-left: 2px solid var(--color-core);
    background: none repeat scroll 0 0 rgb(0 0 0/50%);
    padding-left: 3px;
    padding-right: 3px;
    margin-left: 2px;
    padding-top: 1px;
    color: #fff;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25),
      0 3px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
  @keyframes ripple {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.25);
      opacity: 1;
    }
    90% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1.75);
      opacity: 0;
    }
  }
  .tab-movies:first-child {
    margin-top: 0;
  }
  footer {
    margin-top: 5px;
  }
  footer a:hover {
    color: var(--color-core);
  }
  .navigation {
    position: relative;
    width: 100%;
    float: left;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .navigation-scoll {
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .navigation a {
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 35px;
    border-radius: 20px;
    background: #282828;
  }
  span.currentpage {
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 35px;
    border-radius: 20px;
    background: var(--color-core);
  }
  #video {
    background-color: #222;
    background-image: radial-gradient(#323232, #111);
    background-image: -webkit-radial-gradient(#323232, #111);
    background-image: -moz-radial-gradient(#323232, #111);
    background-image: -o-radial-gradient(#323232, #111);
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.1%;
  }
  .cssloading {
    width: 113px;
    font-size: 15px;
    color: #eee;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-shadow: 1px 1px 0 #000;
  }
  .cssloading span {
    font-size: 20px;
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
  }
  .cssloading span:nth-child(2) {
    animation-delay: 0.2s;
  }
  .cssloading span:nth-child(3) {
    animation-delay: 0.4s;
  }
  @keyframes blink {
    0% {
      opacity: 0.1;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: 0.1;
    }
  }
  .user-action {
    padding-bottom: 4px;
  }
  .video-server,
  .btn-zoom,
  .btn-views,
  .btn-likes,
  .btn-dislikes,
  .btn-rating {
    padding: 4px 9px;
    font-size: 13px;
  }
  .video-server:hover,
  .btn-zoom:hover {
    background-color: #555;
    color: #fff;
  }
  .video-server {
    color: rgb(255 255 255/80%);
    cursor: pointer;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
    margin-right: 4px;
  }
  .video-server.bt_active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #121212;
    pointer-events: none;
    cursor: default;
  }
  .btn-zoom {
    background: #252525;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block;
    margin-right: 4px;
  }
  .video-stats {
    float: right;
  }
  .btn-likes {
    cursor: pointer;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
    margin-right: 4px;
  }
  .btn-likes i {
    transition: 0.2s ease;
    transform: scale(1);
  }
  .btn-likes i:active {
    transform: scale(1.5);
  }
  .btn-likes:hover {
    color: #34c759;
  }
  .btn-likes.active {
    color: #34c759;
    pointer-events: none;
    cursor: default;
  }
  .btn-dislikes {
    cursor: pointer;
    display: inline-block;
    background: #252525;
    border-radius: 4px;
    margin-right: 4px;
  }
  .btn-dislikes i {
    transition: 0.2s ease;
    transform: scale(1);
  }
  .btn-dislikes i:active {
    transform: scale(1.5);
  }
  .btn-dislikes:hover {
    color: #e44545;
  }
  .btn-dislikes.active {
    color: #e44545;
    pointer-events: none;
    cursor: default;
  }
  .btn-rating {
    background: #252525;
    border-radius: 4px;
    display: inline-block;
  }
  .btn-rating i {
    font-size: 13px;
    color: #ff3b5c;
  }
  .btn-views {
    background: #252525;
    border-radius: 4px;
    display: inline-block;
  }
  .video-server.active {
    color: var(--color-core);
    background: #252525;
    pointer-events: none;
    cursor: default;
  }
  .info-movie {
    margin-top: 8px;
  }
  .info-movie article img {
    margin: 0 auto;
  }
  .infobv {
    margin-top: 2px;
  }
  article {
    font-size: 14px;
    max-height: 92px;
    overflow: hidden;
  }
  article.toggled {
    max-height: none !important;
  }
  .item-content-toggle {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    position: relative;
    padding-top: 2px;
    box-shadow: 0 -19px 20px 0 rgba(0, 0, 0, 0.51);
    margin: 4px -10px 10px;
  }
  .item-content-toggle .show-more {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding: 4px 10px;
    cursor: pointer;
    font-size: 13px;
  }
  .fa-classic, .fa-regular, .fa-solid, .far, .fas {
      font-family: "Font Awesome 6 Free";
      font-weight: 700 !important;
  }
  @media (min-width: 1050px) {
    .body {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      background-color: #1e2024;
      overflow: hidden;
      padding: 8px;
      margin-top: 15px;
    }
    header .logo {
      float: left;
      margin: 5px 50px 0px 50px;
    }
    header .button-menu {
      display: none;
    }
    header .button-search {
      display: none;
    }
    header .form-search {
      float: right;
      position: relative;
      margin: 5px 26px;
      width: 250px;
    }
    header .form-search input {
      color: #f9fafb;
      background-color: #24262b;
      margin-bottom: 0;
      border: 0;
      border-radius: 3px;
      padding: 0 8px 0 35px;
      font-weight: 300;
      height: 2.5rem;
      line-height: normal;
      display: block;
      width: 90%;
      outline: none;
    }
    .close-icon {
      font-size: 20px;
      position: absolute;
      color: var(--color-core);
      right: 13%;
      bottom: 0;
      margin: auto;
      padding: 2px;
      text-align: center;
      cursor: pointer;
    }
    header .form-search input:focus {
      background-color: rgba(49, 49, 49, 0.69);
    }
    header .form-search button {
      outline: none;
      background-color: transparent;
      position: absolute;
      left: 0;
      top: 0;
      border: 0;
      cursor: pointer;
      padding: 13px 15px;
      display: inline-block;
    }
    header .form-search button:before {
      content: "\f002";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      color: var(--color-core);
    }
    nav.list-menu {
      float: left;
    }
    nav.list-menu > ul > li {
      float: left;
      position: relative;
    }
    nav.list-menu > ul > li > a {
      text-transform: uppercase;
      padding: 13px 10px;
      display: block;
      line-height: 2;
    }
    nav.list-menu > ul > li.item-menu > a {
      padding: 13px 25px 13px 10px;
    }
    nav.list-menu > ul > li.item-menu > a:before {
      color: var(--color-core);
      position: absolute;
      top: 14px;
      right: 7px;
      content: "\f078";
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 12px;
    }
    nav.list-menu > ul > li > a:hover {
      color: var(--color-core);
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu {
      border-top: 3px solid var(--color-core);
      overflow: hidden;
      max-height: 0;
      overflow-y: auto;
      left: 12%;
      width: 345px;
      position: absolute;
      top: 100%;
      background-color: #1e1c1ceb;
      visibility: hidden;
      opacity: 0;
      z-index: 10;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    nav.list-menu > ul > li:hover.item-menu > ul.sub-menu {
      opacity: 1;
      visibility: visible;
      max-height: 440px;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li {
      float: left;
      width: 33.333333%;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a {
      color: #f7ecec;
      white-space: nowrap;
      -ms-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      display: block;
      padding: 10px;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a:hover {
      color: var(--color-core);
    }
    nav.list-menu > ul > li.item-menu:before {
      content: "";
      position: absolute;
      left: 39%;
      bottom: 0;
      opacity: 0;
      width: 0;
      height: 0;
      border-bottom: 5px solid var(--color-core);
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid transparent;
      visibility: hidden;
      transition: 0.2s;
    }
    nav.list-menu > ul > li:hover.item-menu:before {
      visibility: visible;
      opacity: 1;
    }
    .header-title {
      color: #cebebe;
      line-height: 2em;
      margin: 0;
      font-weight: 300;
      font-style: italic;
      text-align: center;
      font-size: 17px;
      font-family: "droid serif", serif;
    }
  }
  @media (max-width: 1050px) {
    img.thumb-bv {
      text-align: center;
      vertical-align: middle;
      display: block;
      max-width: 50% !important;
      height: auto;
      margin-top: 8px !important;
    }
    .server span {
      display: none;
    }
    div.navigation .prev,
    div.navigation .next {
      display: none;
    }
    footer .tab-footer .logo {
      text-align: center;
    }
    footer .tab-footer {
      padding: 10px;
      margin: 0;
    }
    main.blur {
      filter: blur(5px);
    }
    .body {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      background-color: #1e2024;
      overflow: hidden;
      padding: 6px;
      margin-top: 15px;
    }
    header {
      padding: 8px 5px;
    }
    header .logo {
      margin-top: -3px;
      text-align: center;
    }
    header .button-menu {
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0;
      padding: 20px;
    }
    header .button-menu.active span > i {
      background-color: var(--color-core);
      transition: 0.25s transform;
    }
    header .button-menu.active span {
      position: absolute;
      top: 19px;
      left: 17px;
    }
    header .button-menu.active span > i:first-child {
      transform: rotate(-45deg) translate(-4px, 4px);
    }
    header .button-menu.active span > i:nth-child(2) {
      opacity: 0;
    }
    header .button-menu.active span > i:last-child {
      transform: rotate(45deg) translate(-3px, -3px);
    }
    header .button-menu span > i {
      width: 20px;
      height: 2px;
      background-color: #cebebe;
      display: block;
      margin-bottom: 3px;
      transition: 0.25s transform;
    }
    header .button-menu span > i:last-child {
      margin-bottom: 0;
    }
    header .button-search {
      cursor: pointer;
      position: absolute;
      top: 0;
      right: 0;
      padding: 24.3px 26px;
    }
    header .button-search:before {
      position: absolute;
      top: 12px;
      right: 17px;
      content: "\f002";
      font-family: "font awesome 6 free";
      font-weight: 900;
      color: #cebebe;
      font-size: 17px;
    }
    header .button-search.active:before {
      color: var(--color-core);
      position: absolute;
      top: 10px;
      right: 18px;
      content: "\f00d";
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 20px;
    }
    header .form-search {
      transition: 0.2s;
      visibility: hidden;
      opacity: 0;
      top: 50px;
      left: 0;
      position: fixed;
      background-color: #141719cc;
      width: 100%;
      height: 100%;
    }
    header .form-search.active {
      opacity: 1;
      visibility: visible;
    }
    header .form-search form {
      position: relative;
    }
    header .form-search input {
      color: #fff;
      background-color: #232324;
      margin-bottom: 0;
      border: 0;
      padding: 0 20px 0 50px;
      font-weight: 300;
      height: 45px;
      line-height: normal;
      display: block;
      width: 100%;
      outline: none;
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    }
    header .form-search button {
      outline: none;
      background-color: transparent;
      position: absolute;
      left: 0;
      top: 0;
      border: 0;
      cursor: pointer;
      padding: 14px 20px;
      display: inline-block;
    }
    header .form-search button:before {
      content: "\f002";
      font-family: "font awesome 6 free";
      font-weight: 900;
      color: var(--color-core);
      font-size: 17px;
    }
    .close-icon {
      font-size: 20px;
      position: absolute;
      color: var(--color-core);
      right: 2%;
      bottom: 3px;
      margin: auto;
      padding: 2px;
      text-align: center;
      cursor: pointer;
    }
    nav.list-menu {
      transition: 0.2s;
      visibility: hidden;
      opacity: 0;
      top: 50px;
      left: 0;
      position: fixed;
      background-color: #141719cc;
      width: 100%;
      height: 100%;
    }
    nav.list-menu.active {
      opacity: 1;
      visibility: visible;
    }
    nav.list-menu > ul > li {
      position: relative;
    }
    nav.list-menu > ul > li > a {
      text-transform: uppercase;
      padding: 10px 20px;
      display: block;
    }
    nav.list-menu > ul > li.item-menu > a:before {
      color: var(--color-core);
      position: absolute;
      top: 13px;
      right: 16px;
      content: "\f078";
      font-family: "font awesome 6 free";
      font-weight: 900;
      font-size: 12px;
      transition: 0.25s transform;
    }
    nav.list-menu > ul > li.item-menu.active > a:before {
      transform: rotate(180deg);
      transition: 0.25s transform;
    }
    nav.list-menu > ul > li > a:hover {
      color: var(--color-core);
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu {
      transition: 0.2s;
      visibility: hidden;
      opacity: 0;
      overflow-y: auto;
      max-height: 0;
      background: #00000073;
      border-left: 3px solid var(--color-core);
      display: none;
    }
    nav.list-menu > ul > li.item-menu.active > ul.sub-menu {
      opacity: 1;
      visibility: visible;
      max-height: 550px;
    }
    nav.list-menu.active > ul > li.item-menu > ul.sub-menu {
      display: block;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a {
      padding: 10px 15px;
      display: block;
    }
    nav.list-menu > ul > li.item-menu > ul.sub-menu > li > a:hover {
      color: var(--color-core);
    }
    .header-title {
      margin-bottom: 5px;
      color: #cebebe;
      line-height: 2em;
      margin: 0;
      font-weight: 300;
      font-style: italic;
      font-family: "droid serif", serif;
      padding: 0;
      font-size: 17px;
      text-align: center;
    }
    div.navigation a.point {
      display: none;
    }
    .tab-movies h2.title-movies {
      font-size: 18px;
    }
    .tab-movies h2.title-movies:before {
      top: 3px;
    }
  }
  .menu1 {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
  }
  .has-sidebar {
    width: 70%;
    float: left;
  }
  .sidebar {
    background: #1e2024;
    float: right;
    width: 29%;
    margin-top: 15px;
  }
  @media screen and (max-width: 876px) {
    .body {
      width: 100%;
      float: inherit;
      margin-top: 50px;
    }
    .sidebar {
      background: #1e2024;
      float: right;
      width: 100%;
      margin-top: 10px;
    }
    article {
      font-size: 14px;
      max-height: 135px;
      overflow: hidden;
    }
  }
  .section-bar {
    position: relative;
    margin: 15px 0;
  }
  .section-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 11px;
    display: block;
    margin: 19px 4px 8px;
    position: relative;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .section-title span {
    position: relative;
    font-weight: 400;
    float: left;
    margin-top: -16px;
    margin-bottom: 6px;
    border: 1px solid rgb(30 32 36);
    background: #121111;
    font-size: 13px;
    padding: 10px 6px 9px;
    color: rgb(255 255 255/80%);
  }
  .section-title span:before {
    content: "";
    background: #0a0a0a;
    border-radius: 100%;
    position: absolute;
    padding: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-left: 2px;
    top: 8px;
    right: -16px;
  }
  .section-title span:after {
    content: "";
    background: #0a0a0a;
    border-radius: 100%;
    position: absolute;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-left: 12px;
    top: 10px;
    right: -26px;
  }
  .section-title .dp-popular-tab {
    padding: 0;
    position: absolute;
    right: 0;
    top: -12.5px;
  }
  .dp-popular-tab li {
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #121111;
    padding: 5px 6px;
    float: left;
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
  }
  .dp-popular-tab li a {
    font-size: 10px;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
    color: #dbdbdb;
  }
  .dp-popular-tab li.l_active {
    background: #272727;
    pointer-events: none;
  }
  .box-popular.spinner .popular-post {
    pointer-events: none;
    filter: blur(3px);
    user-select: none;
    -webkit-user-select: none;
  }
  .box-popular.spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -40px;
    width: 80px;
    z-index: 1;
    height: 80px;
    background: url(images/preloading.svg) center center no-repeat;
  }
  .popular-post .item {
    clear: both;
    margin: 6.5px 4px 0 6px;
    padding-right: 10px;
    line-height: 0;
    list-style-type: none;
    overflow: hidden;
  }
  .box-popular {
    position: relative;
    margin-bottom: 6px;
  }
  .popular-post .item {
    clear: both;
    margin: 6.8px 4px 8px 6px;
    padding-right: 10px;
    line-height: 0;
    list-style-type: none;
    overflow: hidden;
  }
  .popular-post .item:first-child {
    margin-top: 0;
  }
  .popular-post .item-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin-right: 12px;
    padding: 0;
    float: left;
  }
  .popular-post h3.title {
    color: #adb5bd;
    cursor: pointer;
    margin: 4px 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
  }
  .popular-post .item:hover h3 {
    color: var(--color-core);
  }
  .popular-post .viewsCount {
    font-size: 0.625rem;
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
    background-color: #24262b;
    vertical-align: top;
    padding: 0 0.6rem;
    border-radius: 10px;
    font-weight: 500;
  }
  .likeCount {
    font-size: 0.625rem;
    margin-top: 5px;
    margin-left: 4px;
    display: inline-block !important;
    line-height: 20px !important;
    background-color: #27292e;
    vertical-align: top;
    padding: 0 0.6rem;
    border-radius: 10px;
  }
  .dp-ajax-popular-post-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-position: center;
  }
  .hidden {
    display: none !important;
  }
  img.thumb-bv {
    margin-right: 6px !important;
    float: left;
    vertical-align: middle;
    display: block;
    width: 105px;
    height: 75px;
    margin-top: 8px !important;
    margin-bottom: 6px !important;
  }
  li {
    list-style: none;
  }
  .dp-popular-tab li.active {
    background: #252525;
  }
  span.top-view {
    position: absolute;
    bottom: 2px;
    right: 2px;
    background: none repeat scroll 0 0 rgb(0 0 0/50%);
    color: #fafbee;
    padding: 2px 3px;
    line-height: 14px;
    font-size: 10px;
    opacity: 0.7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  }
  h3.widget-title {
    position: relative;
    font-size: 18px;
    color: var(--color-core);
    border-bottom: 1px solid var(--color-core);
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
  }
  ul.menu {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  ul.menu-1 {
    padding-left: 0;
    display: flex;
    margin: 0 -5px;
    flex-direction: column;
  }
  footer .menu li {
    list-style-type: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
  }
  footer .menu-1 li {
    list-style-type: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 5px;
  }
  footer .menu li a {
    border-bottom: 1px dotted #423d3d;
    padding: 2px;
    display: block;
  }
  footer .menu-1 li a {
    border-bottom: 1px dotted #423d3d;
    padding: 2px;
    display: block;
  }
  .sitename {
    width: 100%;
    border-top: 1px dotted #423d3d;
    text-align: center;
    padding: 17px;
    margin-top: -1px;
    font-size: 17px;
    color: #fff;
    line-height: 20px;
  }
  .sitename a {
    color: var(--color-core);
    text-transform: uppercase;
  }
  .textwidget {
    color: #d6dbdd;
    height: 180px;
    overflow: scroll;
    display: block;
    overflow-x: hidden;
  }
  .textwidget a {
    color: var(--color-core);
    opacity: 0.8;
  }
  footer .row {
    background: #1e2024;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
  }
  .clearfix {
    clear: both;
  }
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  span.code {
    display: block;
    font-size: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: rgba(153, 164, 176, 0.6);
    margin-bottom: 10px;
  }
  .recent-search {
    overflow: hidden;
    margin: 4px 0 0;
  }
  .recent-search a {
    display: inline-block;
    font-size: 13px;
    padding: 3px 11px;
    margin-top: 5px;
    white-space: nowrap;
    background: #2b2b2b;
    border-radius: 4px;
    text-transform: capitalize;
  }
  .recent-search a:hover {
    background-color: var(--color-core);
    color: #fff;
  }
  .notice {
    position: relative;
    width: 100%;
    background: #272727;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: var(--color-core) dashed 1px;
    text-align: center;
    margin: 6px 0;
    padding: 3px;
  }
  .notice:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 6px 9px;
    border-color: var(--color-core) transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -10px;
    left: 145px;
  }
  .notice:after {
    content: "";
    position: absolute;
    border-style: dashed;
    border-width: 0 6px 9px;
    border-color: #272727 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -8px;
    left: 145px;
  }
  .color-search {
    color: var(--color-core);
    font-weight: 600;
  }
  @media only screen and (max-width: 876px) {
    .catfish-bottom-d {
      display:none
    }
  
    .catfish-bottom-close {
      padding: 10px!important
    }
  
    .hide-mobile {
      display: none
    }
  
    .banner-preload-container>a {
      width: 300px;
      margin: calc(50vh - 125px) auto;
      display: block;
      height: 250px
    }
  
    .banner-preload .banner-preload-container .banner-preload-close {
      position: absolute;
      top: calc(50vh - 125px);
      right: calc(50vw - 150px);
      padding: 0 10px;
      font-size: 16px;
      color: #dadada;
      background-color: #2b2b2b;
      border: 1px solid #dadada;
      opacity: .8;
      cursor: pointer
    }
  
    .ads-header {
      margin-top: 60px;
      margin-bottom: -45px;
      text-align: center
    }
  
    .ads-footer {
      text-align: center;
      margin: 5px 0 -2px
    }
  
    .catfish-top {
      height: auto!important;
      position: fixed;
      top: 0;
      width: 100%;
      background: rgba(0,0,0,.5);
      z-index: 9999999
    }
  
    .banner-catfish-top {
      max-width: 300px;
      margin-top: 5px!important;
      box-shadow: 0 0 5px #fff;
      margin: auto
    }
  
    .catfish-top-close {
      display: inline-block;
      position: absolute;
      top: auto!important;
      right: 0;
      bottom: 0;
      padding: 0 10px;
      font-size: 16px;
      color: #dadada;
      background-color: #2b2b2b;
      border: 1px solid #dadada;
      box-shadow: 0 0 5px #fff;
      opacity: .8;
      cursor: pointer
    }
    .footer-first {
      width: 100%;
    }
    .footer-second {
      width: 100%;
      margin-top: 7px;
    }
    .footer-third {
      width: 100%;
      margin-top: 7px;
    }
  }
  
  @media only screen and (min-width: 877px) {
    .catfish-bottom-m {
      display:none
    }
  
    .hide-desktop {
      display: none
    }
  
    .banner-preload-container>a {
      max-width: 600px;
      height: auto;
      margin: calc(50vh - 200px) auto;
      display: block
    }
  
    .banner-preload .banner-preload-container .banner-preload-close {
      position: absolute;
      top: calc(50vh - 200px);
      right: calc(50vw - 300px);
      padding: 0 10px;
      font-size: 16px;
      color: #dadada;
      background-color: #2b2b2b;
      border: 1px solid #dadada;
      box-shadow: 0 0 5px #fff;
      opacity: .8;
      cursor: pointer
    }
  
    .ads-header {
      margin: 60px 0 -60px;
      text-align: center
    }
  
    .ads-footer {
      text-align: center;
      margin: 5px 0 -7px
    }
  
    .catfish-top {
      position: fixed;
      height: auto!important;
      width: 100%!important;
      text-align: center;
      left: 0;
      top: 0;
      background: rgba(0,0,0,.3);
      z-index: 9999999
    }
  
    .banner-catfish-top {
      display: inline-flex;
      max-width: 50%;
      margin: auto;
      box-shadow: 0 0 5px #fff
    }
  
    .catfish-top-close {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0!important;
      padding: 0 10px;
      font-size: 16px;
      color: #dadada;
      background-color: #2b2b2b;
      border: 1px solid #dadada;
      box-shadow: 0 0 5px #fff;
      opacity: .8;
      cursor: pointer
    }
      .footer-first {
      width: 47%;
      margin-right: 1%;
    }
    .footer-second {
      width: 18%;
      margin-right: 1%;
    }
    .footer-third {
      width: 33%;
    }
  }
  
  .catfish-bottom-d {
    position: fixed;
    height: auto!important;
    width: 100%!important;
    text-align: center;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    z-index: 999
  }
  
  .catfish-bottom-m {
    position: fixed;
    height: auto!important;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.5);
    line-height: 0;
    z-index: 999
  }
  
  .catfish-bottom-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0!important;
    padding: 0 10px;
    font-size: 16px;
    color: #dadada;
    background-color: #2b2b2b;
    border: 1px solid #dadada;
    box-shadow: 0 0 5px #fff;
    opacity: .8;
    cursor: pointer
  }
  
  .banner-preload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000
  }
  
  .banner-preload .banner-preload-container {
    background: rgba(0,0,0,.8);
    box-shadow: 0 0 5px #fff;
    position: absolute;
    width: 100vw;
    margin: 0 auto;
    cursor: pointer
  }
  
  .banner-preload .banner-preload-container .banner-preload-close:hover {
    opacity: 1
  }
  
  .banner-preload .banner-preload-container img {
    width: 100%;
    height: 100%
  }
  
  .under-player {
    text-align: center
  }
  .jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-pip {
    display: none !important;
  }
  
  .jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important;
  }
  
  .jw-toggle.jw-off {
    color: #d8d8d8;
  }
  
  .jw-controlbar.jw-background-color.jw-reset {
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .25) 30%, rgba(0, 0, 0, .4) 70%, rgba(0, 0, 0, .5));
  }
  
  .jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
    display: none !important;
  }
  
  .jw-rightclick {
    display: none !important;
  }
  .domain-name {
    color: var(--color-core);
  }
  
  .domain-ext {
    color: #d9d6d6;
    font-size: 28px;
    font-weight: 300;
  }

  /* custom */
  .pagenavi {
    text-align: center;
  }
  .pagenavi span.pages {
    display: inline-block;
    margin-right: 15px;
  }
  .pagenavi span.active {
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 35px;
    border-radius: 20px;
    background: var(--color-core);
  }
  .pagenavi a {
    margin: 2px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    box-sizing: border-box;
    min-width: 35px;
    border-radius: 20px;
    background: #282828;
  }

/* Video Player Styles */
#video {
    position: relative;
    width: 100%;
    background: #1a1c20;
    border-radius: 8px;
    overflow: hidden;
    /* Create responsive 16:9 aspect ratio container */
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

#video .cssloading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #cbdbd1;
    background: linear-gradient(135deg, #1a1c20 0%, #24262b 100%);
}

#video .cssloading span {
    animation: loading-dots 1.5s infinite;
    margin-left: 2px;
}

#video .cssloading span:nth-child(2) {
    animation-delay: 0.3s;
}

#video .cssloading span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes loading-dots {
    0%, 60%, 100% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
}

#video .video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#video .video-content iframe,
#video .video-content video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
}

/* Video Server Buttons */
.video-server {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 8px 12px;
    margin-right: 8px;
    background: #333;
    border-radius: 4px;
    color: #cbdbd1;
    border: 2px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.video-server:hover {
    background: #444;
    border-color: var(--color-core);
}

.video-server.bt_active {
    background: var(--color-core);
    color: white;
    border-color: var(--color-core);
}

.video-server i {
    font-size: 14px;
}

/* Loading state for server switching */
.video-server.loading {
    opacity: 0.6;
    pointer-events: none;
}

.video-server.loading::after {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 5px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Custom css */
.ad-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.ad-center a img {
  max-width: 100%;
  height: auto;
}

.ad-center iframe {
  max-width: 100%;
  height: auto;
}
.footer-first ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.footer-first ul li {
  list-style-type: none;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
}
.post-thumbnail {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn {
  background: var(--color-core);
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}

.textFilter a:after {
  content: "|";
  padding-left: 10px;
}

.textFilter a:last-child:after {
  display: none;
}

#page-title {
  /* border-bottom: 1px solid #dc3545; */
  /* border-top: 1px solid #dc3545; */
}