/* ===== V9 Pagination (fallback) ===== */
.pagination-wrapper { display:flex; justify-content:center; margin-top:2rem; }
.pagination { display:flex; align-items:center; gap:.25rem; padding:1rem; background-color:#191a1f; border:1px solid #292b34; border-radius:.5rem; list-style:none; margin:0; }
.pagination li { list-style:none; margin:0; }
.pagination a,
.pagination span,
.pagination li a,
.pagination li span,
.pagination .pagination-link,
.pagination > a,
.pagination > span,
.pagination > strong { display:inline-flex; align-items:center; justify-content:center; min-width:2.5rem; height:2.5rem; padding:.5rem; font-size:.875rem; font-weight:500; text-decoration:none; border-radius:.375rem; transition:all .2s ease-in-out; color:#9ca3af !important; background-color:transparent !important; border:1px solid #374151 !important; margin:0 .125rem; }
.pagination a:hover,
.pagination li a:hover,
.pagination .pagination-link:hover { background-color:#374151; color:#fff; border-color:#4b5563; text-decoration:none; }
.pagination .current,
.pagination span.current,
.pagination .active a,
.pagination li.active a,
.pagination strong,
.pagination > strong { background-color:#db2424 !important; color:#fff !important; border-color:#db2424 !important; }
.pagination .current:hover,
.pagination .active a:hover,
.pagination li.active a:hover,
.pagination strong:hover { background-color:#b91c1c !important; border-color:#b91c1c !important; }
.pagination .prev, .pagination .next { padding:.5rem .75rem; }
.pagination .disabled, .pagination .disabled a, .pagination li.disabled a { opacity:.5; cursor:not-allowed; pointer-events:none; }
.pagination svg { width:1rem; height:1rem; }
.page-info { text-align:center; color:#9ca3af; margin-top:1rem; margin-bottom:2rem; font-size:.875rem; }
/* Lazyload CSS */
.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

.lazyloaded {
    opacity: 1;
}

.lazyloading {
    opacity: 0.5;
    background: #f0f0f0;
}

/* Search Dropdown CSS */
.search-dropdown {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    animation: dropdownSlideIn 0.2s ease-out;
}

.search-dropdown.hidden {
    display: none;
}

@keyframes dropdownSlideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Search result items hover effect */
.search-dropdown .hover\:bg-gray-800:hover {
    background-color: #1f2937;
}

/* Scrollbar styling for search dropdown */
.search-dropdown::-webkit-scrollbar {
    width: 6px;
}

.search-dropdown::-webkit-scrollbar-track {
    background: #374151;
    border-radius: 3px;
}

.search-dropdown::-webkit-scrollbar-thumb {
    background: #6b7280;
    border-radius: 3px;
}

.search-dropdown::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.story-list-item {

    display: flex;

    align-items: center;

    background: #2e2e2e;

    border: 1px solid #3e3e3e;

    border-radius: 5px;

    padding: 8px 7px;

    gap: 10px;
}
.story-list-item .story-right {

    gap: 7px;

    display: flex;

    flex-direction: column;

    position: relative;

    overflow: hidden;
}
.list-story-upvote-grouper {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    padding: 0 6px;
    align-items: center;
    color: white;
    background: #22232a;
    border-radius: 8px;
    min-width: 35px;
    justify-content: center;
    gap: 12px;
}
.story-list-item .description-quaternary {display: flex;align-items: center;color: #a0a0a0;font-size: 10px;gap: 5px;flex-wrap: wrap;}
.story-list-item .description-quaternary a{display: flex;align-items: center;font-size: 12px;color: white;gap: 7px;color: #ff3130;}
.story-list-item .description-quaternary a .icon{width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;background: #ff3130;border-radius: 50%;color: white;}
.story-list-item .description-quaternary a svg{width: 10px;height: 10px;fill: currentColor;}
.description-primary .icon{width: 20px;height: 20px;display: flex;align-items: center;justify-content: center;background: #ff3130;border-radius: 50%;color: white;}
.description-primary a svg{width: 10px;height: 10px;fill: currentColor;}

.story-list-item .story-comments {

    display: flex;

    align-items: center;

    gap: 8px;

    font-size: 12px;

    color: #a0a0a0;
}
.story-list-item .story-comments .icon {

}
.story-list-item .title-tertiary {color: white;font-size: 16px;font-weight: bold;}
.story-list-item .story-tags {

}

.mofycon {
    width:10px;
    height:10px
}



@media (max-width: 768px) {
    .story-list-item .description-quaternary {flex-wrap: wrap;
        gap: 5px;}
    .list-story-upvote-grouper {

        min-height: 104px;
    }
}
.bx-sidebar {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #212328;
	background: #18181a
}

.bx-sidebar-header {
	background: #09090b;
	color: #f1f0f3;
	padding: 8px;
	border-bottom: 1px solid #29292b
}

.bx-border-720 {
	border: 1px solid #29292b
}

.bx-sidebar-content {
	color: #f1f0f3
}
.x_comments_wrapper {
    margin-top: 15px;
    display: block;
    clear: both;
}

.x_comments_fixed_message {
    display: block;
    position: fixed;
    right: 10px;
    top: 42px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.03);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
}

.x_comment_global_message {
    display: block;
    clear: both;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #444;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 12px;
}

.x_comment_global_message.info {
    background: #c7eaff !important;
}

.x_comments,
.x_comments *,
.x_comment_form,
.x_comment_form * {
    box-sizing: border-box !important;
}

.x_comments a,
.x_comment_form a {
    text-decoration: inherit !important;
}

.x_comment_report_container {
    display: none;
}

.x_comment_form {
    /*padding: 10px 20px;*/
    margin-bottom: 20px;
}

.x_comments {
    display: block;
    clear: both;
    /*padding: 10px 20px;*/
}

.x_comment_form_report {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
}

.x_comments .x_comment_container {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 15px;
}

.x_comments .x_comment_container.x_comment_selected_elemet {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    margin-left: -10px;
    margin-right: -10px;
}

.x_comment_container .x_avatar {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.x_comment_container .x_avatar .x_avatar_inner {
    margin-top: 0px;
}

.x_comment_container .x_avatar .x_avatar_inner img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.x_comment_container .x_comment {
    float: left;
    width: calc(100% - 65px);
}

.x_comment_container .x_comment .x_comment_author {
    font-weight: bold;
    display: inline;
    margin-right: 5px;
    font-size: 13px;
    color: #444;
}

.x_comment_container .x_comment .x_comment_date {
    display: inline;
    margin-right: 5px;
    font-size: 11px;
    color: #666;
}

.x_comment_container .x_comment .x_comment_content {
    font-size: 13px;
    line-height: 22px;
    opacity: 0.7;
    text-align: left;
    word-break: keep-all;
}

.x_comment_container .x_comment .x_comment_toggle_content {
    opacity: 0.7;
    cursor: pointer;
}

.x_comment_container .x_comment .x_comment_toggle_raw {
    display: none;
}

.x_comment_container .x_comment .x_comment_buttons {
    margin-top: 5px;
    overflow: hidden;
    display: block;
    clear: both;
}

.x_comment_container .x_comment .x_comment_icon_link {
    padding: 0px 10px;
    border-radius: 3px;
    display: block;
    fill: #444;
    cursor: pointer;
    overflow: hidden;
    float: left;
    background: rgba(0, 0, 0, 0.005);
    margin-right: 3px;
    text-decoration: none !important;
    height: 28px;
    outline: 0 !important;
    box-shadow: none !important;
}

.x_comment_container .x_comment .x_comment_icon_link:hover {
    background: rgba(0, 0, 0, 0.05);
}

.x_comment_container .x_comment .x_comment_icon_link svg {
    width: 18px !important;
    height: 28px !important;
    display: block;
    float: left;
    margin-right: 10px;
}

.x_comment_container .x_comment .x_comment_icon_link span {
    display: block;
    float: left;
    color: #888;
    font-size: 13.5px;
    line-height: 23px;
    font-weight: light;
    margin-top: 3px;
}

.x_comment_container .x_comment .x_comment_opaque {
    opacity: 0.3;
}

.x_comment_container .x_comment .x_comment_text_link {
    padding: 3.5px 10px;
    border-radius: 3px;
    display: block;
    float: left;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.005);
    margin-right: 3px;
    height: 28px;
    line-height: 22px;
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.x_comment_container .x_comment .x_comment_spoiler_button {
    display: none !important;
}

.x_comment_container .x_comment .x_comment_text_link.active {
    background: rgba(0, 0, 0, 0.3);
}

.x_comment_form_answer {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.x_comment_container .x_comment .x_comment_text_link:not(.active):hover {
    background: rgba(0, 0, 0, 0.05);
}

.x_comment_container .x_comment .x_child_comment_toggle {
    display: block;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #444;
    fill: #444;
    line-height: 100%;
}

.x_comment_container .x_comment .x_child_comment_toggle svg {
    width: 20px !important;
    height: 13px !important;
    float: left;
}

.x_comment_container .x_comment .x_child_comment_toggle span.count {
    font-weight: bold;
    font-size: 13px;
}

.x_comment_fixed_message {
    display: block;
    clear: both;
    float: none;
    font-size: 12px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: underline;
    opacity: 0.4;
}

.x_comment_buttons_right {
    float: right;
}

.x_report_form .x_comment {
    width: 100%;
}

.x_comment_form {
    overflow: hidden;
    display: block;
    clear: both;
}

.x_comment_form [name=x_comment_author],
.x_comment_form [name=x_comment_author_email] {
    display: none !important;
}

.x_comment_form .x_messages {
    font-size: 12px;
    color: darkred;
}

.x_comment_form .x_comment_input {
    border: 0 !important;
    background: transparent !important;
    display: block;
    resize: none;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    font-size: 14px;
    line-height: 23px;
    padding: 6px 6px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100% !important;
    margin: 0px !important;
    border-radius: 0 !important;
    outline: 0 !important;
}

.x_comment_form .x_comment_editor {
    border: 0 !important;
    background: transparent !important;
    display: block;
    resize: none;
    height: 40px;
    min-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    font-size: 14px;
    line-height: 23px;
    padding: 6px 6px;
    margin: 0px !important;
    width: 100%;
    max-width: 100% !important;
    border-radius: 0 !important;
    outline: 0 !important;
    color: #fff !important;
}

.x_comment_form .x_comment_editor:focus,
.x_comment_form .x_comment_input:focus {
    border-bottom: 2px solid #444 !important;
    outline: 0 !important;
}

.x_comment_form .x_comment_editor.error,
.x_comment_form .x_comment_input.error {
    border-bottom: 2px solid darkred !important;
}

.x_comment_form .x_comment_buttons {
    display: none !important;
}

.x_comment_form .x_comment_buttons.active {
    display: block !important;
}

.x_comment_reply_container {
    display: none !important;
}

.x_comment_clearfix {
    overflow: auto;
    display: block;
    clear: both;
}

.x_comment_clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.x_comment_seperator {
    margin: 20px 0px !important;
}

.x_comment_text_button {
    padding: 4px 20px;
    line-height: 24px;
    border-radius: 3px;
    display: block;
    margin: 0 auto !important;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1) !important;
    margin-right: 3px;
    text-decoration: none !important;
    outline: 0 !important;
}

.x_comment_text_button.active {
    background: rgba(0, 0, 0, 0.3);
}

.x_comment_text_button:not(.active):hover {
    background: rgba(0, 0, 0, 0.2);
}

.x_comments_header {
    display: block;
    clear: both;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.x_comments_header .x_comments_count {
    float: left;
    font-size: 13px;
    border-left: 6px solid #444;
    padding-left: 6px;
    min-height: 25px;
    line-height: 25px;
}

.x_comments_header .x_comments_order_button {
    float: left;
    margin-left: 15px;
    padding: 0px 10px !important;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.1);
    height: 25px;
    line-height: 100%;
    text-decoration: none !important;
    outline: 0 !important;
    opacity: 0.7;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: none !important;
}

.x_comments_header .x_comments_order_button:focus {
    outline: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.x_comments_header .x_comments_order_button.active {
    opacity: 1;
}

.x_comments_header .x_comments_order_options {
    display: none;
}

.x_comment_form {
    margin: 0;
}

.x_comments {
    margin-top: 15px;
}

.x_comments .x_comment_container {
    margin-top: 15px;
    margin-bottom: 15px;
}

.x_comments_wrapper {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.x_comment_container .x_comment .x_comment_content {
    padding-top: 5px;
    line-height: 23px;
    opacity: 1;
    font-size: 14px;
    color: #fbfbfb;
}

.x_comment_container .x_comment .x_comment_toggle_content {
    opacity: 1
}

.x_comment_container .x_comment .x_comment_author {
    color: #b7b7b7;
    font-size: 12px;
    display: inline-block;
}

.x_avatar_inner text {
    font-size: 16px !important;
}

.x_comments_header .x_comments_order_button {
    color: #fff !important;
}

.x_comment_container .x_comment .x_child_comment_toggle {
    color: #ff1919;
}

.x_comment_container .x_comment .x_comment_text_link {
    color: #929292;
}

.x_comment_global_message {
    color: #fff;
}

.x_comment_global_message.info {
    background: #333333 !important;
}

.x_comments .x_comment_container.x_comment_selected_elemet {
    border-color: darkred !important;
}

.x_comment_spoiler_button.active {
    background: darkred !important;
    color: #fff !important
}

.x_comment_content img {
    max-width: 100%;
}

.x_comments_order_button span {
    display: inline-block;
}

.x_comments_count {
    display: block;
}

.x_comment_container div {
    display: block;
}

.x_comment_message, .x_comment_date {
    display: inline-block;
}

.x_comment_container .x_comment .x_child_comment_toggle span.count {
    display: inline-block;
}
.series-profile-episode-list ul li {
	padding: 14px 15px;
	height: 45px
}

.series-profile-episode-list ul li>span {
	color: #6d7080;
	font-size: 11px;
	font-weight: 400
}

.series-profile-episode-list ul li:nth-child(n+2) {
	border-top: 1px solid #191a1f
}

.series-profile-episode-list-left>a {
	padding: 0 0 0 15px;
	color: #6d7080;
	font-size: .8125em;
	font-weight: 400
}

.series-profile-episode-list-left h6 {
	padding: 0 0 0 30px
}

.series-profile-episode-list-left h6 a {
	color: #fff;
	font-size: .8125em;
	font-weight: 600;
	transition: color .2s ease-in-out
}

.series-profile-episode-list-left h6 a:hover {
	color: #ff3130
}
.ui.checkbox input[type=checkbox],
.ui.checkbox input[type=radio] {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0 !important;
	outline: 0;
	z-index: 3;
	width: 17px;
	height: 17px;
}
.ui.checkbox.ordi input:focus~.box:after,
.ui.checkbox.ordi input:focus~label,
.ui.checkbox.ordi input:focus~label:after,
.ui.checkbox.ordi label,
.ui.checkbox.ordi label:hover,
.ui.checkbox.ordi+label,
.ui.checkbox.ordi+label:hover {
	color: #6d7080;
}

.ui.checkbox .box,
.ui.checkbox label {
	cursor: auto;
	position: relative;
	display: block;
	padding-left: 1.85714em;
	outline: 0;
	font-size: 1em;
}

.ui.checkbox.ordi>label {
	margin-top: -9px;
	font-size: 13px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.ui.checkbox.ordi>label:before {
	width: 16px;
	height: 16px;
	border: none;
	background-color: #343a46;
	border-radius: 100%;
}

.ui.checkbox .box:after,
.ui.checkbox .box:before,
.ui.checkbox label:after,
.ui.checkbox label:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	transition: border .1s, opacity .1s, transform .1s, box-shadow .1s;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
	content: "";
	background: #fff;
	border-radius: .21428571rem;
	border: 1px solid #d4d4d5;
}

.series-profile-episodes-box {
	margin: 0px 0 0;
}

.series-profile-episodes-nav ul li {
	height: 45px;
	border-right: 1px solid transparent
}

.series-profile-episodes-nav ul li a {
	padding: 0 15px;
	color: #6d7080;
	font-size: .75em;
	font-weight: 600;
	text-transform: uppercase;
	min-width: max-content;
}

.series-profile-episodes-nav ul li.series-tab-nav-active {
	background: #ff2538;
}

.series-profile-episodes-nav ul li {
	border-right: 1px solid #191a1f
}

.series-profile-episodes-nav ul li.series-tab-nav-active a {
	color: #fff;
}


.series-profile-episodes-areas {
	margin: 0 0 0 -1px;
	border-left: 1px solid #1e2029
}

.series-profile-episodes-area {
	display: none
}

.series-profile-episodes-area.series-tab-content-active {
	display: block
}


.page-top::before {
	background: linear-gradient(to top, #000 10%, transparent);
}

.page-top::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	z-index: 1;
	background: linear-gradient(to top, #000 20%, transparent);
}

.rigth-content {
	min-width: 320px;
	max-width: 320px;
	flex-direction: column;
	font-weight: 400;
}

.rigth-content li {
	margin-bottom: 20px;
	flex-direction: column;
}

.rigth-content li .key {
	font-size: 19px;
	color: rgba(255, 255, 255, .5);
	padding-bottom: 10px;
}

.rigth-content li .value {
	font-size: 16px;
	color: #fff;
}

.movie-type-genres ul li a .hover,
.boxsets .boxset-item .boxset-item-right ul li a .hover {
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 20px);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: 200ms all;
	z-index: 1;
}

.movie-type-genres ul li a .hover::before,
.boxsets .boxset-item .boxset-item-right ul li a .hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--secondary-color);
	opacity: 0.9;
	z-index: -1;
}

.movie-type-genres ul li a .hover .play,
.boxsets .boxset-item .boxset-item-right ul li a .hover .play {
	padding-bottom: 25px;
}

.movie-type-genres ul li a .hover .play img,
.boxsets .boxset-item .boxset-item-right ul li a .hover .play img {
	height: 60px;
}

.movie-type-genres ul li a .hover .comment-like-avg,
.boxsets .boxset-item .boxset-item-right ul li a .hover .comment-like-avg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 15px;
}

.movie-type-genres ul li a .hover .comment-like-avg .vote,
.boxsets .boxset-item .boxset-item-right ul li a .hover .comment-like-avg .vote {
	width: 40px;
	height: 40px;
	font-size: 15px;
}

.movie-type-genres ul li a .hover .comment-like-avg .vote-text,
.boxsets .boxset-item .boxset-item-right ul li a .hover .comment-like-avg .vote-text {
	flex: 1;
}

.movie-type-genres ul li a .hover .comment-like-avg .vote-text .vote-users,
.boxsets .boxset-item .boxset-item-right ul li a .hover .comment-like-avg .vote-text .vote-users {
	font-size: 13px;
}

.movie-type-genres ul li a .hover .comment-like-avg .vote-text .bar,
.boxsets .boxset-item .boxset-item-right ul li a .hover .comment-like-avg .vote-text .bar {
	width: 100%;
}

.movie-type-genres {}

.movie-type-genres h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.movie-type-genres h2 a {
	font-size: 16px;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.8);
	background: url(../img/arrow-right.svg) no-repeat right;
	padding-right: 27px;
}

.movie-type-genres ul {
	display: flex;
	gap: 16px;
}

.movie-type-genres ul li {}

.movie-type-genres ul li a {
	display: flex;
	position: relative;
	overflow: hidden;
	z-index: 1;
	flex-direction: row-reverse;
	align-items: flex-start;
	width: 100%;
}

.movie-type-genres ul li a .number {
	font-size: 112px;
	color: #fff;
	font-weight: 900;
	position: relative;
	z-index: -1;
	opacity: 0.2;
	display: flex;
	height: 85px;
	align-items: center;
	width: 43px;
}

.movie-type-genres ul li a .cover {
	display: none;
}

.movie-type-genres ul li a .detail {
	display: none;
}

.movie-type-genres ul li a>img {
	width: 100%;
	opacity: 1;
	background: rgba(255, 255, 255, 0.2);
	aspect-ratio: 0.6666666667;
	filter: saturate(1);
	border-radius: 5px;
}

.movie-type-genres ul li a .status {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	background: rgba(255, 255, 255, 0.5);
	height: 5px;
	display: flex;
}

.movie-type-genres ul li a .status span {
	background: var(--primary-color);
}

.movie-type-genres ul li a:hover img {
	opacity: 1;
	filter: saturate(1);
}

.movie-type-genres ul li a:hover .hover {
	opacity: 0;
	visibility: hidden;
}

.movie-type-genres ul.trends li a {}

.movie-type-genres ul.trends li a img {
	opacity: 1;
}

.movie-type-genres.view-list ul {
	margin: 0;
	justify-content: space-between;
}

.movie-type-genres.view-list ul li {
	width: 49%;
}

.movie-type-genres.view-list ul li a {
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	display: flex;
	align-items: center;
}

.movie-type-genres.view-list ul li a:hover {
	border-color: rgba(255, 255, 255, 0.15);
}

.movie-type-genres.view-list ul li a img {
	height: 190px;
	width: auto;
	margin-right: 25px;
}

.movie-type-genres.view-list ul li a .detail {
	display: flex;
	flex-direction: column;
	padding-right: 20px;
}

.movie-type-genres.view-list ul li a .detail .title {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.movie-type-genres.view-list ul li a .detail .m-detail {
	padding-top: 10px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.movie-type-genres.view-list ul li a .detail .m-detail span:first-child {
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}

.movie-type-genres.view-list ul li a .detail .m-detail span:first-child::before {
	content: '';
	width: 4px;
	height: 4px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 8px;
	right: -5px;
	border-radius: 50%;
}

.movie-type-genres.view-list ul li a .detail .summary {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.76);
}
.comments-bar-comment-head{
  padding: 18px 20px;
}
.comments-bar-comment-head-bg {
  background: #111;
  font-size: 14px;
  border-width: 0.5px;
  border-radius: 4px;
}
.comments-bar-comment-head-bg{
  background: #131316;
  border: none;
}
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  border-radius: 50%;
  width: 35px !important;
  height: 34px !important;
  min-width: 35px;
  min-height: 34px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 12px !important;
  font-weight: bolder;
  color: #505050;
}
.swiper-button-next {
  right: 10px !important;
}
.swiper-button-prev {
  left: 10px !important;
}
@media (min-width: 768px) {
    .swiper-button-next {
      right: -40px !important;
    }
    .swiper-button-prev {
      left: -40px !important;
    }
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0, 0, 0);
  }
  .swiper-pointer-events {
    touch-action: pan-y;
  }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  .swiper-autoheight,
  .swiper-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-3d,
  .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
  }
  .swiper-3d .swiper-cube-shadow,
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
  }
  .swiper-3d .swiper-slide-shadow,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0)
    );
  }
  .swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  .swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
  }
  .swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
  }
  .swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
  }
  .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
  }

/* V9 Comment System Styles */
.comment-system-tabs {
    background: #191a1f;
    border-bottom: 1px solid #2a2a2a;
    display: flex;
}

.comment-tab {
    padding: 1rem 1.5rem;
    background: transparent;
    border: none;
    color: #888888;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
    font-size: 14px;
}

.comment-tab.active {
    color: #ffffff;
    border-bottom-color: #ff3130;
    background: rgba(255, 49, 48, 0.05);
}

.comment-tab:hover {
    color: #cccccc;
    background: rgba(255, 255, 255, 0.05);
}

.comment-content {
    display: none;
    background: #0f0f0f;
}

.comment-content.active {
    display: block;
}

/* Comment System Dark Theme - Matching the image */
.comment-item {
    background: #0f0f0f;
    border-bottom: 1px solid #191a1f;
    transition: background-color 0.3s ease;
    padding: 1.5rem;
}

.comment-item:hover {
    background-color: #141414;
}

.comment-form-container {
    background: #0f0f0f;
    border-bottom: 1px solid #191a1f;
}

.comment-textarea {
    background: #191a1f !important;
    border: 1px solid #2a2a2a !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}

.comment-textarea:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(255, 49, 48, 0.3) !important;
    border-color: #ff3130 !important;
}

.comment-textarea:hover {
    border-color: #3a3a3a !important;
}

.comment-textarea::placeholder {
    color: #666666 !important;
}

/* Vote buttons */
.vote-btn {
    background: transparent;
    border: none;
    color: #666666;
    transition: all 0.3s ease;
    padding: 0.5rem;
    border-radius: 4px;
}

.vote-btn:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.vote-btn.active svg {
    color: #ff3130 !important;
}

.vote-btn.upvote.active svg {
    color: #ff3130 !important;
}

.vote-btn.downvote.active svg {
    color: #999999 !important;
}

.vote-score {
    color: #888888;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Comment content styling */
.comment-author {
    color: #ffffff !important;
    font-weight: 600;
}

.comment-date {
    color: #888888 !important;
    font-size: 0.875rem;
}

.comment-text {
    color: #cccccc !important;
    line-height: 1.5;
    margin-top: 0.5rem;
}

/* Comment actions */
.comment-actions button {
    color: #666666;
    transition: color 0.3s ease;
    background: transparent;
    border: none;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.875rem;
}

.comment-actions button:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
}

/* Reply form */
.reply-form {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
    animation: slideDown 0.3s ease;
}

.reply-form textarea {
    background: #191a1f !important;
    border: 1px solid #2a2a2a !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

.reply-form textarea:focus {
    border-color: #ff3130 !important;
    box-shadow: 0 0 0 2px rgba(255, 49, 48, 0.2) !important;
}

/* Replies list */
.replies-list {
    border-left: 2px solid #2a2a2a;
    background: #0a0a0a;
    margin-top: 1rem;
    padding-left: 1rem;
}

/* Spoiler content */

.spoiler-content .spoiler-text {
    background: #141414;
    border: 1px solid #2a2a2a;
    border-radius: 6px;
    padding: 1rem;
    transition: all 0.3s ease;
}

/* Admin badge */
.admin-badge {
    background: #ff3130;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Spoiler badge */
.spoiler-badge {
    background: rgba(245, 158, 11, 0.2);
    color: #f59e0b;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
}

/* Login prompt */
.login-prompt {
    background: #0f0f0f;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    text-align: center;
    padding: 2rem;
}

/* No comments state */
.no-comments-state {
    background: transparent;
    border: none;
    border-radius: 0;
    text-align: center;
    padding: 3rem 2rem;
}

/* User avatar */
.comment-avatar {
    border: 2px solid #2a2a2a;
    border-radius: 50%;
}

/* Animations */
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

/* Character counter */
.char-count {
    color: #666666;
    font-size: 0.875rem;
}

.char-count.char-warning {
    color: #f59e0b;
}

.char-count.char-danger {
    color: #ef4444;
}

/* Notification styles */
.notification {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 9999;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    transform: translateX(100%);
    transition: transform 0.3s ease;
}

.notification.show {
    transform: translateX(0);
}

.notification.success {
    background: #10b981;
    color: white;
}

.notification.error {
    background: #ef4444;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .comment-item {
        padding: 1rem;
    }
    
    .comment-tab {
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    
    .vote-btn {
        padding: 0.375rem;
    }
    
    .vote-score {
        font-size: 0.75rem;
    }
}
  .swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
  }
  .swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
  }
  .swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }
  .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
  .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
  .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "prev";
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
  }
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "next";
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 8px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 8px)
    );
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet:only-child {
    display: none !important;
  }
  .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-pagination-vertical.swiper-pagination-bullets,
  .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
  .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-horizontal
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
  }
  .swiper-horizontal.swiper-rtl
    > .swiper-pagination-bullets-dynamic
    .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
  }
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-pagination-progressbar.swiper-pagination-horizontal,
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
  .swiper-vertical
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-horizontal
    > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
  .swiper-pagination-progressbar.swiper-pagination-vertical,
  .swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock {
    display: none;
  }
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > canvas,
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  .swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-fade .swiper-slide-active,
  .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube {
    overflow: visible;
  }
  .swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-cube .swiper-slide-active,
  .swiper-cube .swiper-slide-next,
  .swiper-cube .swiper-slide-next + .swiper-slide,
  .swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube .swiper-slide-shadow-bottom,
  .swiper-cube .swiper-slide-shadow-left,
  .swiper-cube .swiper-slide-shadow-right,
  .swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
  }
  .swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
  }
  .swiper-flip {
    overflow: visible;
  }
  .swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-flip .swiper-slide-active,
  .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-flip .swiper-slide-shadow-bottom,
  .swiper-flip .swiper-slide-shadow-left,
  .swiper-flip .swiper-slide-shadow-right,
  .swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
  .swiper-cards {
    overflow: visible;
  }
  .swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
  }
  .allsznbtns.active {
    background: #ff2538;
  }

  .allsznbtns {
    background: #22232a;
  }

.comments-bar {
  font-family: 'Helvetica' !important;
}

.bg-primary {
  background: #090909;
}

.text-pr {
  color: #fff;
}

.border-color {
  border-color: #222;
}

.comments-bar-button-bg {
  background: #fff !important;
  color: black;
}

.button-text-color {
  color: #000;
}

.comments-bar-comment-head {
  padding: 18px 20px;

}

.comments-bar-comment-head-bg {
  background: #111;
  font-size: 14px;
  border-width: 0.5px;
  border-radius: 4px;
}

.comments-bar-comment-head-border {
  border-color: #2e2e2e;
}

.comments-bar-comment-content-bg {
  background: #090909;
}

.comments-bar-comment-content-text-color {
  color: white;
}

.comments-bar-comment-head-text-color {
  color: rgb(243, 245, 247);
  font-weight: 300;
  font-size: 15px !important;
}

.comments-bar-comment-head-text-opacity-color {
  color: rgba(255, 255, 255, 0.6);
}

.comments-bar-comment-head-button-border {
  border-color: #090909;
}

@media only screen and (min-width: 768px) {

  .comments-bar-comment-c::before {
      position: absolute;
      top: 11px;
      right: 100%;
      left: -9px;
      display: block;
      width: 8px;
      height: 16px;
      pointer-events: none;
      content: " ";
      clip-path: polygon(0 50%, 100% 0, 100% 100%);
      background: #222;
  }

  .comments-bar-comment-c::after {
      position: absolute;
      top: 11px;
      right: 100%;
      left: -8px;
      display: block;
      width: 8px;
      height: 16px;
      pointer-events: none;
      content: " ";
      clip-path: polygon(0 50%, 100% 0, 100% 100%);
      background: #111;
  }
}

.spoiler-cvbtn.active {
  border-color: #ff3130;
  opacity: 1;
  color: #ff3130;
}

.text-danger {
  color: red;
}

.text-green {
  color: yellowgreen;
}
.comments-bar-comment-list .comment:nth-child(n+1) {
  border-bottom: 1px solid #222; margin-bottom: 12px;
}
.comments-bar-comment-list .comment .comment:last-child {
  border-bottom:none !important;
}
.series-player-container aside.episodes ul li .watched-episode.active {
  border-color: var(--primary-color);
}
.series-player-container aside.episodes ul li .watched-episode {
  align-self: flex-start;
  margin-top: 15px;
}
.series-player-container aside.episodes ul li .watched-episode {
  margin-left: 10px;
  border-radius: 50%;
  padding: 0;
  background-size: 77%;
  top: 0;
  border-color: rgba(255, 255, 255, 0.15);
}
.all-episodes .episodes li .watched-episode {
  margin-right: 20px;
}
.all-episodes .episodes li .watched-episode {
  position: absolute;
  margin: 0;
  border-radius: 30px;
  box-sizing: content-box;
  margin-top: -10px;
  margin-left: 8px;
}
.episodes li .watched-episode {
  margin-right: 20px;
  margin-left: 15px;
}
.watched-episode.active {
  background: #ff3130 url(/assets/images/done2.svg?v=3) no-repeat center;
  background-size: 54%;
  border: 1px solid #fff;
}
.watched-episode {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(255,255,255,.2);
  min-width: 20px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  z-index: 5;
}


.series-player-container aside.episodes ul li .watched-episode::before {
  font-size: 12px;
  left: 0;
  top: auto;
  bottom: -8px;
  transform: translate(0, 100%);
}

.watched-episode:before {
  content: attr(title);
  position: absolute;
  top: -8px;
  font-weight: 400;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  font-size: 12px;
  background: var(--primary-color);
  border-radius: 3px;
  padding: 7px 13px;
  visibility: hidden;
  transition: 300ms all;
  color: #fff;
  white-space: nowrap;
}
.slider-top .imgt{
  width: 76px !important;
  height: 96px !important;
}
.bg-scale-500 {
  background-color: #474950 !important;
}
.border-scale-700 {
  border-color: #3e3e3e !important;
}
.bg-070707 { background:#070707; }
.btn-alert-300d0c { background:#300d0c; height:60px; }
.bg-131316 { background:#131316; }
.border-b-db2424 { border-bottom:3px solid #db2424; }
.border-t-db2424 { border-top:3px solid #db2424; }
.bg-09090b { background:#09090b; }
.bg-0c0d0f { background:#0c0d0f; }
.bg-222 { background:#222; }
.text-39ff8d { color:#39ff8d; }
.bg-rgb-19-26-31 { background: rgb(25,26,31); }
.bg-white-001 { background: rgba(255,255,255,0.01); }

/* Genel düzen yardımcıları */
.flex-important { display:flex !important; }
.flex-col-important { display:flex !important; flex-direction:column !important; }
.m-auto { margin:auto; }
.gap-10 { gap:10px; }
.w-100 { width:100%; }
.h-auto { height:auto; }
.minw-60 { min-width:60px; }
.inherit-max { max-width:inherit; }
.max-w-760 { max-width:760px; }
.display-contents { display:contents; }

/* Poster oranı vs. */
.aspect-280-420 { aspect-ratio:280/420; }
.aspect-16-9   { aspect-ratio:16/9; }

/* Player */
.player-450 { pointer-events: all; height:450px; min-height:250px; }
.z-9999999 { z-index: 9999999; }
.fill-black { fill:black; }
.mplayerfd { position:absolute; left:0; top:0; width:100%; height:100%; z-index:9999; display:block; }
.adContentWrapper { position:absolute; width:100%; height:100%; background:transparent; }
.play-center { position:absolute; width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.play-button { width:80px; height:80px; background:#fff; border-radius:50%; position:relative; display:flex; align-items:center; justify-content:center; z-index:233333; }
.cover-img { display:block; margin:0 auto; max-width:100%; height:100%; object-fit:cover; }

/* Ping animasyonu (orijinaline sadık) */
.play-pre-bl::before {
  content:"";
  width:80px; height:80px; border-radius:50%;
  background:rgba(255,255,255,0.7);
  z-index:-1; position:absolute; top:0; left:0;
  animation: ping 4s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes ping { 75%,100% { transform: scale(1.5); opacity: 0; } }
@keyframes ping2 { 75%,100% { transform: scale(3);   opacity: 0; } }

/* Promo barlar */
.promo-bar-green { padding:5px; text-align:left; font-size:12px; color:#fff; background:#3fb26e; border:none; margin:0; border-radius:0; }
.promo-bar-red   { padding:5px; text-align:left; font-size:12px; color:#fff; background:#db2424; border:none; margin:0; border-radius:0; }

/* Episode listeleri */
.ep-li {
  padding:10px 20px;
  min-width:fit-content;
  height:fit-content;
  border-bottom:1px solid #22232a;
  position:relative;
}
.op-50 { opacity:0.5; }
.active { opacity:1 !important; }
.flex-col-100 { display:flex; flex-direction:column; width:100%; }

/* Nav under player (butonlar hizası) – orijinalindeki karmaşık sınıfları bozmadan hizayı toparlar */
.nav-under-player {
  display:flex; align-items:center; justify-content:center; gap:8px;
  position:relative; z-index:1; margin:16px auto; width:100%;
}

/* Comments */
.fw-300 { font-weight:300; }
.fw-500 { font-weight:500; }
.fs-12 { font-size:12px; }
.fs-15 { font-size:15px; }
.border-222 { border-color:#222; }

.avatar-24 { width:2.4em; height:2.4em; min-width:2.4em; min-height:2.4em; border:none; }
.avatar-15 { width:1.5em; height:1.5em; min-width:1.5em; min-height:1.5em; }

.like-ico { stroke: currentColor; stroke-width:2; }
.comment-ico { }

/* Form popup */
.form-popup-layer {
  z-index:999999;
  background:rgba(0,0,0,0.7);
  width:100%; height:100vh;
  position:fixed; left:0; top:0;
}
.form-popup-card {
  position:fixed; z-index:999999;
  top:50%; left:50%; transform:translate(-50%,-50%);
  min-width:50%; max-width:768px; width:96%;
  background:#111; border:1px solid #222; border-radius:5px;
  overflow-y:auto; max-height:96dvh;
}
.close-x {
  background:#000; width:40px; height:40px;
  border-radius:50%; color:#fff;
  position:absolute; top:24px; right:24px;
  display:flex; align-items:center; justify-content:center;
}
.textarea-240 { margin-bottom:10px; outline:none !important; display:inline-table; max-height:240px !important; }
.btn-bottom { bottom:-40px; top:inherit; position:absolute; }
.form-inner-box {
  background:#1c1c1c; padding:14px 5px 5px; border-radius:10px; margin:0 20px 18px;
}
.spoiler-btn {
  height:32px; margin:10px 0; background:#333; border-radius:10px; border:none !important; padding:0 10px !important;
}
.spoiler-label { font-size:10px; margin-left:4px; }

/* Yardımcı renkler */
.text-fff { color:#fff; }
.text-333 { color:#333; }
.border-black { border-color:#000; }

/* Küçük düzeltmeler */
.pl-13 { padding-left:13px; }
.mt-10i { margin-top:10px; }
.abs-center { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }

/* Görsel genişlik */
.auto-center { width:auto; margin:auto; }

.spoiler-toggle {
  border: 1px solid #222;
  color: white !important;
  position: absolute;
  left: 0;
  backdrop-filter: blur(4px);
  padding: 1px 16px;
  font-size: 13px;
  background: rgba(255,255,255,0.1);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  margin-top: 0;
  width: auto;
}
[type=button], [type=reset], [type=submit], button{
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
.text-cf {
  color: #cdcdcd;
}


/* Comment System Styles */
.vote-btn.active svg {
  color: #ff3130 !important;
}

.vote-btn.upvote.active svg {
  color: #ff3130 !important;
}

.vote-btn.downvote.active svg {
  color: #6b7280 !important;
}

.comment-item:hover {
  background-color: #0f1011;
}

.spoiler-content .spoiler-text {
  transition: all 0.3s ease;
}

.reply-form {
  animation: slideDown 0.3s ease;
}

@keyframes slideDown {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

.replies-list {
  animation: slideDown 0.3s ease;
  border-left: 2px solid #2a2a2a;
  background: rgba(10, 10, 10, 0.5);
  margin-top: 1rem;
  padding-left: 1rem;
}

.replies-list .comment-item {
  background: rgba(15, 16, 17, 0.8);
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
}

/* Loading animation */
@keyframes spin {
  to {
      transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* Notification animations */
.notification-enter {
  transform: translateX(100%);
}

.notification-enter-active {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.notification-exit {
  transform: translateX(0);
}

.notification-exit-active {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

/* Character counter colors */
.char-warning {
  color: #f59e0b !important;
}

.char-danger {
  color: #ef4444 !important;
}

/* Hover effects */
.vote-btn:hover svg {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

.reply-btn:hover {
  color: #ff3130 !important;
}

/* Focus styles */
textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 49, 48, 0.3);
  border-color: #ff3130;
}

/* Responsive adjustments */
@media (max-width: 640px) {
  .comment-item {
      padding: 1rem;
  }
  
  .vote-btn {
      padding: 0.5rem;
  }
  
  .vote-score {
      font-size: 0.75rem;
  }
}

