/*
Theme Name: شخصی سازی aslmoviez
Author: UniqueTheme
Author URI: https://uniquetheme.ir
Theme URI: https://www.rtl-theme.com/kelaketfilm-wordpress-theme/
Description: A Movie Theme for wordpress
Version: 2.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kelaketfilm
Template: KelaketFilm
*/

/* فیلم‌هایی که دوبله فارسی دارند */
.download_item.has-dubbed {
border: 2px solid #BF360C;
background-color: #1e0c2a;
}

/* هدر اطلاعات */
.download_item.has-dubbed .dl_info {
background: rgba(0,0,0,0.08);
border-radius: 6px;
}

/* دکمه دوبله پررنگ‌تر */
.download_item.has-dubbed .button-orange {
background-color: #ff9800 !important;
color: #fff !important;
}


/* Season accordion */
.season-item {
    margin-bottom: 24px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--bg);
    border: 1px solid var(--bg_lighter2);
}

.season-item > .dlbox_group_header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 18px 24px;
    background: var(--bg);
    color: #fff;
    border: none;
    box-shadow: none;
    direction: rtl;
}

.season-item > .dlbox_group_header .dlbox_group_title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.serial_count_badge {
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #2ecc71;
    background: var(--bg_darker2);
}

/* Quality accordion inside season */
.quality-accordion {
    padding: 0 16px;
    margin-bottom: 12px;
}

.quality-item {
    border-radius: 12px;
    overflow: hidden;
    background: var(--bg_darker2);
}

.quality-item > .dlbox_group_header {
    background: var(--bg_darker2);
}

.quality-header-info {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    direction: rtl;
    flex-wrap: wrap;
}

.qh-quality {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--text);
    white-space: nowrap;
}

.qh-quality strong {
    color: #2ecc71;
    font-size: 16px;
    font-weight: 700;
}

.quality-item.quality-subtitle .qh-quality strong {
    color: #95c7e3;
}

.qh-badges {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.qh-badge {
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.badge-subtitle {
    background: #4050b5;
    color: #fff;
}

.badge-farsi {
    background: #2ecc71;
    color: #fff;
}

.badge-version {
    background: #2c3e50;
    color: #bdc3c7;
    border: 1px solid #4a5568;
}

.qh-meta {
    color: #888;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.qh-meta-compact {
    display: none;
    color: #aeb5c0;
    font-size: 12px;
    line-height: 1.4;
    width: 100%;
}

.qh-meta-compact-item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 8px;
}

.qh-meta-compact-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.28);
}

.qh-meta i,
.btn-episode i {
    width: 16px;
    font-size: 14px;
    text-align: center;
}

.qh-version-label {
    color: #f39c12;
    font-weight: 600;
}

.quality-episodes-body {
    padding: 0 16px 16px;
    background: var(--bg_darker2);
}

.episodes-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    direction: rtl;
    justify-content: flex-start;
}

.btn-episode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 2px solid var(--bg_lighter);
    color: var(--text);
}

.btn-ep-dl {
    border-color: #2ecc71;
    color: #2ecc71;
}

.btn-ep-dl:hover {
    background: #2ecc71;
    color: #fff;
}

.quality-item.quality-subtitle .btn-ep-dl {
    border-color: #95c7e3;
    color: #95c7e3;
}

.quality-item.quality-subtitle .btn-ep-dl:hover {
    background: #95c7e3;
    color: #fff;
}

.btn-ep-sub {
    border-color: #3498db;
    color: #3498db;
}

.btn-ep-sub:hover {
    background: #3498db;
    color: #fff;
}

.btn-ep-dub {
    border-color: #4050b5;
    color: #4050b5;
}

.btn-ep-dub:hover {
    background: #4050b5;
    color: #fff;
}

.btn-copy-all {
    border-color: var(--bg_lighter);
    color: var(--text);
}

.btn-copy-all:hover {
    border-color: #2ecc71;
    color: #2ecc71;
}

.quality-item.quality-subtitle .btn-copy-all:hover {
    border-color: #95c7e3;
    color: #95c7e3;
}

.btn-locked {
    opacity: 0.7;
}

.extra-downloads-section {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--bg_lighter);
}

.extra-dl-title {
    display: block;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 8px;
    direction: rtl;
}


/* films */

/* Download Box Group */
.dlbox_group {
    margin-bottom: 24px;
    border-radius: 14px;
    overflow: hidden;
    /* background: var(--bg);
    border: 1px solid var(--bg_lighter2); */
}

/* Header */
.dlbox_group_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 5px;
    cursor: pointer;
    user-select: none;
    direction: rtl;
}

.dlbox_header_right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dlbox_disc_icon {
    color: #aaa;
    flex-shrink: 0;
}

.dlbox_group_title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.dlbox_badge {
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.badge_dubbed {
    background: #2ecc71;
    color: #fff;
}

.badge_sub {
    background: #4050b5;
    color: #fff;
}

.dlbox_header_left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    margin-right: 20px;
}

.dlbox_line {
    flex: 1;
    height: 1px;
    background: var(--bg_lighter);
}

.dlbox_toggle_btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid var(--bg_lighter);
    background: transparent;
    color: var(--text);
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
}

.dlbox_toggle_btn:hover {
    border-color: #2ecc71;
    color: #2ecc71;
}

/* Body */
.dlbox_group_body {
    padding: 0 16px 16px;
}

/* Row */
.dlbox_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--bg_darker2);
    border-radius: 12px;
    padding: 18px 24px;
    margin-bottom: 12px;
    direction: rtl;
    flex-wrap: wrap;
    gap: 16px;
}

.dlbox_row:last-child {
    margin-bottom: 0;
}

.dlbox_row_info {
    display: flex;
    align-items: center;
    gap: 32px;
    flex-wrap: wrap;
}

.dlbox_quality_block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.dlbox_quality {
    color: #2ecc71;
    font-weight: 700;
    font-size: 16px;
}

.dlbox_quality_sub {
    color: #95c7e3;
}

.dlbox_encoder {
    color: #888;
    font-size: 13px;
}

.dlbox_meta_compact {
    display: none;
    color: #aeb5c0;
    font-size: 12px;
    line-height: 1.4;
}

.dlbox_meta_compact_item {
    flex: 1;
    text-align: center;
    position: relative;
    padding: 0 8px;
}

.dlbox_meta_compact_item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.28);
}

.dlbox_size_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.dlbox_size_label {
    color: #777;
    font-size: 12px;
}

.dlbox_size_value {
    color: var(--text);
    font-weight: 600;
    font-size: 15px;
}

/* Buttons */
.dlbox_row_actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.dlbox_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s;
    white-space: nowrap;
    cursor: pointer;
}

.dlbox_btn_green {
    border: 2px solid #2ecc71;
    color: #2ecc71;
    background: transparent;
}

.dlbox_btn_green:hover {
    background: #2ecc71;
    color: #fff;
}

.dlbox_btn_subtitle_main {
    border: 2px solid #95c7e3;
    color: #95c7e3;
    background: transparent;
}

.dlbox_btn_subtitle_main:hover {
    background: #95c7e3;
    color: #fff;
}

.dlbox_btn_outline_green {
    border: 2px solid #2ecc71;
    color: #2ecc71;
    background: transparent;
}

.dlbox_btn_outline_green:hover {
    background: #2ecc71;
    color: #fff;
}

.dlbox_btn_blue {
    border: 2px solid #3498db;
    color: #3498db;
    background: transparent;
}

.dlbox_btn_blue:hover {
    background: #3498db;
    color: #fff;
}

.dlbox_btn_icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Notice */
.dlbox_notice {
    background: rgba(241, 196, 15, 0.08);
    border-right: 3px solid #f1c40f;
    border-radius: 10px;
    padding: 14px 20px;
    margin-top: 8px;
    color: #f1c40f;
    font-size: 14px;
    direction: rtl;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  /* updated series gird */
      .cards-scroll {
        display: flex;
        flex-wrap: nowrap; 
        overflow-x: auto;   
        padding-bottom: 10px;
    }

    .cards-scroll>* {
        flex: 0 0 auto;        
        width: 85%;
    }

    .season-item > .dlbox_group_header {
        padding: 14px 12px;
        gap: 8px;
    }

    .season-item > .dlbox_group_header .dlbox_group_title {
        font-size: 15px;
    }

    .quality-accordion {
        padding: 0 8px;
    }

    .quality-item > .dlbox_group_header,
    .quality-episodes-body {
        padding-right: 12px;
        padding-left: 12px;
    }

    .quality-header-info {
        gap: 8px;
        align-items: center;
        row-gap: 8px;
    }

    .qh-quality {
        font-size: 13px;
    }
    .qh-quality strong {
        font-size: 13px;
    }
    .qh-quality-label {
        display: none;
    }
    .qh-badges {
        flex-wrap: nowrap;
    }
    .qh-badge {
        font-size: 12px;
        
        padding: 3px 10px;
    }

    .qh-meta {
        display: none;
    }

    .qh-meta-compact {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn-episode {
        width: 100%;
    }

    .dlbox_group_body {
        padding: 0 10px 10px;
    }
    .dlbox_row {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 12px;
        margin-bottom: 8px;
        gap: 10px;
    }
    .dlbox_row_actions {
        width: 100%;
    }
    .dlbox_row_info {
        width: 100%;
        gap: 8px;
    }
    .dlbox_quality_block {
        width: 100%;
        gap: 6px;
    }
    .dlbox_encoder,
    .dlbox_size_block {
        display: none;
    }
    .dlbox_meta_compact {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .dlbox_btn {
        width: 100%;
        justify-content: center;
        padding: 9px 12px;
    }
    .dlbox_header_left {
        display: flex;
        margin-right: 8px;
        gap: 8px;
    }
    .dlbox_toggle_btn {
        width: 32px;
        height: 32px;
    }
}

.post_actions_trailer {
    margin-top: 10px;
}

.post_actions_trailer a.playonline.playonline-trailer {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
    background: #2a2f38 !important;
    color: #c8d0db !important;
    border: 1px solid #464d59 !important;
    fill: #c8d0db !important;
}

.post_actions_trailer a.playonline.playonline-trailer:hover {
    background: #373e4a !important;
    color: #fff !important;
    fill: #fff !important;
}

.post_actions_trailer a.playonline.playonline-trailer .playsingle_icon {
    padding: 2px;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background: #0000001a;
    border-radius: 3px;
}

.post_actions a.playonline {
    align-items: center;
    font-size: 14px;
    border-radius: 15px;
    height: 50px;
    padding: 0 15px;
    color: #c0c0c0;
    transition: all 0.2s;
    display: inline-flex;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    background: var(--primaryColor);
    color: #fff;
    fill: #fff;
}


.asl_movie_icon{
  background: #95c7e314;
  border-radius: 100%;
  height: 60px;
  justify-content: center;
  width: 60px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.asl_movie_icon svg{
  fill: #95c7e3;
  height: 30px;
  width: 30px;
}

.serial_card__epSeason{
  white-space: nowrap;
}

.asl_movie_series_title{

}

.asl_movie_series_title .star_title_c{
  font-size: 13px;
}
.asl_movie_series_title .star_title_c span{
  font-size: 12px;
}

.cat_title_more{
  white-space: nowrap;
}


.art-layer-playing_status{
  opacity:1;
  transition:opacity .4s ease;
}
.art-layer-playing_status.hidden{
  opacity:0;
}

.art-hidden{
  display: none !important;
  opacity: 0 !important;
}

.top-250{
  display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0 15px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.2s;
    background: #2a2f38 !important;
    color: #c8d0db !important;
    border: 1px solid #464d59 !important;
    fill: #c8d0db !important;
    margin-top: 10px;
}

.top-250-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  position: static;
  top: auto;
  flex-direction: row;
  align-items: flex-start;
}

.top-250 .rank{
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: var(--primaryColor);
  font-family: tahoma;
  font-size: 12px;
}

@media (min-width: 992px){
  .casual_single .single_hero .row > .top-250-badges{
    position: relative;
    top: -170px;
    flex-direction: column;
    align-items: flex-end;
  }
}

.continue-watch-block {
    width: 100%;
}

.continue-watch-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.continue-watch-head h2 {
    margin: 0;
    font-size: 22px;
    color: #fff;
}

.continue-watch-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #cfd6e4;
    text-decoration: none;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .12);
}

.continue-watch-more:hover {
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.continue-watch-carousel {
    direction: rtl;
    opacity: 0;
    transition: opacity .2s ease;
}

.continue-watch-carousel.owl-loaded,
.continue-watch-carousel.is-ready {
    opacity: 1;
}

.continue-watch-carousel:not(.owl-loaded) {
    display: flex;
    gap: 12px;
    overflow: hidden;
}

.continue-watch-carousel:not(.owl-loaded) .continue-watch-card {
    flex: 0 0 calc((100% - 24px) / 3);
}

.continue-watch-carousel .owl-stage {
    padding: 4px 0;
    display: flex;
}

.continue-watch-carousel .owl-stage,
.continue-watch-carousel .owl-stage-outer {
    padding-right: 0 !important;
}

.continue-watch-card {
    position: relative;
    display: block;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
}

.continue-watch-link {
    display: flex;
    align-items: stretch;
    color: #fff;
    text-decoration: none;
    touch-action: pan-y;
}

.continue-watch-thumb {
  display: block;
  width: 120px;
  min-height: 160px;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: #10151d;
  border-radius: 10px;
}

.continue-watch-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    padding: 11px 14px;
}

.continue-watch-content strong {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.continue-watch-content em {
    font-style: normal;
    font-size: 12px;
    color: #d5dae2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.continue-watch-content em .cw-episode-icon {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    fill: currentColor;
}

.continue-watch-remove {
    border: 0;
    border-radius: 10px;
    background: rgba(7, 11, 18, .72);
    color: #fff;
    font-size: 19px;
    padding: 0;
    cursor: pointer;
    z-index: 2;
    width: 40px;
    background: var(--bg2);
    font-size: 15px;
}

.continue-watch-meta {
    display: flex;
    align-items: center;
    gap: 8px;
}

.continue-watch-meta small {
    color: #d5dae2;
    font-size: 12px;
}

.continue-watch-circle {
    --cw-progress: 0;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: conic-gradient(var(--primaryColor) calc(var(--cw-progress) * 1%), rgba(255, 255, 255, .18) 0);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.continue-watch-circle span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--bg);
}

.continue-watch-actions {
    margin-top: auto;
    display: inline-flex;
}

.continue-watch-cta {
  background: var(--primaryColor);
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  padding: 10px 13px;
  margin-left: 10px;
}

.continue-watch-carousel .owl-nav {
    display: flex;
    gap: 8px;
    position: absolute;
    top: -45px;
    left: 0;
}

.continue-watch-carousel .owl-nav button.owl-prev,
.continue-watch-carousel .owl-nav button.owl-next {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    background: #1d2230 !important;
    color: #fff !important;
    font-size: 18px !important;
}

.continue-watch-carousel .owl-nav button.owl-prev:hover,
.continue-watch-carousel .owl-nav button.owl-next:hover {
    background: #2b3344 !important;
}

.continue-watch-carousel .owl-nav button.owl-prev span,
.continue-watch-carousel .owl-nav button.owl-next span {
    line-height: 1;
    position: relative;
    top: -1px;
}

.continue-watch-carousel .owl-dots {
    display: none;
}

.continue-watch-carousel .owl-item {
    opacity: 1;
    -webkit-tap-highlight-color: transparent;
}

.continue-watch-carousel .owl-stage-outer {
    overflow: hidden;
    border-radius: 14px;
    margin: 0;
}

.continue-watch-carousel.cw-at-start.owl-rtl .owl-stage-outer {
    padding-right: 0 !important;
}

@media (max-width: 768px) {
    .continue-watch-carousel:not(.owl-loaded) .continue-watch-card {
        flex-basis: calc(100% - 4px);
    }

    .continue-watch-carousel .owl-nav {
        display: none;
    }

    .continue-watch-thumb {
        width: 104px;
        min-height: 126px;
    }

    .continue-watch-carousel .owl-item .continue-watch-card {
        min-height: 126px;
    }

    .continue-watch-content {
        padding: 10px 12px;
    }
}

.continue-watch-card:hover .continue-watch-cta {
    /* background: #4a566b; */
}

.continue-watch-card:focus-within {
    border-color: rgba(255, 255, 255, .2);
}

.continue-watch-cta,
.continue-watch-remove {
    transition: all .2s ease;
}

.continue-watch-remove:hover {
    background: rgb(188, 0, 0);
}

.continue-watch-link:focus-visible {
    outline: 0;
}

.continue-watch-link::after {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 14px;
    border: 1px solid transparent;
}

.continue-watch-link:focus-visible::after {
    border-color: rgba(255, 255, 255, .35);
}

.continue-watch-carousel .owl-nav button.owl-prev.disabled,
.continue-watch-carousel .owl-nav button.owl-next.disabled {
    opacity: .45;
    cursor: default;
}

.continue-watch-carousel .owl-nav button.owl-prev.disabled:hover,
.continue-watch-carousel .owl-nav button.owl-next.disabled:hover {
    background: #1d2230 !important;
}

.continue-watch-head {
    position: relative;
}

.continue-watch-content small {
    display: inline-block;
}

.continue-watch-meta,
.continue-watch-actions {
    pointer-events: none;
}

.continue-watch-link,
.continue-watch-remove {
    position: relative;
}

.continue-watch-remove,
.continue-watch-actions {
    pointer-events: auto;
}

.continue-watch-cta {
    font-weight: 500;
}

.continue-watch-meta small {
    line-height: 1.4;
}

.continue-watch-content em {
    font-weight: 500;
    font-family: tahoma;

}

.continue-watch-content strong,
.continue-watch-content em,
.continue-watch-meta small {
    text-align: right;
    color: var(--text);
}

.continue-watch-content strong,
.continue-watch-content em,
.continue-watch-meta,
.continue-watch-actions {
    width: 100%;
}

.continue-watch-carousel .owl-nav button.owl-prev,
.continue-watch-carousel .owl-nav button.owl-next,
.continue-watch-remove,
.continue-watch-cta {
    box-shadow: none;
}

.continue-watch-carousel .owl-nav button.owl-prev:focus,
.continue-watch-carousel .owl-nav button.owl-next:focus,
.continue-watch-remove:focus {
    outline: none;
}

.continue-watch-carousel .owl-nav button.owl-prev:focus-visible,
.continue-watch-carousel .owl-nav button.owl-next:focus-visible,
.continue-watch-remove:focus-visible {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .25);
}

.continue-watch-cta {
    letter-spacing: .1px;
}

.continue-watch-carousel .owl-item {
    padding: 0;
}

.continue-watch-carousel .owl-item .continue-watch-card {
    display: flex;
    height: 100%;
}

.continue-watch-card,
.continue-watch-link,
.continue-watch-content {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.continue-watch-list-wrap {
    width: 100%;
}


.continue-watch-list {
    margin: 0;
}

.continue-watch-card--list {
    display: flex;
    gap: 12px;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 14px;
}

.continue-watch-card--list .continue-watch-content {
    padding: 0;
}

.continue-watch-card--list .continue-watch-thumb {
    width: 120px;
    min-height: 160px;
}

.continue-watch-extra {
    color: #9fa8ba;
    font-size: 11px;
    line-height: 1.4;
}

.continue-watch-empty {
    color: #cdd5e5;
    font-size: 14px;
    padding: 12px 0;
}

/* Film card 5: show year taxonomy next to genres on hover */
.film_card5 .meta_info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.film_card5 .release_year {
    opacity: 0;
    transform: translateY(4px);
    transition: opacity .2s ease, transform .2s ease;
    pointer-events: none;
}

.film_card5 .release_year.has_genre::before {
    content: "•";
    margin-left: 2px;
    margin-right: 4px;
    opacity: .75;
}

.film_card5:hover .release_year,
.film_card5:focus-within .release_year {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 767px) {
    .film_card5 .release_year {
        opacity: 1;
        transform: none;
    }
}
 

.rel_z2{
  position: relative;
  z-index: 2;
}


.asl_complete_profile_notice {
  background: #201616;
  border: 1px solid #5f2d2d;
  color: #fff;
  padding: 18px;
  border-radius: 14px;
  margin-bottom: 25px;
  text-align: center;
}

  .asl_complete_profile_notice strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
    color: #ffb3b3;
  }

  .asl_complete_profile_notice p {
    margin: 0;
    opacity: .9;
    line-height: 2;
  }


.manual-register-form .mt-3,
.manual-register-form .mt-4 {
  width: 100%;
}

  .manual-register-form .mt-3 a.otp_login_button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    background: #101c4d;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border: 0;
    box-sizing: border-box;
  }

    .manual-register-form .mt-3 a.otp_login_button:hover {
      background: #162766;
      color: #fff;
    }




/* ====================================
   Home Carousel Grid (Desktop)
==================================== */

@media (min-width: 1200px) {

  body.home .film_cat_carousel .owl-stage {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr);
    gap: 18px;
    width: 100% !important;
    transform: none !important;
  }

  body.home .film_cat_carousel .owl-item {
    width: 100% !important;
  }
}


/* ====================================
   Archive Filters
==================================== */

.kelaket-archive-filters {
  display: flex !important;
}

@media (max-width: 768px) {

  /* کانتینر فیلترها */
  .archive_heading_bar .kelaket-archive-filters {
    position: relative;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    width: 100%;
    padding-top: 32px;
    overflow: visible !important;
  }

    /* هر آیتم فیلتر */
    .archive_heading_bar .kelaket-archive-filters > .d-flex.align-items-center {
      position: relative;
      flex: 1 1 0;
      width: auto;
      min-width: 0;
      padding-top: 18px;
      z-index: 1;
    }

      /* وقتی دراپ‌دان بازه */
      .archive_heading_bar .kelaket-archive-filters > .d-flex.align-items-center:has(.nice-select.open) {
        z-index: 999999;
      }

    /* استایل select */
    .archive_heading_bar .kelaket-archive-filters .nice-select.ns_select {
      width: 100%;
      min-width: unset;
      height: 42px;
      line-height: 42px;
      padding-right: 10px;
      padding-left: 20px;
      background: #102346;
      border: 0;
      border-radius: 14px;
      color: #fff;
      font-size: 11px;
    }

  .archive_heading_bar .nice-select {
    position: relative !important;
    overflow: visible !important;
  }

    /* فلش */
    .archive_heading_bar .nice-select::after {
      left: 10px;
      right: auto;
      border-color: #fff;
    }

    /* متن */
    .archive_heading_bar .nice-select .current {
      display: block;
      overflow: hidden;
      color: #fff;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    /* dropdown */
    .archive_heading_bar .nice-select .list {
      position: absolute !important;
      top: calc(100% + 8px);
      right: 0;
      left: 0;
      max-height: 260px;
      overflow-y: auto;
      border-radius: 12px;
      z-index: 999999 !important;
    }

  /* عنوان بالا */
  .archive_heading_bar .kelaket-archive-filters > .d-flex.align-items-center::before {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    color: #fff;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
    z-index: 5;
  }

  /* مرتب سازی */
  .archive_heading_bar .kelaket-archive-filters > .d-flex.align-items-center:nth-of-type(1)::before {
    content: "مرتب سازی";
  }

  /* ژانر */
  .archive_heading_bar .kelaket-archive-filters > .d-flex.align-items-center:nth-of-type(2)::before {
    content: "ژانر";
  }

  /* امتیاز */
  .archive_heading_bar .kelaket-archive-filters > .d-flex.align-items-center:nth-of-type(3)::before {
    content: "امتیاز IMDB";
  }
}