.tvshow_tab_new_slider .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tvshow_tab_new_slider .slick-arrow i {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: 0;
    background: rgba(var(--iq-rgb-0), 0.5);
    line-height: 0.3125em;
    box-shadow: 0px 0.5625em 1.1875em #01041b0d;
    color: var(--iq-white-color);
    transition: all 0.4s ease-in-out 0s;
    font-size: 1.0625em;
}

.tvshow_tab_new_slider .slick-prev:before,
.tvshow_tab_new_slider .slick-next:before {
    content: '';
}

.streamit-wrap-details {
    width: 27.375em;
    position: absolute;
    right: 6.125em;
    top: 50%;
    transform: translateY(-50%);
    border-radius: var(--border-radius-three);
    z-index: 1;
    background: var(--card-box-style);
    padding: 2.1875em 0;
    z-index: 2;
}

.streamit-wrap-details .all-episodes {
    padding: 0 2.1875em;
}

.streamit-thumb-items {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 46.75em;
    padding: 5.625em 0;
    display: flex;
    align-items: center;
}

.streamit-thumb-items::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--iq-tvshow-bg);
    z-index: 1;
}

.streamit-thumb-items .thumbnail-list-wrapper {
    width: 29.875em;
    max-width: 100%;
    left: 6.125em;
    right: auto;
    position: relative;
    z-index: 2;
}

.thumbnail-list-wrapper .series img {
    width: 3.75em;
    height: 3.75em;
    object-fit: cover;
}

.streamit-thumb-items .series .text-gold {
    font-weight: var(--font-weight-bold);
    font-size: 1.125em;
}

.streamit-thumb-items .season-name {
    font-weight: var(--font-weight-medium);
}

.streamit-thumb-items .season-excerpt p {
    font-size: var(--font-size-normal);
    text-transform: capitalize;
}

.streamit-thumb-items .text-detail .trending-year,
.streamit-thumb-items .season_date {
    font-weight: var(--font-weight-medium);
    font-size: 1.125em;
}

.streamit-thumb-items .text-detail .trending-year {
    padding-right: 1.25em;
    padding-left: 0;
}

.streamit-thumb-items .season_date {
    padding-left: 1.25em;
    padding-right: 0;
}


.streamit-tvshow-tab-new .text-detail .trending-year::before {
    content: none;
}

.streamit-tvshow-tab-new .text-detail .trending-year::after {
    content: "";
    height: 0.375em;
    width: 0.375em;
    background: var(--iq-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-radius: 50%;
}

.streamit-tvshow-details .iq-button {
    margin-top: 2.5em;
}

.episodes-tab {
    position: relative;
}

.season-episodes-details {
    display: flex !important;
    flex-direction: column;
    gap: 1.25em;
}

.episodes-info {
    display: flex;
    align-items: center;
    gap: 1.5em;
}

.episode-img img {
    width: 7.5em;
    height: 5.3125em !important;
    object-fit: cover;
    border-radius: var(--border-radius-three) !important;
}


.streamit-wrap-details .trending-info {
    padding: 0;
    overflow: hidden;
}

.streamit-wrap-details .nav-tabs .nav-item.show .nav-link,
.streamit-wrap-details .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-medium);
    color: var(--iq-white-color);
}

.streamit-wrap-details .nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 0;
    position: relative;
    padding: 0 2.1875em 0;
    margin-bottom: 1.25em;
}

.streamit-wrap-details .nav-tabs::-webkit-scrollbar-thumb {
    display: none;
}

.streamit-wrap-details .nav-tabs .nav-tabs-inner {
    display: flex;
    gap: 2.8125em;
    cursor: pointer;
    border-bottom: 0.0625em solid var(--iq-white-light-color);
}

.streamit-wrap-details .nav-tabs::before {
    content: '';
    border-bottom: 0.0625em solid var(--iq-white-light-color);
    width: 100%;
    position: absolute;
    height: 0.0625em;
    bottom: 0;
    right: 0;
    left: 0;
}

.streamit-wrap-details .season-content {
    height: 25em;
    overflow-y: auto;
    padding: 0 2.1875em;
}

.streamit-wrap-details .nav-tabs .nav-link,
.streamit-wrap-details .nav-tabs .nav-link.active {
    background: transparent;
    border: 0;
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-medium);
    padding: 0.9375em 0 0.5em 0;
}

.streamit-wrap-details .nav-tabs .nav-link {
    color: var(--iq-body-text);
    position: relative;
}

.streamit-wrap-details .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0.0625em;
    width: 0;
    left: auto;
    right: 0;
    background: transparent;
    transition: all 0.8s linear;
}

.streamit-wrap-details .season-content .view-all-btn a {
    padding: 0.5em 1em;
    font-size: 0.875em;
    border-radius: var(--border-radius-three);
}

.streamit-wrap-details .nav-tabs .nav-link.active::after {
    background: var(--iq-primary);
    width: 100%;
    left: 0;
    right: auto;
}

.streamit-wrap-details .episode-name {
    font-weight: var(--font-weight-semi-bold);
    color: var(--iq-white-color);
}

.streamit-wrap-details .episode-time {
    font-size: var(--font-size-normal);
}

.all-episodes .trending-text {
    font-size: 1.125em;
    font-weight: var(--font-weight-medium);
}

.streamit-tvshow-tab-new button.PreArrow-two.slick-arrow {
    bottom: 6.25em;
    top: auto;
    left: 6.25em;
}

.streamit-tvshow-tab-new button.NextArrow-two.slick-arrow {
    bottom: 6.25em;
    top: auto;
    left: 9.375em;
}

.streamit-tvshow-tab-new .episodes-info a {
    color: var(--iq-white-color) !important;
}

.streamit-tvshow-details .series,
.streamit-tvshow-details .text-detail {
    display: flex;
    align-items: center;
}

[dir="rtl"] .streamit-wrap-details {
    left: 6.125em;
    right: auto;
}

[dir="rtl"] .streamit-thumb-items .thumbnail-list-wrapper {
    position: absolute;
    right: 6.125em;
    left: auto;
}

[dir="rtl"] .streamit-tvshow-details .series,
[dir="rtl"] .streamit-tvshow-details .text-detail,
[dir="rtl"] .streamit-wrap-details .nav-tabs,
[dir="rtl"] .streamit-wrap-details .nav-tabs .nav-tabs-inner,
[dir="rtl"] .episodes-info {
    flex-direction: row-reverse;
}

[dir="rtl"] .streamit-thumb-items .text-detail .trending-year {
    padding-left: 1.25em;
    padding-right: 0;
}

[dir="rtl"] .streamit-thumb-items .season_date {
    padding-right: 1.25em;
    padding-left: 0;
}

[dir="rtl"] .streamit-tvshow-tab-new .text-detail .trending-year::after {
    left: 0;
    right: auto;
}

[dir="rtl"] .streamit-tvshow-tab-new button.PreArrow-two.slick-arrow {
    right: 9.375em;
    left: auto;
}

[dir="rtl"] .streamit-tvshow-tab-new button.NextArrow-two.slick-arrow {
    right: 6.25em;
    left: auto;
}

@media (max-width:1024px) {

    .streamit-thumb-items .thumbnail-list-wrapper,
    .streamit-tvshow-tab-new button.PreArrow-two.slick-arrow {
        left: 2em;
    }

    .streamit-tvshow-tab-new button.NextArrow-two.slick-arrow {
        left: 5em;
    }

    .streamit-wrap-details {
        right: 2em;
    }

    [dir="rtl"] .streamit-tvshow-tab-new button.PreArrow-two.slick-arrow {
        right: 5em;
        left: auto;
    }

    [dir="rtl"] .streamit-thumb-items .thumbnail-list-wrapper,
    [dir="rtl"] .streamit-tvshow-tab-new button.NextArrow-two.slick-arrow {
        right: 2em;
        left: auto;
    }

    [dir="rtl"] .streamit-wrap-details {
        left: 2em;
        right: auto;
    }
}

@media (max-width:991px) {
    .streamit-wrap-details {
        display: none;
    }

    .streamit-thumb-items .thumbnail-list-wrapper {
        width: 70%;
    }
}

@media (max-width:767px) {
    .streamit-thumb-items {
        padding: 5em 0;
        height: 30em;
    }

    .streamit-tvshow-tab-new button.PreArrow-two.slick-arrow,
    .streamit-tvshow-tab-new button.NextArrow-two.slick-arrow {
        bottom: 1em;
    }

    .streamit-thumb-items .thumbnail-list-wrapper {
        left: 1em;
        width: 90%;
    }

    .streamit-thumb-items .season-excerpt p,
    .streamit-thumb-items .season-excerpt {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .streamit-thumb-items .season-name {
        font-size: 2em;
    }

    [dir="rtl"] .streamit-thumb-items .thumbnail-list-wrapper {
        position: relative;
        left: 1em;
        width: 90%;
    }
}

@media (max-width:530px) {

    .streamit-tvshow-tab-new button.PreArrow-two.slick-arrow,
    .streamit-tvshow-tab-new button.NextArrow-two.slick-arrow {
        bottom: 3em;
    }
}

.fade-in-anim {
	-webkit-animation: fade-in-anim 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-anim 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@-webkit-keyframes fade-in-anim {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-in-anim {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  