#download-page, #detail-page {
    max-width: 980px;
    padding: 0;
}
#detail-page .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}
#detail-page .image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
#detail-page .image .avatar {
    position: absolute;
    width: 250px;
    height: 150px;
    object-fit: cover;
    border: 1px solid #fff;
    bottom: 10px;
    left: 10px;
}
.film-info>.text {
    background: #252525;
    padding: 10px;
    margin: 10px 0 0;
}
#detail-page .image .icon-play {
    background: rgba(0, 0, 0, 0.6);
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    transform: scale(1.5);
    transition: all .3s ease-in-out;
    cursor: pointer;
    opacity: .7;
}
#detail-page .image .text {
    position: absolute;
    bottom: 10px;
    left: 200px;
}
#detail-page .image .text h1 {
    margin: 0 0 8px;
    color: #fff;
    font: 30px 'UTMCafetaRegular';
    text-shadow: 0 2px 1px #333;
}
.film-info h1 {
    font-size: 24px;
    margin: 20px 0 8px;
    color: #ff9601;
}
#detail-page .image .text h2 {
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 700;
    text-shadow: 0 2px 1px #333;
}
#detail-page .list-button li {
    display: inline-block;
    MARGIN-LEFT: -5PX;
    MARGIN-RIGHT: -5PX;
}
#detail-page .list-button li a {
    font-weight: 700;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
#detail-page .film-info .social {
    margin: 10px 0;
    overflow: hidden;
}
.box-rating {
    clear: both;
    float: left;
    width: 100%;
    padding: 8px 0px;
    color: #bbb;
}
#detail-page .film-info .entry-meta {
    margin: 0;
}
.text .block-film {
    margin: 10px 0 0;
    border-bottom: 1px solid #3a3a3a;
    padding: 0 0 10px;
}
.entry-meta {
    margin: 35px 0 10px;
    clear: both;
    overflow: hidden;
}
.film-content, .entry-meta li, .entry-meta li a {
    color: #828282;
}
.entry-meta li {
    width: 30%;
    float: left;
    margin: 0 3% 0 0;
}
.entry-meta li label {
    color: #fff;
    font-size: 13px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.latest-episode {
    background: #252525;
    overflow: hidden;
    padding: 5px;
    margin: 10px 0 0;
}
.latest-episode .heading {
    float: left;
    margin: 6px;
    color: #fff;
    height: 30px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
}
.latest-episode>a {
    float: left;
    margin: 5px;
    padding: 7px;
    background: #3a3a3a;
    color: #fdfdfd;
    border-radius: 3px;
    font-size: 13px;
}
.latest-episode>a.active {
	background: #696969;
	color: #fff;
}
.latest-episode>a:hover,
.latest-episode>a.current {
	background: #c58560;
	color: #fff;
}
.icon-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 15px solid transparent;
    border-left: 20px solid #fff;
    margin: -15px 0 0 -6px;
}
.film-content {
    line-height: 1.5em;
}
.film-content, .entry-meta li, .entry-meta li a {
    color: #828282;
}
.block-film .heading {
    margin-bottom: 15px;
    font: 22px 'UTMCafetaRegular';
    color: #ff9658;
}
.film-content h2, .film-content h3, .film-content h4 {
    font-weight: 700;
    font-size: 1.2em;
    margin: 0 0 5px;
}
#film-content-wrapper>#film-content {
    overflow: hidden;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}
#tags {
    margin: 10px 0 0;
}

.tags-list {
    overflow: hidden;
    line-height: 1.5em;
    overflow-y: auto;
}
.tags-list>li {
    float: left;
    margin: 0 0.2em 0.8em 0;
}
.tag a {
    display: inline-block;
    font-size: 12px;
    color: #e5e7eb;
    line-height: 1.1em;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 20px;
}
.tag a:hover {
    color: #ffbade;
    text-decoration: none;
    text-shadow: 0 1px rgb(0 0 0 / 15%);
    outline: none;
}
.anif-block-ul li .film-detail .fd-infor {
    overflow: hidden;
}
.tick {
    display: flex;

}
.tick .tick-item:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.tick-item.tick-sub {
    background: #b0e3af;
    color: #111;
}
.tick-item {
    font-size: 12px!important;
    font-family: arial;
    line-height: 1;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 6px;
    height: 20px;
    border-radius: 0;
    background: #fff;
    color: #111;
}
.tick-item i {
    font-size: 1em!important;
    top: auto!important;
}
.tick .tick-item+.tick-item {
    margin-left: 2px;
}
.tick .tick-item:last-of-type {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.tick-item.tick-dub {
    background: #b9e7ff;
    color: #111;
}
#detail-page .image .poster {
    position: absolute;
    width: 180px;
    height: 250px;
    object-fit: cover;
    border-radius: 0.5rem;
    background-color: #2f3346;
    bottom: 10px;
    left: 10px;
}
.size-10 {
    width: 2.5rem;
    height: 2.5rem;
}
.relative {
    position: relative;
}
.rotate-\[90deg\] {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.size-full {
    width: 100%;
    height: 100%;
}
.text-yellow-400\/30 {
    color: #facc154d;
}
.stroke-current {
    stroke: currentColor;
}
.fill-yellow-400\/20 {
    fill: #facc1533;
}
.text-yellow-400 {
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.stroke-current {
    stroke: currentColor;
}
.text-center {
    text-align: center;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.-translate-y-1\/2 {

    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.flex {
    display: flex;
}
.top-1\/2 {
    top: 30%;
}
.start-1\/2 {
    inset-inline-start: 30%;
}
.absolute {
    position: absolute;
}
.text-white {

    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.font-medium {
    font-weight: 500;
}
.text-xs, .text-xs\/4 {
    font-size: .75rem;
    line-height: 1rem;
}
.items-center {
    align-items: center;
}.mt-4 {
    margin-top: 0.1rem;
}
.tick-item.tick-quality {
    background: #ffbade;
    color: #111;
}

.tick .tick-item+.tick-item {
    margin-left: 2px;
}
.tick-item.tick-eps {
    background: rgba(238,238,238,.2);
    color: #fff;
}
.tick-item.tick-eps.tick-hot {
    background: #252525;
    font-size: 11px!important;
    color: #aaa;
}
.anis-content {
    position: relative;
}
.anis-content .anisc-detail {

}
.anis-content .anisc-detail .film-description {
    margin-bottom: 0;
}
.anis-content .anisc-detail .film-description .text {
    font-weight: 300;
    line-height: 1.5em;
    font-size: 13px;
}
.anis-content .anisc-detail .film-description .text .btn-more-desc {
    margin-left: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    height: 16px;
}
.anis-content .anisc-detail .film-text, .anisc-info .film-text {
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 11px;
}
.item-head {
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
}
.anis-content .anisc-info, .anis-content .anisc-info-wrap {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: auto;
    background: 0 0;
    transform: none;
}
.anisc-info .film-text {
    margin-top: 20px;
}
.anis-content .anisc-detail .film-text, .anisc-info .film-text {
    font-weight: 300;
    line-height: 1.5em;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
}
.w-hide {
    display: none;
}
.cc-top .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cc-top .item .h-item {
    flex-grow: 1;
    background-color: #ffffff05;
    border-radius: 0.5rem;
    overflow: hidden;
    gap: 0;
}
.h-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
.v-thumb-m {
    width: 80px;
    flex-shrink: 0;
}
.v-thumbnail {
    width: 100%;
    padding-bottom: 150%;
    height: 0;
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    display: block;
    background-color: #2f3346;
}
a {
    cursor: pointer;
    color: #fff;
    text-decoration: none!important;
}
a:hover {
    color: #ffd875;
}

.antiselect, .app-download-button, .d-item .spoil-toggle, .dm-bar .item, .player-control *, .reason-list .h-item, .sound-cover, .v-actor, .v-thumbnail, .v-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.cover-fade .cover-image img, .gallery-row .item img, .object-fit img, .sound-cover img, .user-avatar img, .v-actor img, .v-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}
.cc-top .item .h-item .info {
    padding: 0.6rem 1rem;
}
.h-item .info {
    flex-grow: 1;
}
.h-item .info .item-title {
    margin-bottom: 0.4rem;
}
.alias-title, .item-title {
    font-weight: 400;
    line-height: 1.5;
}
.item-title {
    color: #fff;
    font-size: 1em;
    margin-bottom: 0.5rem;
}
.lim-2 {
    -webkit-line-clamp: 2;
}
.lim-1, .lim-2, .lim-3, .name-short {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal!important;
}
.alias-title {
    color: #aaa;
    font-size: .9em;
    margin-bottom: 0;
}
.alias-title, .item-title {
    font-weight: 400;
    line-height: 1.5;
}
.item-title {
    color: #fff;
    font-size: 1em;
    margin-bottom: 0.5rem;
}
.lim-1, .lim-2, .lim-3, .name-short {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal!important;
}
.lim-1 {
    -webkit-line-clamp: 1;
}
.lim-1, .lim-2, .lim-3, .name-short {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.info-line {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.info-line .tag-small {
    margin-right: 0;
}
.info-line .tag-small {
    font-size: .9em;
    color: #aaa;
    white-space: nowrap;
    margin-right: 0.6rem;
    display: inline;
}
.info-line .tag-small+.tag-small {
    margin-left: 3px;
    padding-left: 7px;
    position: relative;
}
.info-line .tag-small+.tag-small:before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    background-color: #ffffff30;
    position: absolute;
    left: -3px;
    top: calc(50% - 3px);
    border-radius: 50%;
}
.cc-top .item .position {
    width: 30px;
    flex-shrink: 0;
    text-align: left;
    font-size: 1.5em;
    font-weight: 800;
    color: #191b24;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.trailer-view .list-film .item a:hover,
.list-film .film-item-ver .name a:hover {
    color: #ffd875;
}
.trailer-view .tabs .tab:hover {
    background: #333;
}
.trailer-view .list-film .item:first-child {
    border-top: none;
}
.trailer-view .list-film .item {
    position: relative;
    padding: 5px 5px 5px 5px;
}
.trailer-view .list-film .item:first-child {
	border-top: none;
}

.trailer-view .list-film .item .number-rank {
    color: #191b24;
    font-weight: bold;
    left: 5px;
    top: 17px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 1.5em;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.trailer-view .list-film .item a {
	color: #fff;
}

.trailer-view .list-film .item a:hover {
	color: #ffd875;
}

.trailer-view .list-film .item .count_view {
	color: #BABABA;
	font-size: 12px;
	margin: 3px 0 0 0;
	font-style: italic;
}

.trailer-view .tabs .tab {
	width: 33.33%;
	padding: 8px 0;
	float: left;
	border-radius: 0;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.trailer-view .tabs .tab:hover {
	color: #ffffff;
}

.trailer-view .tabs .tab.active {
    background-color: #5d5d5d;
}
.entry-meta li a:hover {
    color: #ffd875;
}
.child-discuss {
    padding-top: 20px;
    padding-bottom: 20px;
}
.child-box {
    display: block;
    position: relative;
}
.child-box .child-header {
    font-size: 1.6em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 40px;
}
.child-box .child-header .inc-icon {
    width: 24px;
    height: 24px;
}
.inc-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    font-size: 0!important;
    line-height: 0!important;
}
.child-box .child-header {
    font-size: 1.6em;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 40px;
}
.model-tabs {
    flex-shrink: 0;
    display: flex;
    align-items: stretch;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    padding: 2px;
    font-size: 14px;
    font-weight: 400;
}
.model-tabs .item.active {
    background-color: #fff;
    color: #000;
}
.model-tabs .item {
    height: 26px;
    border-radius: 0.3rem;
    font-size: 13px;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    color: #fff;
    cursor: pointer;
}
.my-area {
    margin-bottom: 1.5rem;
}
.discuss-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
}
.gap-x-3 {
    -moz-column-gap: .75rem;
    column-gap: 0.75rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.mt-1 {
    margin-top: 0.25rem;
}
.text-muted-foreground {
    color: #aaa;
}
.text-xs, .text-xs\/4 {
    font-size: .75rem;
    line-height: 1rem;
}
.uppercase {
    text-transform: uppercase;
}
.font-semibold {
    font-weight: 600;
}
.text-\[10px\] {
    font-size: 10px;
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}
.bg-white\/10 {
    background-color: #ffffff1a;
}
.rounded-md {
    border-radius: 0.375rem;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.inline-flex {
    display: inline-flex;
}
.wc-main .wm-episodes .cg-body-box {
    padding: 0;
}
.cg-body-box {
    padding: 2px 0;
}
.cg-body-box .box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 2rem;
}
.de-type .item.pd {
    background-color: #5e6070;
    color: #fff;
}
.de-type .item.active {
    border: 1px;
}
.de-type .item {

    flex: 1 1;
    max-width: 550px;
    position: relative;
    border-radius: 0.75rem;
    overflow: hidden;
    background-color: var(--bg-4);
}
.de-type .item .m-thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    max-width: 130px;
    mask-image: linear-gradient(270deg,black 0,transparent 95%);
    -webkit-mask-image: linear-gradient(270deg,black 0,transparent 95%);
}
.de-type .item .m-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.de-type .item .info {
    position: relative;
    z-index: 2;
    width: 90%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1rem;
}
.watch-player .wp-bread {
    padding: 0 40px;
    width: 100%;
    margin-bottom: 1.5rem;
}
.line-center {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
.icon-20 {
    width: 20px!important;
    height: 20px!important;
}
.inc-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    font-size: 0!important;
    line-height: 0!important;
}
.inc-icon img, .inc-icon svg {
    width: 100%!important;
    height: 100%!important;
}
img, svg {
    vertical-align: middle;
}
.de-type .item .info .media-title {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.5;
}
.lim-2 {
    -webkit-line-clamp: 2;
}
.lim-1, .lim-2, .lim-3, .name-short {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal!important;
}
.mb-0 {
    margin-bottom: 0!important;
}
.btn-sm {
    font-size: 12px;
    gap: 0.4rem;
    padding: 0.3rem 0.7rem;
    border-radius: 0.3rem;
    min-height: 30px;
}
.btn {
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.1rem;
    border-radius: 0.4rem;
    opacity: 1;
}
.btn:hover {
    opacity: .9;
}
.btn-light {
    background-color: #fff!important;
    color: #000!important;
    border-color: #fff!important;
}
.btn:hover {
    color: #000;
    background: linear-gradient(39deg,rgba(254,207,89,1),rgba(255,241,204,1));
    border-color: #c6c7c8;
}
.schedule-eps {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin: 0.3rem 0;
}
.schedule-eps .item {
    position: relative;
    padding: 0.8rem 46px 0.8rem 55px;
    color: #fff;
    border-radius: 0.5rem;
    background-color: #4158D0;
    background-image: linear-gradient(90deg,#4158D0,#C850C0);
}
.schedule-eps .item .inc-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0005;
    border-radius: 50%;
    overflow: hidden;
}
.inc-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    font-size: 0!important;
    line-height: 0!important;
}
.player-control {
    background-color: #08080A;
    gap: 0;
    justify-content: flex-start;
    width: 100%;
}
.player-control .control-items .item:hover {
    background-color: rgba(83,93,142,.1);
}
.player-control .control-items .item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    padding: 0.6rem 0.8rem;
    cursor: pointer;
    border-radius: 0.4rem;
    white-space: nowrap;
}
.player-control .control-items {
    gap: 1rem;
    width: 100%;
    padding: 0 1rem;
}
.toggle-basic {
    border: 1px solid #fff;
    border-radius: 0.2rem;
    font-size: 10px;
    line-height: 1;
    padding: 0.2rem;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    width: 28px;
    text-align: center;
}
.toggle-basic {
    border: 1px solid #fff;
    border-radius: 0.2rem;
    font-size: 10px;
    line-height: 1;
    padding: 0.2rem;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    width: 28px;
    text-align: center;
}
.toggle-basic:before {
    content: "OFF";
}
.toggle-basic-label.is-on .toggle-basic {
    opacity: 1;
    border-color: #FFD875;
}
.toggle-basic {
    border: 1px solid #fff;
    border-radius: 0.2rem;
    font-size: 10px;
    line-height: 1;
    padding: 0.2rem;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    width: 28px;
    text-align: center;
}
.toggle-basic-label.is-on .toggle-basic:before {
    content: "ON";
}
.player-control .control-items .item:hover {
    background-color: rgba(83,93,142,.1);
}
.antiselect, .app-download-button, .d-item .spoil-toggle, .dm-bar .item, .player-control *, .reason-list .h-item, .sound-cover, .v-actor, .v-thumbnail, .v-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.icon-12 {
    width: 12px;
    height: 12px;
}
.inc-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    font-size: 0!important;
    line-height: 0!important;
}
.watch-player .wp-bread {
    width: 100%;
    margin-bottom: 1.5rem;
}
.btn.btn-circle {
    width: 30px;
    height: 30px;
    padding: 0.4rem;
    border-radius: 3rem;
    min-height: auto!important;
}
.btn-basic, .btn-outline {
    background-color: transparent!important;
    color: #fff!important;
}
.btn-outline {
    border-color: rgba(255,255,255,.5)!important;
}
.heading-sm {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #fff;
}
.de-type {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1rem;
    gap: 1rem;
}
.item-list {
    padding: 10px 0 5px;
}
.item {
    line-height: 1.4em;
    font-size: 13px;
    display: inline-block;
}
.item-list .item-head {
    font-weight: 600;
    margin-bottom: 5px;
}
.item .item-head {
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 5px;
}
.item-list a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1em;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 20px;
    margin: 0 2px 5px 0;
}
.line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;      /* 👈 số dòng muốn hiển thị */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 0px 0;
  line-height: 26px;
  font-size: 12px;
  color: #BBB
}
.alias {
    color: #BBB;
    font-weight: 400;
}
.film-name {
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.share-buttons {
    margin-bottom: 0px;
}
.share-buttons.share-buttons-home .share-buttons-block {

    padding: 20px 0 0px 80px;
}
.share-buttons .share-buttons-block {
    padding: 20px 0;
    position: relative;
}
.share-buttons.share-buttons-home .share-buttons-block .share-icon {
    display: inline-block;
}
.share-icon {
    background-size: cover;
    background-position: 50%;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
}
.share-icon img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.share-buttons.share-buttons-home .sbb-title {
    padding-left: 0;
    border-left: none;
}
.share-buttons .share-buttons-block .sbb-title {
    display: block;
    font-size: 16px;
    float: left;
    position: relative;
}
.mr-3 {
    margin-right: 0.75rem;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.share-buttons .share-buttons-block .sbb-title span {
    color: #22cb4c;
    font-size: 14px;
    text-transform: capitalize;
}
.mb-0 {
    color: #BBB;
    font-size: 12px;
    margin-bottom: 0!important;
}
#footer-about {
    padding: 2rem 0;
}
#footer .footer-top {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#footer .container {
    position: relative;
    z-index: 3;
}
#footer .footer-logo {
    display: block;
    float: left;
    margin: 0 2rem 0 0;
}
#footer .footer-logo img {
    width: auto;
    height: 40px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.footer-joingroup {
    display: flex;
    align-items: center;
}
.footer-joingroup .anw-group {
    display: inline-block;
    padding: 0 0 0 30px;
    border-left: 1px solid rgba(255,255,255,.15);
    font-size: .9em;
}
.anw-group {
    position: relative;
    display: flex;
    align-items: center;
}
.footer-joingroup .anw-group .zrg-title {
    padding-left: 5px;
}
.anw-group .zrg-title {
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-size: 14px;
}
.anw-group>div {
    flex-shrink: 0;
}
.anw-group .zrg-title .top {
    display: block;
    margin: 0;
    font-weight: 400;
    opacity: .5;
    width: 38px;
    line-height: 1;
    padding: 6px 0;
}
.anw-group .zrg-title .bottom {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    display: none;
}
.anw-group .zrg-list {
    height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.anw-group>div {
    flex-shrink: 0;
}
.anw-group .zrg-list .item {
    margin-right: 5px;
    flex-shrink: 0;
}
.anw-group .zrg-list .item .zr-social-button.dc-btn {
    background: #6f85d5;
    color: #fff;
}
.anw-group .zrg-list .item .zr-social-button {
    display: inline-block;
    height: 32px;
    width: 32px;
    text-align: center;
    padding: 0;
    background: rgba(255,255,255,.1);
    border-radius: 50px;
}
.anw-group .zrg-list .item i {
    font-size: 16px;
    line-height: 32px;
    vertical-align: text-bottom;
}
.footer-links {
    margin-bottom: 10px;
    margin-top: 10px;
}
.footer-links ul {
    padding: 0;
}
.ulclear, .ulclear li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    float: left;
    margin-right: 30px;
}
.ulclear, .ulclear li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li a {
    line-height: 30px;
    font-size: 1em;
}
#footer-about .about-text {
    margin: 0 auto 5px;
    line-height: 1.4em;
    opacity: .5;
    font-size: 1.1em;
}
#footer-about .copyright {
    margin-bottom: 0!important;
    opacity: .5;
}
.comment-v {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}
.watch-v {
    text-align: center;
    display: block!important;
    overflow: hidden;
    width: 100%;
}
.toggle-basic-label.is-on .toggle-basic {
    opacity: 1;
    border-color: #FFD875;
}
.toggle-basic {
    border: 1px solid #fff;
    border-radius: 0.2rem;
    font-size: 10px;
    line-height: 1;
    padding: 0.2rem;
    color: #fff;
    opacity: .5;
    cursor: pointer;
    width: 28px;
    text-align: center;
}
.toggle-basic-label.is-on .toggle-basic:before {
    content: "ON";
}
.toggle-basic:before {
    content: "OFF";
}
.watch-player {
    z-index: 3;
}
.watch-container, .watch-player {
    z-index: 2;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
}
.watch-player .player-ratio {
    position: relative;
    border-radius: 0.75rem;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 10%);
}
.watch-player .player-ratio .ratio {
    border-radius: 0.75rem 0.75rem 0 0;
    overflow: hidden;
    background-color: #08080A;
}
.ratio-16x9 {
    --bs-aspect-ratio: 56.25%;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio:before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#custom-skip-intro:hover {
  background: rgba(255, 255, 255, 0.9);
  color: #000;
}
