::selection {
    background: #fd628c;
}

::-moz-selection {
    background: #fd628c;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
  font-feature-settings: normal;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.navbar-dark {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: transparent;
}

body {
  --bs-bg-opacity: 1;
  min-height: 50rem;
  padding-top: 3.5rem;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important;
  color: white;
}

.from-darkest {
  --tw-gradient-to: rgb(9 8 18 / 0);
  --tw-gradient-stops: rgb(33,37,41), var(--tw-gradient-to);
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom,var(--tw-gradient-stops));
}

.nav-link {
  transition: none;
}

.nav-btn {
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  color: #fff;
}

.nav-btn.show,
.nav-btn:hover,
.nav-btn:active {
  color: #fd628c !important;
}

a {
  text-decoration: inherit;
  color: inherit;
}

img.video-cover {

  
  width: 100%;
  max-width: 100%;
  height: auto;
  
}

.text-logo:nth-child(1) {
  
  /*color: rgb(253 98 140);*/
  color: white;
  
}

.text-logo:nth-child(2) {
  background-color:rgb(253 98 140);
  border-radius: 5px;
  color: black;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(217 218 219);
}

.video-card {
  position: relative;
  background-color: transparent;
  border: 0;
  color: rgb(184 186 188);
  padding-bottom: calc(9/16 * 100%);
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #000;
}

a:hover, a:focus,
.more-link:hover,
.more-link:hover svg,
.av-link:hover,
.av-link:focus,
.thumbnail.col:hover div,
.thumbnail.col:hover a,
.thumbnail.group:hover a,
.thumbnail.group:hover div {
  color: rgb(253 98 140);
}

.video-card>a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

span.video-duration {

  position: absolute;
  font-size: 0.9rem;
  line-height: 1.25rem;
  
  bottom: 0.25rem;
  right: 0.25rem;
  
  border-radius: 0.5rem;
  
  color: rgb(229 233 240);
  background-color: rgb(31 41 55 / 0.75);
  
  border-radius: 0.5rem;
  
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  
}

span.video-views, span.video-tag {

  position: absolute;
  font-size: 0.9rem;
  line-height: 1.25rem;
  
  bottom: 0.25rem;
  left: 0.25rem;
  
  border-radius: 0.5rem;
  
  color: rgb(229 233 240);
  background-color: rgb(31 41 55 / 0.75);
  
  border-radius: 0.5rem;
  
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  
}

span.zh-tag {
  
  color: rgb(229 233 240);
  background-color: rgb(200 0 0 / 0.75);
  
}

.video-title {
  
  color: rgb(217 218 219);
  display: block;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: box;
  
  height: 44px;
  
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.video-title.line-3 {
  -webkit-line-clamp: 3;
}


.type-title {
  padding-bottom: 0.5rem;
  padding-top: 2.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.text-nord4 {
  color: rgb(217 218 219);
}

.text-nord6 {
  --tw-text-opacity: 1;
  color: rgb(236 239 244/var(--tw-text-opacity));
}

.font-medium {
  font-weight: 500;
}

.icon-1x1 {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -.35em;
}

.inline {
  display: inline;
}

.font-bold {
  font-weight: 700;
}

.ml-6 {
    margin-left: 1.5rem;
}

.pb-12 {
    padding-bottom: 3rem;
}


.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
}
.mb-6 {
    margin-bottom: 1.5rem;
}

.flex-none {
    flex: none;
}
.mr-4 {
    margin-right: 1rem;
}

.flex-1 {
    flex: 1 1 0%;
}

.content-center {
    align-content: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.h-full {
    height: 100%;
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.max-h-14 {
    max-height: 3.5rem;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.mt-6 {
    margin-top: 1.5rem;
}

.bi {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -.125em;
  fill: currentcolor;
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * 1);
    margin-bottom: calc(0.5rem * 0);
}


.text {
  color: rgb(217 218 219);
}

.av-link.active {
  color: rgb(253 98 140);
}

.page-link {
  border-radius: var(--bs-pagination-border-radius);
  background-color: transparent;
  border-color: transparent;
  color: rgb(236 239 244);
}

.page-link:hover {
  color: rgb(236 239 244);
  background-color: rgb(59 66 82);
  border-color: transparent;
}

.page-link.no-hover:hover {
  color: rgb(236 239 244);
  background-color: transparent;
  border-color: transparent;
  cursor: default;
}

.page-link.active {
  background-color: rgb(253 98 140);
  border-color: transparent;
}

.page-item:not(:first-child) .page-link {
    margin-left: 0px;
}

input.uid::-webkit-outer-spin-button,
input.uid::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.uid[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 767.98px) {

  .navbar-collapse.collapsing,
  .navbar-collapse.collapse.show {
    padding-top: 0.375rem;
    margin-top: 0.375rem;
    border-radius: 0.375rem;
    color: rgb(46 52 64 );
    background-color: rgb(229 233 240 );
    
  }
  
  .navbar-collapse.collapsing a,
  .navbar-collapse.collapse.show a {
    color: black !important;
  }
  
  .navbar-collapse.collapsing a:hover,
  .navbar-collapse.collapse.show a:hover {
    background-color: rgb(255 161 187);
  }
  
  /*
  .thumbnail.col:nth-child(5n) {
    width: 100%;
  }
  
  
  .thumbnail.col {
    width: 100%;
  }*/
}


.sidebar-toggler {
  padding: 0;
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.offcanvas>.offcanvas-header {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.offcanvas>.offcanvas-header>.navbar-brand {
  font-size: 1.25rem;
}

.offcanvas {
  
  --bs-offcanvas-width: 270px;
  
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  
  opacity: 1;
  
  color: #fff!important;
  
  background-color: RGBA(33,37,41,0.5)!important;
}

.offcanvas-body li:hover {
  background: #fd628c;
  color: #000;
  border-radius: 5px;
}

.dropdown-menu {
  --bs-dropdown-item-padding-y: 0.4rem;
  --bs-dropdown-link-active-bg: #fd628c;/*
  --bs-dropdown-link-hover-bg: #fd628c;
  --bs-dropdown-link-hover-color: #fff;*/
}

.expire_badge {
  background-color: var(--bs-danger);
  color: #fff;
  border-radius: var(--bs-border-radius);
  padding: 0 0.4rem;
}


.bd-callout-av {
  --bd-callout-color: #fff;
  --bd-callout-bg: rgba(253,98,140,0.5);
  --bd-callout-border: #fd628c;
}

.bd-callout {
  --bs-link-color-rgb: var(--bd-callout-link);
  --bs-code-color: var(--bd-callout-code-color);
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  color: var(--bd-callout-color, inherit);
  background-color: var(--bd-callout-bg, var(--bs-gray-100));
  border-left: 0.25rem solid var(--bd-callout-border, var(--bs-gray-300));
}



.btn-outline-avtoday {
  --bs-btn-color: #fd628c;
  --bs-btn-border-color: #fd628c;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd628c;
  --bs-btn-hover-border-color: #fd628c;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd628c;
  --bs-btn-active-border-color: #fd628c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd628c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd628c;
  --bs-gradient: none;
}

.btn-avtoday {
  --bs-btn-bg: #fd628c;
  --bs-btn-color: #fff;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: rgba(253,98,140,0.75);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd628c;
  --bs-btn-active-border-color: #fd628c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd628c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd628c;
  --bs-gradient: none;
  
}


.text-bg-av {
  color: #fff !important;
  background-color: RGBA(253, 98, 140, var(--bs-bg-opacity, 1)) !important;
}

.btn-link {
  --bs-btn-color: #fd628c;
  --bs-btn-hover-color: #fd628c;
  --bs-btn-focus-shadow-rgb: 253,98,140;
}

div.thumbnail .video-date,
div.thumbnail .video-actor {
  color: #999 !important;
  font-size: 13px;
  padding-top: 3px;
}

@media (max-width: 767.98px) {
  
  div.topRight--4kMk9.slideAnimation--K36g6, .bottomRight--sO8K2.slideAnimation--K36g6 {
    width: 211px !important;
    height: 118px !important;
  }
  
}

.logined-item, .unlogin-item, .expire_badge {
  display: none;
}

span.video-tag.uncensored {
  
  background: linear-gradient(to right, #6666ffb0, #0099ffb0, #12a912b0, #ff3399b0, #6666ffb0);
  background-size: 200% 100%;
  animation: rainbow_animation 4s linear infinite;
  color: #ffffff;
  
}

@keyframes rainbow_animation {
  to {
    background-position: 200% 0;
  }
}


a.hashtag_link::before {
  content: '#';
  color: #00cfff;
}
a.hashtag_link {
  display: inline-block;
  margin-right: .5rem;
}