html {
  background: #121212;
  color: #555;
}

/* Hashtag Container Styles */
.hashtag-container {
  padding: 5px;
}

#hashtag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.hashtag-tag {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border: 1px solid rgba(62, 166, 255, 0.3);
  border-radius: 20px;
  color: #ddd;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hashtag-tag:before {
  content: '#';
  color: #3ea6ff;
  font-weight: bold;
  margin-right: 4px;
}

.hashtag-tag:hover {
  background: linear-gradient(135deg, #3ea6ff 0%, #5bb3ff 100%);
  color: #121212;
  border-color: #3ea6ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 166, 255, 0.3);
}

.hashtag-tag:hover:before {
  color: #121212;
}

.hashtag-tag:active {
  transform: translateY(0);
}

/* Loading animation for hashtags */
#hashtag-loading .fa-spinner {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Responsive hashtag tags */
@media (max-width: 768px) {
  .hashtag-tag {
    font-size: 11px;
    padding: 5px 10px;
  }
  
  #hashtag-list {
    gap: 6px;
  }
}

body {
  background-color: #121212;
  margin: 0;
  font: 13px sans-serif;
  line-height: 1.615;
  color: #bbb;
}
#site-title a,
a:link,
a:visited {
  color: #ddd;
  text-decoration: none;
}
.header-title a {
  color: #fff;
}
a:focus,
a:hover {
  color: #dacb46;
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
p {
  margin: 0 0 7px;
}
#main {
  padding-top: 20px;
  filter: blur(0);
  transition: filter 1s ease;
}
.block-wrapper {
  position: relative;
  height: auto;
  display: block;
}
.movie-list-index.home-v2
  ul.last-film-box
  > li
  > .movie-item
  .movie-thumbnail
  .public-film-item-thumb {
  border-radius: 10px;
}
.ratio-content {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.public-film-item-thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.movie-list-index .list-movie {
  list-style: none;
  margin: 0;
  padding: 0;
}
.movie-list-index .list-movie .movie-item {
  margin: 10px 20px 10px 0;
  width: 210px;
  height: 100px;
  float: left;
}
.movie-list-index .list-movie .movie-item:hover .movie-thumbnail {
  opacity: 0.8;
}
.movie-list-index.home-v2 ul.last-film-box > li:nth-child(3n + 3) {
  margin-right: 0;
}
.movie-item.m-block {
  display: block;
}
.ratio-box {
  position: relative !important;
  height: auto !important;
}
.ratio-box:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.last-film-box-wrapper {
  background-color: #171717;
  border-radius: 0 0 5px 5px;
}
.movie-list-index.home-v2 ul.last-film-box {
  list-style-type: none;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 10px 10px 0;
  margin: 0;
}
.header-list-index,
.right-box .right-box-header,
.right-box-tag.tag-header {
  font-family: open sans, segoe ui, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  font-weight: 300;
}
.header-list-index a {
  color: #fff;
}
.header-list-index {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #171717;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.movie-list-index.home-v2 ul.last-film-box > li {
  display: inline-block !important;
  margin-right: 2.6%;
  margin-bottom: 11px;
  width: 31%;
}
.trending-movie-item:first-child {
  margin-bottom: 27px;
}
.movie-item .movie-meta .movie-title-1,
.trending-movie-name {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  text-align:center;
}
.list-top-movie-item-view,
.movie-view {
  font-size: 12px;
  color: #888;
  line-height: normal;
}
h2 {
  font-size: 19px;
}
.right-box .right-box-header {
  border-bottom: 2px solid #121212;
  margin: 0 10px;
  padding: 3px;
}
.right-box-ads {
  text-align: center;
  margin-top: 10px;
}
.right-box .right-box-content {
  float: left;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 11px;
  height: auto;
  width: 100%;
}
.right-box .list-top-movie {
  list-style-type: none;
  margin: 0 auto;
  width: 320px;
  padding: 0;
  position: relative;
  height: auto;
}
.right-box .list-top-movie img {
  border-radius: 3px;
  width: 100px;
  height: 140px;
}
.right-box .list-top-movie img:hover {
  opacity: 0.7;
}
.right-box .list-top-movie-item {
  clear: both;
  padding: 10px;
  min-height: 81px;
  height: auto;
  border-bottom: 0 solid #333;
}
.right-box .list-top-movie-item:last-child {
  border-bottom: 0;
}
.right-box .list-top-movie-item-thumb {
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 144px;
  height: auto;
  margin-right: 15px;
  border-radius: 10px;
}
.right-box .list-top-movie-item-view,
.right-box .list-top-movie-item-vn {
  display: block;
}
.right-box .list-top-movie-item-vn {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
  margin-right: 5px;
}
.right-box .list-top-movie-item-en {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}
.menu li,
.right-box .list-top-movie-item-vn:hover {
  color: #dacb46;
  text-decoration: none;
}
.top-film-week,
.top-movie-week {
  height: auto;
  border-radius: 5px;
  background-color: #171717;
}
.sidebar-right {
  float: right;
  width: 31%;
}
#main-content {
  float: left;
  width: 67%;
}
#header {
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  position: relative;
  transition: top 0.5s ease-in-out;
  left: 0;
  top: 0;
  width: 100%;
  height: 46px;
}
div.navigation {
  position: relative;
  text-align: center;
  margin: 12px 0;
  font-size: 17px;
}
div.navigation .next,
div.navigation .prev {
  left: -1px;
  position: absolute;
}
div.navigation a,
div.navigation span {
  margin-bottom: 4px;
  padding: 2px 12px;
  color: #888;
  display: inline-block;
  border-radius: 2px;
}
div.navigation span {
  cursor: pointer;
}
.div.navigation a:hover,
div.navigation span:hover {
  background-color: #555;
  color: #fff;
}
.header-play {
  margin: 0 0 10px;
  background-color: #171717;
  border-radius: 5px;
  padding: 0 10px 10px;
}
.header-title {
  margin: 0 0 10px;
  padding: 5px 0;
  font-weight: 300;
  font-size: 18px;
  border-bottom: 2px solid #121212;
  line-height: 30px;
}
#header .wrap {
  padding: 7px 0 6px;
}
#branding {
  margin-left: 5px;
  margin-right: 10px;
  float: left;
}
.container,
.wrap {
  margin: 0 auto;
  max-width: 100% !important;
  width: 1120px !important;
}
.cf {
  zoom: 1;
}
#site-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 24px;
  margin: 0;
  font-family: open sans, sans-serif;
}
.header-logo {
  font-weight: 700;
  padding: 0 25px;
  float: left;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  width: auto;
}
.menu li {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 6px;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
}
.menu-search {
  display: block;
  z-index: 1;
  right: 0;
  bottom: 0;
  float: right;
  top: 0;
  -webkit-transition: background 0.44s cubic-bezier(0.52, 0.16, 0.24, 1) 0.1s,
    visibility 0s linear 0.5s;
  transition: background 0.44s cubic-bezier(0.52, 0.16, 0.24, 1) 0.1s,
    visibility 0s linear 0.5s;
}
.search-icon {
  text-transform: none;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.search-icon:after,
input.search-submit {
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4PScwcHgnIHk9JzBweCcgd2lkdGg9JzIycHgnIGhlaWdodD0nNDhweCcgdmlld0JveD0nMCAwIDIyIDQ4JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAyMiA0OCcgeG1sOnNwYWNlPSdwcmVzZXJ2ZSc+PHBhdGggaWQ9J1NlYXJjaCcgZmlsbD0nI0ZGRkZGRicgZD0nTTIwLDMzLjI5M2wtNS43MTYtNS43MTZDMTUuMzUsMjYuMzQ5LDE2LDI0Ljc1LDE2LDIzYzAtMy44NTktMy4xNDEtNy03LTdzLTcsMy4xNDEtNyw3IHMzLjE0MSw3LDcsN2MxLjc1LDAsMy4zNDktMC42NSw0LjU3Ny0xLjcxNkwxOS4yOTMsMzRMMjAsMzMuMjkzeiBNOSwyOWMtMy4zMTQsMC02LTIuNjg1LTYtNmMwLTMuMzEzLDIuNjg2LTYsNi02czYsMi42ODcsNiw2IEMxNSwyNi4zMTUsMTIuMzE0LDI5LDksMjl6Jy8+PC9zdmc+Cg==);
}
.search-icon,
.search-icon:after {
  display: block;
  width: 36px;
  height: 46px;
  background-color: rgb(0 0 0/80%);
}
.search-icon:after {
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
input.search-text {
  background-color: #000;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  max-width: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu a,
.menu ul {
  padding: 0 8px;
}
.menu a:hover {
  color: #fff;
}
.searchform {
  display: flex;
  top: -10px;
  position: relative;
}
.search-submit-div.btn {
  height: 27px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-submit-div.btn,
input.search-submit {
  width: 50px;
  padding: 0;
  overflow: hidden;
  right: 0;
  border-left: 1px solid #d7d7d7;
}
input.search-submit {
  background: url(/skin/images/s1.png) no-repeat 16px 5px;
  line-height: 999em;
  display: block;
  top: 1px;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-text-div {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.clean-button,
input.search-submit {
  border: 0;
  color: transparent;
  cursor: pointer;
  height: 27px;
  position: absolute;
}
.clean-button {
  right: 60px;
  background: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMTUnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNSAxNic+PHBhdGggZD0nTTcuNS41QzMuMzYuNSAwIDMuODYgMCA4czMuMzYgNy41IDcuNSA3LjVTMTUgMTIuMTQgMTUgOCAxMS42NC41IDcuNS41em0zLjQzIDkuNzNsLjExLjExLS4xMS4xMS0uOTkuOTktLjExLjExLS4xMS0uMTFMNy41IDkuMmwtMi4yMyAyLjIzLS4xMS4xMS0uMTEtLjExLS45OS0uOTktLjExLS4xMS4xMS0uMTFMNi4zIDggNC4wNyA1Ljc3bC0uMTEtLjEuMTEtLjExLjk5LS45OS4xMS0uMTEuMTEuMTFMNy41IDYuOGwyLjIzLTIuMjMuMTEtLjExLjExLjExLjk5Ljk5LjExLjExLS4xMS4xMUw4LjcgOGwyLjIzIDIuMjN6JyBmaWxsPScjOTk5Jy8+PC9zdmc+)
    no-repeat 7px 6px;
  width: 30px;
  top: 0;
}
.search-text:not(:valid) ~ .clean-button {
  display: none;
}
.btn,
button,
input,
select,
textarea {
  display: inline-block;
  padding: 4px;
  margin: 0;
  outline: 0;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn,
button,
input,
label,
select,
textarea {
  font: 13px sans-serif;
  line-height: 19px;
}
.copyright {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  background-color: #171717;
}
.ribbon-viewed,
.ribbon-sub {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 10px;
  padding: 2px 3px;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 22px 0 rgb(0 0 0/38%);
  box-shadow: 0 8px 22px 0 rgb(0 0 0/38%);
  right: 7px;
  bottom: 33px;
}
.ribbon-sub {
  background: #ff6a88c2;
  right: auto !important;
  left: 7px;
}
.copyright-top {
  border-bottom: 1px solid #121212;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-content ul.tag-list > li:nth-child(1) a {
  color: #46e1ff;
}
.entry-content ul.tag-list > li:nth-child(1) a:hover {
  color: #dacb46;
}
.block-tags,
.tag-item,
.tag-list {
  display: inline-block;
}
.tag-list .tag-item:after {
  content: ",\00a0";
}
.player {
  background-color: #171717;
  padding: 0 10px;
}
.block-movie-content {
  padding-top: 12px;
}
.block-movie-content a {
  color: #46e1ff;
}
.thumb {
  text-align: center;
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding-top: 10px;
}
.page-numbers {
  background-color: #2e2e2e;
  margin: 0 2px;
}
.header-list-index .chevron-right {
  stroke: #dabc46;
}
.currentpage {
  color: #fff;
  pointer-events: none;
  background-color: #171717;
  margin: 0 2px;
}
.ribbon {
  position: absolute;
  background: #980202;
  font-size: 0.7475rem;
  color: #fff;
  text-align: center;
  top: -27px;
  right: -27px;
  height: 55px;
  width: 55px;
  line-height: 92px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
}
.list_carousel {
  width: 100%;
  position: relative;
}
.list_carousel li {
  margin-right: 22px;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.list_carousel .m-block {
  width: 209px;
  height: 351px;
}
.list_carousel .next,
.list_carousel .prev {
  top: 52px;
  z-index: 1;
  position: absolute;
  padding: 30px 10px;
  background: rgba(0, 0, 0, 0.5);
}
.list_carousel .next {
  right: 0;
}
.list_carousel .next:hover,
.list_carousel .prev:hover {
  background: rgba(0, 0, 0, 0.8);
  outline: 0;
  cursor: pointer;
}
.list_carousel .next .arrow-icon.right,
.list_carousel .prev .arrow-icon.left {
  width: 16px;
  display: block;
}
.arrow-icon.right:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmZmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nY2hldnJvbi1yaWdodCc+PHBvbHlsaW5lIHBvaW50cz0nOSAxOCAxNSAxMiA5IDYnPjwvcG9seWxpbmU+PC9zdmc+)
    center center no-repeat;
}
.arrow-icon.left:after,
.arrow-icon.right:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.arrow-icon.left:after {
  background: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCc+PHBvbHlsaW5lIHBvaW50cz0nMTUgMTggOSAxMiAxNSA2Jz48L3BvbHlsaW5lPjwvc3ZnPg==)
    center center no-repeat;
}
.row {
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
  clear: both;
}
.movie-carousel-top-item {
  width: 267px;
  height: 185px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.movie-carousel-top-item img {
  height: 100%;
  vertical-align: middle;
}
.movie-carousel-top-item img,
.movie-carousel-top-item-meta {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.movie-carousel-top-item-meta {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0 3px;
}
.trending-movie-list {
  padding-bottom: 10px;
}
.movie-carousel-top-item img:hover {
  opacity: 0.7;
  width: 100%;
}
.movie-carousel-top-item:hover .movie-name-1 {
  color: #dacb46;
}
#movie-carousel-top li {
  margin-right: 17px;
  display: inline-block !important;
  float: none !important;
}
#movie-carousel-top li:last-child {
  margin-right: 0;
}
.movie-name-1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin: 5px 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.caroufredsel_wrapper {
  width: 100% !important;
}
.list_carousel li {
  color: #999;
  display: inline-block;
}
.right-box-tag {
  /*margin-top: 20px;*/
  background-color: #171717;
  border-radius: 5px;
  padding: 5px 5px 15px 5px;
}
.right-box-tag.tag-box {
  position: relative;
  margin: 0 14px;
  padding: 0;
  color: #fff;
  font-size: 11px;
}
.right-box-tag.tag-header {
  padding: 0px 10px 5px 10px;
  margin: 0;
}
.tag-box .tag-item {
  margin: 4px 10px;
}
.right-box-tag ul li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #252525;
  border-radius: 0 3px 3px 0;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.right-box-tag ul li a:hover {
  background: rgba(0, 0, 0, 0.9);
}
.right-box-tag ul li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #252525 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.right-box-tag ul li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}
.right-box-tag ul li a:hover::before {
  border-right-color: #555;
}
#tabs-movie {
  color: #b9b9b9;
  overflow: hidden;
}
.tabs-movie-block li {
  float: left;
  text-align: center;
  outline: 0;
  width: 33.333333333%;
  font-size: 14px;
}
#tabs-movie .tabs-movie-block,
.list_carousel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#tabs-movie .tabs-movie-block .active {
  background: #171717;
  color: #46e1ff !important;
}
#tabs-movie .tabs-movie-block a {
  padding: 5px 0;
  display: block;
}
#effect,
#loading-wait {
  position: fixed;
  z-index: 1000;
}
#effect {
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#loading-wait {
  font-size: medium;
  padding: 20px 0;
  top: 50%;
  left: 30%;
  width: 40%;
  background: #fff;
}
.user-action {
  display: block;
  padding-top: 10px;
}
.icon-dl:hover,
.icon-zoom:hover,
.quality:hover,
.right-box-tag ul li a:hover,
.server:hover {
  background-color: #555;
  color: #fff;
}
.icon-dl,
.icon-like,
.icon-view,
.icon-zoom,
.btn-cmt,
.server {
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #252525;
}
.icon-like,
.icon-view,
.icon-zoom,
.btn-cmt,
.server {
  height: 24px;
  padding: 0 5px;
}
.icon-view.active {
  margin-right: 0;
  float: right;
}
.icon-like.active {
  margin-right: 5px;
  float: right;
}
.btn-cmt {
  margin-right: 5px;
  float: right;
}
.server.active {
  pointer-events: none;
  cursor: default;
  background-color: rgba(255, 255, 255, 0.7);
}
.openload {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.openloadvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#show-dl {
  text-align: center;
  margin-top: 10px;
  display: none;
}
#movie-carousel-top {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.quality {
  background: #252525;
  padding: 2px 5px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.8;
  margin: 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fx-device-toutch .top-movie-list #movie-carousel-top,
.fx-device-toutch.fx-device-small .top-movie-list .list_carousel {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}
.jw-svg-icon-chromecast-off path {
  display: none;
}
#close-ads-btn,
.load-more,
.load-rand {
  border-radius: 3px;
  background: #252525;
  cursor: pointer;
}
.load-more,
.load-rand {
  color: #46e1ff;
  font-size: 13px;
  width: 72px;
  padding: 4px 10px;
  margin: 10px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
.load-more.load,
.load-more.load:hover,
.load-rand.load,
.load-rand.load:hover {
  padding: 0;
  background: 0 0;
}
.load-more:hover,
.load-rand:hover {
  color: #dacb46;
  background-color: #555;
}
.random {
  float: right;
  height: 35px;
  width: 30px;
  cursor: pointer;
}
.random:after {
  content: "";
  display: inline-block;
  width: 20px;
  position: relative;
  left: 10px;
  top: 3px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPScjZmZmJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48Y2lyY2xlIGN4PScxMicgY3k9JzEyJyByPScxJz48L2NpcmNsZT48Y2lyY2xlIGN4PScxOScgY3k9JzEyJyByPScxJz48L2NpcmNsZT48Y2lyY2xlIGN4PSc1JyBjeT0nMTInIHI9JzEnPjwvY2lyY2xlPjwvc3ZnPg==);
}
#close-ads-btn {
  min-width: 45px;
  height: 22px;
  padding: 2px;
  line-height: 22px;
  position: relative;
  float: right;
  top: 11px;
  right: 2px;
}
.note {
  margin-top: 10px;
  padding: 5px;
  background-color: #252525;
  line-height: 1.5em;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#video {
  position: relative;
  width: 100%;
  height: 380px;
  background: url(/cdn/js/fonts/v4/file/img/loadingdl.svg) center center no-repeat #000;
}
@media only screen and (max-width: 980px) {
  #video {
    height: 58vw;
    min-height: auto;
  }
}
.icon-dl,
.icon-dl:after {
  height: 24px;
  position: absolute;
}
.icon-dl {
  width: 38px;
  padding: 0;
}
.icon-dl:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmZmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cGF0aCBkPSdNMjEgMTV2NGEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMnYtNCc+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9JzcgMTAgMTIgMTUgMTcgMTAnPjwvcG9seWxpbmU+PGxpbmUgeDE9JzEyJyB5MT0nMTUnIHgyPScxMicgeTI9JzMnPjwvbGluZT48L3N2Zz4=)
    center center no-repeat;
  content: "";
  display: block;
  width: 30px;
  top: 0;
  left: 4px;
}
.icon-view:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmZmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cGF0aCBkPSdNMSAxMnM0LTggMTEtOCAxMSA4IDExIDgtNCA4LTExIDgtMTEtOC0xMS04eic+PC9wYXRoPjxjaXJjbGUgY3g9JzEyJyBjeT0nMTInIHI9JzMnPjwvY2lyY2xlPjwvc3ZnPg==)
    center center no-repeat;
  width: 16px;
}
.icon-like:before,
.icon-view:before,
.server:before {
  content: "";
  display: inline-block;
  height: 16px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}
.server:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmZmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cmVjdCB4PScyJyB5PScyJyB3aWR0aD0nMjAnIGhlaWdodD0nOCcgcng9JzInIHJ5PScyJz48L3JlY3Q+PHJlY3QgeD0nMicgeT0nMTQnIHdpZHRoPScyMCcgaGVpZ2h0PSc4JyByeD0nMicgcnk9JzInPjwvcmVjdD48bGluZSB4MT0nNicgeTE9JzYnIHgyPSc2LjAxJyB5Mj0nNic+PC9saW5lPjxsaW5lIHgxPSc2JyB5MT0nMTgnIHgyPSc2LjAxJyB5Mj0nMTgnPjwvbGluZT48L3N2Zz4=)
    center center no-repeat;
  width: 12px;
}
.server.active:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMicgaGVpZ2h0PScxMicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyMwMDAwMDAnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48Y2lyY2xlIGN4PScxMicgY3k9JzEyJyByPScxMCc+PC9jaXJjbGU+PHBhdGggZD0nTTggMTRzMS41IDIgNCAyIDQtMiA0LTInPjwvcGF0aD48bGluZSB4MT0nOScgeTE9JzknIHgyPSc5LjAxJyB5Mj0nOSc+PC9saW5lPjxsaW5lIHgxPScxNScgeTE9JzknIHgyPScxNS4wMScgeTI9JzknPjwvbGluZT48L3N2Zz4=)
    center center no-repeat;
}
a.server:link {
  color: #bbb;
}
a.active:link {
  color: #121212;
}
.icon-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPScjZmY4MzgyJyBzdHJva2U9JyNmZjgzODInIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48cGF0aCBkPSdNMjAuODQgNC42MWE1LjUgNS41IDAgMCAwLTcuNzggMEwxMiA1LjY3bC0xLjA2LTEuMDZhNS41IDUuNSAwIDAgMC03Ljc4IDcuNzhsMS4wNiAxLjA2TDEyIDIxLjIzbDcuNzgtNy43OCAxLjA2LTEuMDZhNS41IDUuNSAwIDAgMCAwLTcuNzh6Jz48L3BhdGg+PC9zdmc+)
    center center no-repeat;
  width: 16px;
}
.icon-like.liked {
  color: #ff6a88;
  background-color: #1d1d1f;
}
.icon-like.liked {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.movie-ads {
  margin-top: 15px;
  height: 100px;
  text-align: center;
}
.movie-ads-adx {
  padding-bottom: 15px;
  text-align: center;
}
.entry-footer-ads {
  text-align: center;
  margin-bottom: 10px;
  background-color: #171717;
  padding: 10px;
  margin-top: 10px;
}
.movie-ads-index {
  text-align: center;
  height: 100px;
  margin-bottom: 10px;
}
.entry-footer-ads div,
.movie-ads div,
.movie-ads-index div {
  margin: 0 auto;
}
.owl-dots {
  text-align: center;
  height: 37px;
  line-height: 47px;
  vertical-align: middle;
}
.owl-dots span {
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #ddd;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-dots button {
  display: inline-block;
  zoom: 1;
}
.owl-dots .active span,
.owl-dots button:hover span {
  background: linear-gradient(135deg, #e8de82 0, #e2ba1c 86%);
}
.owl-dots .active span {
  width: 38px;
}
.trending-carousel-list {
  padding: 10px 11px 0 10px;
}
#trending-carousel {
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
  overflow: hidden;
  white-space: nowrap;
}
#trending-carousel li {
  display: inline-block;
  margin-right: 18px;
  width: 31.6%;
}
.trending-img-box .ribbon-viewed,
.trending-img-box .ribbon-sub {
  bottom: 7px;
}
#trending-carousel img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
}
.trending-img-box {
  position: relative;
  padding-bottom: 62.5%;
  display: block;
}
.trending-movie {
  height: auto;
  background-color: #171717;
  border-radius: 0 0 5px 5px;
}
@media only screen and (min-width: 640px) and (max-width: 959px) {
  #header-search {
    width: 100%;
    margin-left: 0;
  }
  body {
    min-width: 640px;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 980px) {
  #header .wrap {
    padding: 0;
    height: 46px;
  }
  .searchform {
    top: 0;
  }
  #branding {
    margin: 0;
    float: none;
    height: 0;
  }
  .html-noscroll {
    overflow-y: scroll !important;
  }
  .html-noscroll,
  .html-noscroll body {
    overflow: hidden !important;
    height: 100% !important;
  }
  .html-noscroll #header {
    position: fixed;
    background-color: #000;
  }
  .html-noscroll #main {
    padding-top: 66px;
  }
  #site-title {
    padding: 8px;
    text-align: center;
  }
  .site-container {
    overflow: hidden;
  }
  .site-content {
    position: absolute;
    top: 44px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .header-icon-new,
  .header-icon-new-bottom,
  .header-icon-new-top {
    position: absolute;
    -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header-icon-new {
    display: block;
    z-index: 3;
    top: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-tap-highlight-color: transparent;
  }
  .header-icon-new-bottom,
  .header-icon-new-top {
    top: 7px;
    left: 7px;
    width: 30px;
    height: 30px;
  }
  .line-top {
    top: 14px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .line-bottom {
    bottom: 14px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
  .line,
  .menu ul {
    display: block;
    position: absolute;
  }
  .line {
    width: 17px;
    height: 1px;
    background: #fff;
    left: 7px;
    -webkit-transition: -webkit-transform 0.1596s
      cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s,
      -webkit-transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
  }
  .search-sidebar .header-icon-new-top,
  .with-sidebar .header-icon-new-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .search-sidebar .header-icon-new-bottom,
  .with-sidebar .header-icon-new-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .search-sidebar .header-icon-new-bottom,
  .search-sidebar .header-icon-new-top,
  .with-sidebar .header-icon-new-bottom,
  .with-sidebar .header-icon-new-top {
    -webkit-transition: -webkit-transform 0.3192s
      cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s,
      -webkit-transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }
  .header-icon-new-bottom,
  .header-icon-new-top,
  .search-sidebar .line,
  .with-sidebar .line {
    -webkit-transition: -webkit-transform 0.1806s
      cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96),
      -webkit-transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
    -webkit-transform: none;
    transform: none;
  }
  .search-sidebar .main-menu,
  .with-sidebar .main-menu {
	z-index:101;
    height: 100%;
    background: #141719cc;
    -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
      height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
      height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  input.search-submit {
    border-left: 1px solid #333;
  }
  .main-menu,
  #lang-area {
	z-index:101;
    height: 0;
    position: fixed;
    width: 100%;
    top: 46px;
    /*background: rgba(0, 0, 0, 0.8);*/
    overflow-y: scroll!important;
    max-height: none;
    -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
      height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
    transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
      height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  .with-sidebar .menu {
    height: 100%;
  }
  .menu ul {
	display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
	z-index: 1;
    top: 10px;
    right: 0;
    /* bottom: 0; */
    left: 0;
    max-width: 664px;
    margin: 0 auto;
    /* padding: 0 40px; */
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
  }
  .menu li {
	display: block;
    font-size: 17px;
    height: 38px;
    /* text-align: left; */
    line-height: 30px;
    font-weight: 200;
    /* border-bottom: 1px solid #333; */
    float: left;
    background: #00000073;
    margin: 0 5px 5px 0;
    /* padding: 5px; */
    color: #dadada;
    text-align: center;
    border-radius: 10px;
  }
  .menu li:last-child {
    border-bottom: none;
  }
  .with-sidebar .menu ul {
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  .search-sidebar,
  .with-sidebar {
    position: relative;
    overflow: hidden;
  }
  .search-text-div {
    background-color: #1d1d1f;
  }
  .search-sidebar .menu-search,
  .with-sidebar .menu-search {
    background: #000;
    visibility: visible;
    -webkit-transition: background 0.18s cubic-bezier(0.32, 0.08, 0.24, 1) 0.18s,
      visibility 0s linear 0s;
    transition: background 0.18s cubic-bezier(0.32, 0.08, 0.24, 1) 0.18s,
      visibility 0s linear 0s;
  }
  .search-sidebar .search-icon,
  .with-sidebar .search-icon {
    opacity: 0;
    visibility: hidden;
  }
  .menu a {
    padding: 0;
    color: #ddd;
  }
  .btn,
  button,
  input,
  select,
  textarea {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    background-color: #1d1d1f;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding-left: 0;
  }
  input.search-submit {
    background-repeat: no-repeat;
    background-position: 17px -11px;
  }
  #main-content,
  .sidebar-right {
    width: 100%;
    float: none;
  }
  .sidebar-right {
    margin: 12px 0;
  }
  .icon-zoom {
    display: none;
  }
  .movie-list-index.home-v2 ul.last-film-box > li {
    width: 31%;
  }
  #nextTop,
  #prevTop {
    display: none;
  }
  .movie-carousel-top-item {
    width: 250px;
    height: 180px;
  }
}
@media screen and (max-width: 640px) {
  body {
    min-width: 320px;
  }
  #header-search {
    float: none;
    width: 100%;
    margin: 0;
    padding: 15px 0 0;
    overflow: hidden;
  }
  #loading-wait {
    width: 90%;
    left: 5%;
  }
  .movie-list-index.home-v2 ul.last-film-box > li:nth-child(3n + 3) {
    margin-right: 4%;
  }
  .movie-list-index.home-v2 ul.last-film-box > li:nth-child(2n + 2) {
    margin-right: 0;
  }
  .movie-list-index.home-v2 ul.last-film-box > li {
    width: 47%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 420px) {
  #trending-carousel li {
    margin-right: 14px;
    width: 47.9%;
  }
  .trending-carousel-list {
    padding: 10px 10px 0;
  }
}
.owl-item li {
  width: 100% !important;
  margin: 0 !important;
  display: block;
}
.owl-carousel {
  display: block;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
#trending-filters {
  position: absolute;
  top: 2px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#trending-filters:before {
  content: "";
  display: inline-block;
  height: 24px;
  position: relative;
  top: 4px;
  left: 5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJz48bGluZSB4MT0nOCcgeTE9JzYnIHgyPScyMScgeTI9JzYnPjwvbGluZT48bGluZSB4MT0nOCcgeTE9JzEyJyB4Mj0nMjEnIHkyPScxMic+PC9saW5lPjxsaW5lIHgxPSc4JyB5MT0nMTgnIHgyPScyMScgeTI9JzE4Jz48L2xpbmU+PGxpbmUgeDE9JzMnIHkxPSc2JyB4Mj0nMy4wMScgeTI9JzYnPjwvbGluZT48bGluZSB4MT0nMycgeTE9JzEyJyB4Mj0nMy4wMScgeTI9JzEyJz48L2xpbmU+PGxpbmUgeDE9JzMnIHkxPScxOCcgeDI9JzMuMDEnIHkyPScxOCc+PC9saW5lPjwvc3ZnPg==)
    center center no-repeat;
  width: 24px;
}
.trending-header {
  position: relative;
}
#trending-filters:hover .trending-filters-options {
  display: block;
}
#trending-filters .trending-filters-options {
  display: none;
  background-color: #222;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  right: 0;
}
#trending-filters .trending-filters-options span {
  width: 100px;
  text-align: right;
  display: inline-block;
  padding: 2px 5px 2px 0;
}
#trending-filters .trending-filters-options .active {
  color: #46e1ff;
}
#trending-filters .trending-filters-options span:hover {
  background-color: rgb(0 0 0/80%);
  border-radius: 5px;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 10px;
  padding: 15px 15px 15px 50px;
  max-width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #000;
  opacity: 1;
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  border-left: 4px solid #006df0;
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMjQnIGhlaWdodD0nMjQnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nIzAwNkRGMCcgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgY2xhc3M9J2ZlYXRoZXIgZmVhdGhlci1pbmZvJz48Y2lyY2xlIGN4PScxMicgY3k9JzEyJyByPScxMCc+PC9jaXJjbGU+PGxpbmUgeDE9JzEyJyB5MT0nMTYnIHgyPScxMicgeTI9JzEyJz48L2xpbmU+PGxpbmUgeDE9JzEyJyB5MT0nOCcgeDI9JzEyLjAxJyB5Mj0nOCc+PC9saW5lPjwvc3ZnPg==) !important;
}
#toast-container > .toast-error {
  border-left: 4px solid #a62c2c;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPScjYTYyYzJjJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nZmVhdGhlciBmZWF0aGVyLWFsZXJ0LWNpcmNsZSc+PGNpcmNsZSBjeD0nMTInIGN5PScxMicgcj0nMTAnPjwvY2lyY2xlPjxsaW5lIHgxPScxMicgeTE9JzgnIHgyPScxMicgeTI9JzEyJz48L2xpbmU+PGxpbmUgeDE9JzEyJyB5MT0nMTYnIHgyPScxMi4wMScgeTI9JzE2Jz48L2xpbmU+PC9zdmc+) !important;
}
#toast-container > .toast-success {
  border-left: 4px solid #6ac259;
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB2aWV3Qm94PScwIDAgNDI2LjY2NyA0MjYuNjY3JyB3aWR0aD0nMTgnIGhlaWdodD0nMTgnPjxwYXRoIGQ9J00yMTMuMzMzIDBDOTUuNTE4IDAgMCA5NS41MTQgMCAyMTMuMzMzczk1LjUxOCAyMTMuMzMzIDIxMy4zMzMgMjEzLjMzM2MxMTcuODI4IDAgMjEzLjMzMy05NS41MTQgMjEzLjMzMy0yMTMuMzMzUzMzMS4xNTcgMCAyMTMuMzMzIDB6bS0zOS4xMzQgMzIyLjkxOGwtOTMuOTM1LTkzLjkzMSAzMS4zMDktMzEuMzA5IDYyLjYyNiA2Mi42MjIgMTQwLjg5NC0xNDAuODk4IDMxLjMwOSAzMS4zMDktMTcyLjIwMyAxNzIuMjA3eicgZmlsbD0nIzZhYzI1OSc+PC9wYXRoPjwvc3ZnPg==) !important;
}
#toast-container > .toast-warning {
  border-left: 4px solid #f89406;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyNCcgaGVpZ2h0PScyNCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPScjRjg5NDA2JyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMicgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nZmVhdGhlciBmZWF0aGVyLWFsZXJ0LXRyaWFuZ2xlJz48cGF0aCBkPSdNMTAuMjkgMy44NkwxLjgyIDE4YTIgMiAwIDAgMCAxLjcxIDNoMTYuOTRhMiAyIDAgMCAwIDEuNzEtM0wxMy43MSAzLjg2YTIgMiAwIDAgMC0zLjQyIDB6Jz48L3BhdGg+PGxpbmUgeDE9JzEyJyB5MT0nOScgeDI9JzEyJyB5Mj0nMTMnPjwvbGluZT48bGluZSB4MT0nMTInIHkxPScxNycgeDI9JzEyLjAxJyB5Mj0nMTcnPjwvbGluZT48L3N2Zz4=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #fff;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    width: 22em;
  }
}
.lang-form {
    /* display: inline-block; */
    margin: 0;
    /* background-color: #121212; */
    padding: 20px;
    position: relative;
    text-align: left;
    width: auto;
    vertical-align: middle;
    /* top: 20%; */
    border-radius: 5px;
    max-width: 664px;
    margin: 0 auto;
}
.lang-form button {
  cursor: pointer;
}
.lang-form .psw {
  line-height: 30px;
  font-weight: 200;
}
.form-input {
  text-align: center;
}
.lang-form button,
.lang-form input,
.lang-form textarea {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background-color: #1d1d1f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.lang-form input[type="checkbox"] {
  width: auto;
}
.lang-form button[type="submit"] {
  background: brown;
}
.lang-form .remember {
  float: right;
  line-height: 30px;
  font-weight: 200;
}
.lang-form .button {
  text-align: center;
  margin-top: 10px;
}
.lang-form .title {
  text-align: center;
  border-bottom: 1px solid #252525;
  font-size: 17px;
  font-weight: 200;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.lang-form label {
  width: 100px;
  line-height: 35px;
  display: inline-block;
}
.lang-form .register {
  color: #46e1ff;
  cursor: pointer;
}
.lang-icon {
  text-transform: none;
  float: right;
  cursor: pointer;
  align-items: center !important;
  width: auto;
  font-size: 0;
  display: flex;
  -webkit-transition: opacity 0.7s ease-in-out;
  -moz-transition: opacity 0.7s ease-in-out;
  -o-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.lang-icon:hover {
  color: #dacb46;
}
.lang-icon.login:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMScgaGVpZ2h0PScyMScgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nZmVhdGhlciBmZWF0aGVyLXNtaWxlJz48Y2lyY2xlIGN4PScxMicgY3k9JzEyJyByPScxMCc+PC9jaXJjbGU+PHBhdGggZD0nTTggMTRzMS41IDIgNCAyIDQtMiA0LTInPjwvcGF0aD48bGluZSB4MT0nOScgeTE9JzknIHgyPSc5LjAxJyB5Mj0nOSc+PC9saW5lPjxsaW5lIHgxPScxNScgeTE9JzknIHgyPScxNS4wMScgeTI9JzknPjwvbGluZT48L3N2Zz4=);
}
.lang-icon:before {
  display: block;
  z-index: -1;
  width: 46px;
  height: 46px;
}
.search-sidebar .lang-icon,
.with-sidebar .lang-icon {
  opacity: 0;
  visibility: hidden;
}
.lang-form #login-error {
  color: #980202;
  text-align: left;
}
@media only screen and (min-width: 980px) {
  .lang-icon {
    position: relative;
    top: -9px;
    font-size: 13px;
  }
  .menu ul {
    max-height: 30px;
    text-transform: uppercase;
    overflow: hidden;
  }
  .lang-icon:before {
    width: 36px;
  }
}
.login-group {
  position: relative;
}
.login-user {
  display: none;
  background-color: #222;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 45px;
  padding: 0 0 10px;
  width: 250px;
}
.login-user.active {
  display: block;
}
.login-user a {
  display: flex;
  padding: 0.5rem 1rem;
  font-size: 0.8125rem;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
}
.login-user a:hover {
  background-color: rgb(0 0 0/80%);
  border-left: 4px solid #555;
}
.login-user svg {
  margin-right: 10px;
}
.login-user span {
  vertical-align: text-bottom;
}
.login-user .avatar {
  position: relative;
  width: 50px;
  left: 50%;
  border-radius: 0.5rem;
  margin-bottom: -20px;
  -webkit-box-shadow: 2px 2px 16px 0 rgb(168 179 211/80%);
  box-shadow: 2px 2px 16px 0 rgb(168 179 211/80%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.login-user h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.login-user .cover {
  background: rgb(0 0 0/20%);
  height: 50px;
}
.emoji-picker-icon {
	right:-10px!important;
}
.emoji-menu {
	right:-20px!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0 1000px #1d1d1f inset;
  transition: background-color 5000s ease-in-out 0s;
}
.icon-like.anyliked {
  color: #ff8382;
  pointer-events: none;
  cursor: default;
}
.lang-sidebar .search-icon,
.lang-sidebar .header-icon-new {
  display: none;
}
#lang-area {
  z-index:101;
  height: 0;
  position: fixed;
  width: 100%;
  top: 46px;
  /*background: rgba(0, 0, 0, 0.8);*/
  overflow-y: hidden;
  max-height: none;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.lang-sidebar #lang-area {
  z-index: 101;
  text-align: center;
  height: 100%;
  /*background: rgb(0 0 0/70%);*/
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.forgot-password {
  float: left;
  margin-bottom: 5px;
}
.top-movie.user {
  overflow: auto;
}
.profile .profile-nav .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #ddd;
}
.profile-info {
  margin-bottom: 2rem;
}
.profile ul {
  padding-left: 0;
  margin: 0;
}
.profile .profile-nav li:not(:last-child) {
  margin-right: 1.25rem;
}
.profile li {
  display: inline-block;
  list-style: none;
}
.title-with-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-with-avatar .avatar {
  margin-right: 1rem;
  border-radius: 50%;
}
.profile {
  background: #171717;
  padding: 10px;
}
.profile-nav svg {
  margin-right: 0.5rem;
  vertical-align: middle;
}
.profile .profile-nav li.active > a::before,
.profile .profile-nav li:hover > a::before {
  opacity: 1;
}
.profile .profile-nav li > a:before {
  content: "";
  position: absolute;
  background: #dc3545;
  left: 0;
  bottom: 0;
  height: 0.15rem;
  width: 100%;
  opacity: 0;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.profile .profile-nav li > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0;
}
.profile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.profile-video #main-content {
  width: 100%;
}
.profile .profile-nav li .count {
  color: #8e9194;
  font-size: 0.8125rem;
  margin-left: 0.75rem;
}
.inactive-color {
  color: #8e9194;
}
.profile-info .title-box h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 980px) {
  .profile-video .movie-list-index.home-v2 ul.last-film-box > li {
    width: 23.7%;
  }
  .profile-video .movie-list-index.home-v2 ul.last-film-box > li {
    margin-right: 1.6%;
  }
  .profile-video
    .movie-list-index.home-v2
    ul.last-film-box
    > li:nth-child(4n + 4) {
    margin-right: 0;
  }
  .comments .new-comment {
    width: 70%;
  }
}
@media (max-width: 576px) {
  .profile-info {
    margin-bottom: 1rem;
  }
}
.icon-save:before {
  content: "";
  display: inline-block;
  height: 20px;
  position: relative;
  top: 2px;
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgY2xhc3M9J2ZlYXRoZXIgZmVhdGhlci1ib29rbWFyayc+PHBhdGggZD0nTTE5IDIxbC03LTUtNyA1VjVhMiAyIDAgMCAxIDItMmgxMGEyIDIgMCAwIDEgMiAyeic+PC9wYXRoPjwvc3ZnPg==);
  width: 20px;
}
.icon-save.active:before {
  background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMjAnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmY4MzgyJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgY2xhc3M9J2ZlYXRoZXIgZmVhdGhlci1ib29rbWFyayc+PHBhdGggZD0nTTE5IDIxbC03LTUtNyA1VjVhMiAyIDAgMCAxIDItMmgxMGEyIDIgMCAwIDEgMiAyeic+PC9wYXRoPjwvc3ZnPg==);
}
.icon-save {
  cursor: pointer;
  float: right;
  margin-right: 2px;
}
.comment-like {
  position: relative;
  height: 20px;
}
.comment-like img {
  vertical-align: middle;
  margin: 5px;
}
.comment-like .emoji-like {
  width: 100px;
}
.comment-like .emoji-like img {
  transition: transform 0.5s;
}
.comment-like .emoji-like img:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.like-infor {
  display: block;
  font-size: 10px;
  font-weight: 200;
  margin-top: 5px;
}
.like-infor img {
  vertical-align: top;
  margin-right: 5px;
}
.like-infor img:not(:first-child) {
  margin-left: 5px;
}
.title .pr-2 {
  margin-right: 0.5rem;
}
.title .inactive-color {
  font-size: 12px;
}
.disable {
  opacity: 0.5;
  cursor: wait;
  pointer-events: none;
}
.anyliked {
	color: #ff8382;
    pointer-events: none;
    cursor: default;
}
.disable input {
  cursor: wait;
  opacity: 0.3;
}
ul.notification-block {
  margin: 0;
  padding: 0;
}
li.notification {
  display: flex;
  align-content: center;
  flex-direction: column;
  margin-bottom: 1px;
}
.notification-header {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  background: #333;
  border-left: 7px solid #444;
}
.notification-header.new {
  border-left: 7px solid #dc3545;
  background: #171717;
}
span.notification-title {
  color: #8e9194;
  padding: 5px;
  width: 100%;
  min-height: 35px;
}
.notification-detail {
  display: none;
  flex-wrap: wrap;
  background: #5a5a5a;
}
span.notification-item {
  border: 1px solid #888;
  padding: 2px;
  border-radius: 10px;
  margin: 2px;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
}
span.notification-item.new {
  border: 1px solid #ff6a88;
  background: #ff6a8859;
}
.notification-icon-viewmore,
.notification-icon-delete {
  cursor: pointer;
  height: 45px;
  align-items: center;
  display: flex;
}
.notification-icon-viewmore {
  width: 45px;
}
.notification-icon-viewmore:before,
.notification-icon-delete:before {
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.notification-icon-viewmore:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nZmVhdGhlciBmZWF0aGVyLWNoZXZyb25zLXJpZ2h0Jz48cG9seWxpbmUgcG9pbnRzPScxMyAxNyAxOCAxMiAxMyA3Jz48L3BvbHlsaW5lPjxwb2x5bGluZSBwb2ludHM9JzYgMTcgMTEgMTIgNiA3Jz48L3BvbHlsaW5lPjwvc3ZnPg==);
}
.notification-icon-viewmore.active:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nZmVhdGhlciBmZWF0aGVyLWNoZXZyb25zLWRvd24nPjxwb2x5bGluZSBwb2ludHM9JzcgMTMgMTIgMTggMTcgMTMnPjwvcG9seWxpbmU+PHBvbHlsaW5lIHBvaW50cz0nNyA2IDEyIDExIDE3IDYnPjwvcG9seWxpbmU+PC9zdmc+);
}
.notification-icon-delete:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyMCcgaGVpZ2h0PScyMCcgdmlld0JveD0nMCAwIDI0IDI0JyBmaWxsPSdub25lJyBzdHJva2U9JyNmZmYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBjbGFzcz0nZmVhdGhlciBmZWF0aGVyLXgnPjxsaW5lIHgxPScxOCcgeTE9JzYnIHgyPSc2JyB5Mj0nMTgnPjwvbGluZT48bGluZSB4MT0nNicgeTE9JzYnIHgyPScxOCcgeTI9JzE4Jz48L2xpbmU+PC9zdmc+);
}
.lang-icon.active:after,
.menu-notifi-icon.active:after {
  display: block;
}
.menu-notifi-icon {
  display: flex;
}
.menu-notifi-icon:after {
  content: attr(count-notifiaction);
  display: none;
  position: relative;
  left: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background: #e41e3f;
  padding: 2px;
  border-radius: 50%;
  font-size: 10px;
  width: 12px;
  height: 12px;
}
.lang-icon:after {
  content: attr(count-notifiaction);
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 12px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background: #e41e3f;
  padding: 2px;
  border-radius: 50%;
  font-size: 10px;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 980px) {
  .lang-icon:after {
    left: 20px;
  }
}
.load-more-keyword {
  border-radius: 3px;
  background: #252525;
  cursor: pointer;
}
.load-more-keyword {
  color: #46e1ff;
  font-size: 13px;
  width: 72px;
  padding: 4px 10px;
  margin: 10px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
.load-more-keyword:hover {
  color: #dacb46;
  background-color: #555;
}
.info-toggle-button .more-text {
  display: none;
}
.info-more-button .more-text {
  display: inline-block;
}
.info-more-button .less-text {
  display: none;
}
.load-more-actor {
  border-radius: 3px;
  background: #252525;
  cursor: pointer;
}
.load-more-actor {
  color: #46e1ff;
  font-size: 13px;
  width: 72px;
  padding: 4px 10px;
  margin: 10px auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
}
.load-more-actor:hover {
  color: #dacb46;
  background-color: #555;
}
.info-toggle-button1 .more-text {
  display: none;
}
.info-more-button1 .more-text {
  display: inline-block;
}
.info-more-button1 .less-text {
  display: none;
}
.info-more {
  height: auto !important;
}
.blur {
  filter: blur(5px)!important;
  transition: filter 1s ease;
}
span.view-onl {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fafbee;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
   background: none repeat scroll 0 0 rgba(17,17,17,.6);
   padding: 5px 5px 5px 5px;
   border-radius: 10px 0px 10px 0;
   border-right: 3px solid var(--theme-color);
}
span.name-actor {
  position: absolute;
  bottom: 4px;
  right: 4px;
  left: 4px;
  color: #fafbee;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
   background: none repeat scroll 0 0 rgba(17,17,17,.6);
   padding: 5px 5px 5px 5px;
   border-radius: 0px 0px 10px 10px;
   text-align: center;
}
.ratio-3_4 {
	aspect-ratio: 4 / 3;
}
.ratio-1_1-5 {
	object-fit: cover!important;
	object-position: top;
	border-radius: 10px;
	position: relative;
	width: 100%;
	height: unset!important;
	aspect-ratio: 1 / 1.5;
}
.ratio-1_1 {
	object-fit: cover!important;
	object-position: top;
	border-radius: 10px;
	position: relative;
	height: unset!important;
	aspect-ratio: 1 / 1;
}
.label {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #980202;
  color: #fff;
  padding: 2px 10px 2px 10px;
  line-height: 15px;
  font-size: 13px;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
  border-radius: 10px 0px 10px 0;
}
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;
}
.label-side {
  position: absolute;
  background: #980202;
  color: #fff;
  padding: 2px 5px 2px 5px;
  line-height: 15px;
  font-size: 10px;
  opacity: 0.8;
  -moz-border-radius: 10px 0px 10px 0;
  -webkit-border-radius: 10px 0px 10px 0;
  border-radius: 10px 0px 10px 0;
}
.notice {
    position: relative;
    width: 100%;
    background: #272727;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #c53f3f 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: #c53f3f transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -10px;
    left: 15px;
}
.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: 15px
}
.color-search {
    color: #c53f3f;
    font-weight: 600;
}

.columleft_body{float:left;width:300px}
.columright_body{float:left;width:calc(100% - 350px);}

@media only screen and (max-width:600px){
	.columleft_body,.columright_body{float:none;width:100%;margin-bottom:20px}
}

#extras {
  padding: 3px 0;
  font-size: 13px;
  font-weight: 600;
}
#extras h4 {
  color: #fff;
  font-size: 11px;
  margin: 4px 0 0;
}
#extras a {
  display: inline-block;
  font: 400 13px/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: #980202;
  color: #fff;
}

/* ===== FILTER TABS STYLES ===== */
/* Filter tabs for time-based filtering (all, day, week, month) */
.filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0 20px 0;
  padding-left: 5px; /* Align with content */
  align-items: center;
}

.tab-btn {
  padding: 8px 16px;
  border: 1px solid #292929;
  background: transparent;
  color: #ccc;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  font-family: inherit;
  outline: none;
  user-select: none;
  position: relative;
  overflow: hidden;
}

.tab-btn:hover {
  background: rgba(152, 2, 2, 0.2);
  border-color: #980202;
  color: #ff6a88;
  text-decoration: none;
}

.tab-btn:focus {
  outline: 2px solid #980202;
  outline-offset: 2px;
}

.tab-btn.active {
  background: linear-gradient(135deg, #980202 0%, #dc3545 100%);
  color: #fff;
  border-color: #980202;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(152, 2, 2, 0.3);
  transform: translateY(-1px);
}

.tab-btn.active:hover {
  background: linear-gradient(135deg, #dc3545 0%, #ff6a88 100%);
  border-color: #dc3545;
  color: #fff;
  box-shadow: 0 4px 12px rgba(152, 2, 2, 0.4);
  transform: translateY(-2px);
}

/* Desktop styles for filter-tabs */
@media only screen and (min-width: 769px) {
  .filter-tabs {
    padding-left: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .tab-btn {
    min-width: 80px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 500;
  }
}

/* Responsive styles for filter-tabs */
@media only screen and (max-width: 768px) {
  .filter-tabs {
    gap: 6px;
    margin: 10px 0 15px 0;
    padding: 0 5px;
    justify-content: center;
  }

  .tab-btn {
    padding: 10px 12px;
    font-size: 13px;
    min-width: 60px;
    flex: 1;
    text-align: center;
    border-radius: 6px;
  }
}

@media only screen and (max-width: 480px) {
  .filter-tabs {
    gap: 4px;
    margin: 8px 0 12px 0;
    padding: 0 3px;
  }

  .tab-btn {
    padding: 8px 10px;
    font-size: 12px;
    min-width: 50px;
    flex: 1;
    max-width: calc(25% - 3px);
  }
}

@media only screen and (max-width: 320px) {
  .filter-tabs {
    gap: 2px;
    margin: 6px 0 10px 0;
    padding: 0 2px;
  }

  .tab-btn {
    padding: 6px 8px;
    font-size: 11px;
    min-width: 45px;
  }
}

/* Ripple effect for tab buttons */
.tab-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(152, 2, 2, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.tab-btn:active::before {
  width: 300px;
  height: 300px;
}

/* Loading pulse animation */
.loading-spinner-simple {
  animation: pulse 2s ease-in-out infinite alternate;
}

@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/* Article Container Styles */
.article-container {
  margin: 20px 0;
  padding: 0 5px;
}

.article-container article {
  background: #171717;
  border-radius: 10px;
  padding: 25px;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  border: 1px solid #252525;
}

.article-container article header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #252525;
}

.article-container article header h1 {
  color: #dacb46;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.article-container article header .lead {
  color: #ddd;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-style: italic;
  margin: 0;
}

.article-container article section {
  margin-bottom: 25px;
  padding: 20px 0;
}

.article-container article section:not(:last-child) {
  border-bottom: 1px solid #252525;
}

.article-container article section h2 {
  color: #dacb46;
  font-size: 22px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-left: 3px solid #dacb46;
  font-weight: 600;
}

.article-container article section p,
.article-container article > p {
  color: #bbb;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  text-align: justify;
}

.article-container article section p:last-child,
.article-container article > p:last-of-type {
  margin-bottom: 0;
}

.article-container article section ul {
  margin: 15px 0;
  padding-left: 0;
}

.article-container article section ul li {
  color: #bbb;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.article-container article section ul li:before {
  content: "▶";
  color: #dacb46;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
}

.article-container article footer {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 2px solid #252525;
  text-align: center;
}

.article-container article footer p {
  color: #888;
  font-size: 14px;
  font-style: italic;
  margin: 0;
}

/* Responsive styles for article */
@media only screen and (max-width: 980px) {
  .article-container article {
    padding: 20px 15px;
    margin: 15px 0;
  }
  
  .article-container article header h1 {
    font-size: 24px;
  }
  
  .article-container article header .lead {
    font-size: 16px;
  }
  
  .article-container article section h2 {
    font-size: 20px;
  }
  
  .article-container article section p,
  .article-container article > p {
    font-size: 15px;
  }
  
  .article-container article section ul li {
    font-size: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .article-container {
    padding: 0 2px;
  }
  
  .article-container article {
    padding: 15px 12px;
    border-radius: 8px;
  }
  
  .article-container article header h1 {
    font-size: 22px;
  }
  
  .article-container article header .lead {
    font-size: 15px;
  }
  
  .article-container article section h2 {
    font-size: 18px;
    padding-left: 8px;
  }
  
  .article-container article section p,
  .article-container article > p {
    font-size: 14px;
  }
  
  .article-container article section ul li {
    font-size: 14px;
    padding-left: 20px;
  }
}