.sh_sectd {
    aspect-ratio: 3/4;
}

.sh_sectd img {
    aspect-ratio: 3/4;
    width: 100%;
}

.pb_live_channel {
    justify-content: center;
    border-bottom: none;
}

.vjs-menu li.vjs-selected {
    font-family: 'AnekLatin-Bold' !important;
}

.for_brdr {
    display: flex;
    justify-content: center;
}

.pb_live_channel {
    border-radius: 5px;
    background: #252525;
}

.pb_card_details:hover .volume_banner_dt [tooltip]::after {
    font-size: 11px !important;
}

#live_pb .tab-pane {
    margin-top: 15px;
}

#multiple_langauage_pb {
    background: inherit !important;
}

.pb_live_channel li {
    margin: 0 !important;
    flex: 1;
}

.vjs-big-play-centered .vjs-big-play-button {

    margin-top: -2em !important;
    margin-left: -1.1em !important;
    transform: scale(2.5);
}

.pb_live_ch:hover {
    color: var(--white);
}

.pb_live_channel li a {

    text-align: center;
    font-family: 'AnekLatin-SemiBold' !important;
    border: none !important;
    color: var(--white) !important;
    border-radius: 0px 0px 0px 0px !important;
    font-size: 15px;
}

.pb_live_channel li a:hover {
    border: none;
    color: var(--white) !important;
}

.pb_live_channel li:first-child a {
    padding: 8px 0;
    color: #c1c1c1 !important;

}

.pb_live_channel li:last-child a {
    padding: 8px 0;
    color: #c1c1c1 !important;

}

.pb_live_channel li a.active {
    background: var(--pbg) !important;
    color: var(--white) !important;
    border: 1px solid var(--pbg) !important;
    border-radius: 5px !important;
}

.pb_channles_flex {
    display: flex;
    flex-wrap: wrap;
}

.live_pb_head {
    align-items: center;
}

.live_pb_head img {
    width: 40px;
    height: 40px;
}

.channelBox {
    width: 25%;
    padding: 9px;
}

.pb_live_channel_dt {
    text-align: center;
    padding: 0px;
    border-radius: 8px;
    height: 100%;
}

.text_e7 {
    color: #e7e7e7;
}

.border-live {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.pb_live_p {
    color: #BFBFBF !important;
}

.pb_live_ch {
    position: absolute;
    top: 8px;
    border-radius: 8px;
    color: var(--white);
    padding: 1px 8px;
    right: 1px;
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
}

.pb_live_ch img {
    width: 40px !important;
}

.vjs-mute-control {
    margin: 0 !important;
}

.channelBox .pb_img {
    width: 100%;
    margin: auto;
    aspect-ratio: 16/9;
}

.channelBox .pb_img img {
    aspect-ratio: 16/9;
    width: auto;
    object-fit: contain;
}

.channelBox .pb_img img {
    border-radius: 8px;
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control .vjs-icon-placeholder:before {
    top: -5px;
}

.pb_channles_flex {
    display: flex;
    flex-wrap: wrap;
}

.chnnl_vid {
    position: relative;
}

.chnnl_vid #my-video {
    width: 100%;
    height: calc(70vw * 0.567) !important;
}

.chnnl_vid .chnnl_btn_main {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.chnnl_vid .chnnl_btn_main button {
    border: none;
    border-radius: 5px;
    color: var(--white);
}

.text-e4 {
    color: #e4e4e4;
}

.vjs-icon-cog:before {
    font-size: 17px;
}

.golive_chnnl_btn {
    background: #8B8B8B !important;
    color: #fff;
    border-radius: 10px;
    padding: 8px 10px;
    position: absolute;
    top: -45px;
    right: 29px;
}

.live_chnnl_btn {
    background: #FF0000 !important;
    padding: 5px 9px;
}

.img-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.list-unstyled {
    margin-bottom: 0;
}

#mySidenav .list-unstyled a {
    padding: 4px 0;
}

#mySidenav .card-bg {
    cursor: pointer
}

.int-searc-res {
    width: 100% !important;
    margin: 0;
}

.m-dialog {
    width: 100% !important;
    height: 100;
    margin: 0 !important;
    background: #000;
}

.sidenav {
    background: var(--pbthemeop) !important;
    width: 270px;
    top: 49px;
    right: -270px;
    transition: all 0.5s ease-in-out;
}

.sidenav .user-logout {
    margin-bottom: 15px !important;
}

.toggle_navs {
    right: 0px;
}

#search_page .close {

    width: auto !important;
}

.search_all_shows_container {
    display: none;
}

#search_page .modal-body {
    height: 100vh !important;
}

.pb_wl_card {
    display: flex;
    flex-wrap: wrap;
}

.pb_card_vd-2 img {
    width: 100%;
    background: #000;
}

.text_ac {
    color: #acacac;
}

.pb_wl_card .pb_card_details {
    width: 16.6%;
    margin-right: 0px !important;
    padding: 8px;
    transition: all 0.5s;
    position: relative;
    margin-bottom: 20px;
}

.pb_wl_card .pb_card_details:hover {
    z-index: 999;
}

.video-container {
    position: relative;
    width: 100%;
}

.back-button {
    position: absolute;
    top: 20px;
    left: 28px;
    z-index: 10;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 20px !important;
}

.delate_acount {
    color: var(--white);
    padding: 10px 16px;
    width: 40%;
    border: none;
    margin: auto;
    font-size: 11px;
    font-weight: 500;
    background: inherit !important;
}

.channelBox .pb_img2 img {
    border-radius: 8px;
}

.vjs-title {
    position: absolute;
    top: 18px !important;
    left: 73px !important;
    color: white;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 600;
    width: 90%;
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: normal;
}

.banner_after_navbar [tooltip]::after {
    font-size: 13px !important;
}

.pb_pl_video .video-js {
    width: 100% !important;
    height: 100vh !important;
    position: relative;
}

.vjs-progress-control:hover .vjs-thumbnail,
.vjs-progress-control.fake-active .vjs-thumbnail,
.vjs-progress-control:active .vjs-thumbnail {
    opacity: 1;
}

.vjs-progress-control:hover .vjs-thumbnail:hover,
.vjs-progress-control:active .vjs-thumbnail:active {
    opacity: 0;
}

.contentMenu {
    position: relative;
    width: 4em;
}

.vjs-thumbnail-holder {
    position: absolute;
    left: -1000px;
}

.ad_seeting ul li .disable_icon {
    opacity: 1 !important;
}

.vjs-thumbnail {
    position: absolute;
    left: 0;
    bottom: 1.3em;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -mz-transition: opacity .2s ease;
}

.ad_setting_pb:hover .ad_seeting {
    width: 11em !important;
    right: 0 !important;
}

.descrpition_title_sb_btn {
    cursor: inherit !important;
}

#login_form .pgactiveg {
    cursor: pointer !important;
}

.logout_pb {
    padding: 8px 16px !important;
    width: 40% !important;
    font-size: 11px;
}

.now_play {
    background: green;
    position: absolute;
    right: 10px;
    border-radius: 9px 0 9px 0;
    color: var(--white);
    padding: 1px 3px;
    font-size: 10px;
    margin-top: 5px;
    z-index: 2;
    border: green;
    padding: 5px 8px;
}

.loader-container {
    position: absolute;
    z-index: 9;
    height: 20px;
    width: 30px;
    right: 90px;
    top: 5px;
    background: green;

    border-radius: 9px 0 0 0;
    padding: 14px 1px;
}

.loader-container>div {
    top: -17px;
    right: -5px;
    position: relative;
    display: inline-block;
    background: #fff;
    height: 5px;
    width: 2px;
    margin: 0;
    -webkit-animation: load 3s ease-in-out infinite;
    animation: load 3s ease-in-out infinite;
}

.loader-container .rectangle-2 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

@-moz-keyframes load {

    0%,
    100% {
        -moz-transform: scaleY(1);
        background: #fff;
    }

    16.67% {
        -moz-transform: scaleY(2);
        background: #fff;
    }

    33.33% {
        -moz-transform: scaleY(1);
        background: #fff;
    }

    50% {
        -moz-transform: scaleY(2);
        background: #fff;
    }

    66.67% {
        -moz-transform: scaleY(1);
        background: #fff;
    }

    83.34% {
        -moz-transform: scaleY(2);
        background: #fff;
    }
}

@-webkit-keyframes load {

    0%,
    100% {
        -webkit-transform: scaleY(1);
        background: #fff;
    }

    16.67% {
        -webkit-transform: scaleY(3);
        background: #fff;
    }

    33.33% {
        -webkit-transform: scaleY(1);
        background: #fff;
    }

    50% {
        -webkit-transform: scaleY(2);
        background: #fff;
    }

    66.67% {
        -webkit-transform: scaleY(1);
        background: #fff;
    }

    83.34% {
        -webkit-transform: scaleY(2);
        background: #fff;
    }
}

@keyframes load {

    0%,
    100% {
        transform: scaleY(1);
        background: #fff;
    }

    16.67% {
        transform: scaleY(2);
        background: #fff;
    }

    33.33% {
        transform: scaleY(1);
        background: #fff;
    }

    50% {
        transform: scaleY(2);
        background: #fff;
    }

    66.67% {
        transform: scaleY(1);
        background: #fff;
    }

    83.34% {
        transform: scaleY(2);
        background: #fff;
    }
}

.pb_pl_video .vjs-fluid {
    min-height: 100% !important;
    padding: inherit !important;
    height: 100vh !important;
}

.pb_pl_video video {
    width: 100% !important;
    height: 100% !important;
}

.highlight:hover {
    border-color: #00ff00;
}

.highlight {
    position: relative;
    border: 2px solid #00ff00;
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    transition: border-color 0.3s, box-shadow 0.3s;
    border-radius: 13px !important;
}

.contentMenu .icon:hover+.menu {
    transform: translate(-50%, -30px);
    visibility: visible;
    opacity: 1;
}

.highlight::before,
.highlight::after {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 2px solid transparent;
    border-radius: 13px;
    box-sizing: border-box;
    animation: glow 2s infinite alternate;
}

.highlight::before {
    top: -2px;
    left: -2px;
}

.highlight::after {
    bottom: -2px;
    right: -2px;
}

.go_to_page {
    width: 50%;
    background: var(--pbg);
    color: var(--white);
    font-size: 16px;
    border-radius: 5px;
    padding: 5px 10px;
}

.go_to_page:hover {
    color: #fff;
}

.artist_image {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.artist_image:hover {
    box-shadow: 0 0 10px red;
    border-radius: 10px;
}

.artist_image img {
    position: relative;
    width: 100%;
    height: auto !important;
    margin: auto !important;
    border-radius: 10px;
    max-height: 100%;
}

.artist_content p.name {
    bottom: 0px;
    position: absolute;
    color: #fff;
    font-weight: 400;
    left: 15px;
    white-space: nowrap;
}

.artist_name {
    position: absolute;
    width: 100%;
    z-index: 9;
}

p.name {
    bottom: 10px;
    position: absolute;
    color: #000;
    font-weight: 400;
    left: 25px;
}

.artist-title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.artist_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 25px;
}

.artist_col {
    width: 12%;
    margin-right: 7px;
}

.c_over_bottom {
    background: linear-gradient(to top, #030b17, rgba(0, 0, 0, 0));
    position: absolute;
    height: 100%;
    width: 100%;
    margin-left: 7px;
    bottom: 0px !important;
    border-radius: 0 0 9px 9px;
}

.pb_language_icon {
    margin-right: 17px;
}

.pb_language_icon img {
    width: 20px;
}

.pb_language_detail {
    position: fixed;
    width: 360px;
    top: 47px;
    right: -360px;
    transition: all 0.5s ease-in-out;
    height: 500px;
    border-radius: 0 0 5px 5px;
    z-index: 999;
}

.pb_language_detail_div {
    right: 0px;
}

.pb_live_lang {
    border: none !important;
    border-bottom: 1px solid;
    background: var(--pbthemeop) !important;
    padding: 0px 13px;
}

.pb_live_lang li {
    margin-bottom: 0 !important;
    width: 100%;
}

.pb_live_lang .nav-link.active {
    font-size: 17px;
    background: inherit !important;
    border: none !important;
    color: var(--white);
    position: relative;
    padding: 6px 3px;
    font-family: 'AnekLatin-SemiBold' !important;
    font-weight: 600 !important;
}

.lang-f {
    font-size: 14px;
    font-weight: 600;
    width: 31%;
    display: inline-block;
}

.pb_live_lang .nav-link {
    font-size: 14px;
    padding: 4px 6px;
    background: inherit !important;
    border: none !important;
    color: var(--white);
}

.pb_live_lang {
    background: var(--pbthemeop) !important;
    position: relative;
    padding: 0px 13px;
    border-bottom: 1px solid #2e2e2e !important;
}

.pb_lang_t {
    background: var(--pbthemeop) !important;
    border-radius: 0 0 5px 5px;
}

.checkbox-group label {
    cursor: pointer;
    width: 100%;
    color: #999;
    font-size: 11px;
    padding: 8px 15px;
    text-align: left;
}

.pb_lang_t label {
    margin-bottom: 0;
}

.checkbox-group {
    position: relative;
}

.checkbox-group label:before {
    cursor: pointer;
    content: '';
    border: solid;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    border: 1px solid #858585;
    background: transparent;
    padding: 0 0.3em;
    line-height: 1.5;
    position: absolute;
    top: 14px;
    right: 16px;
    /*-webkit-box-shadow: inset 0 0 0 2.5px #717171;*/
    border: 2px solid #717171 !important;
}

.audio_bott_dt {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 40%);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pb_change_btn {
    background: var(--pbg);
    width: 100%;
    border-radius: 5px;
    font-weight: 500;
    color: var(--white);
    padding: 7px 10px;
    display: block;
    text-align: center;
    font-size: 13px;
}

.text_act {
    color: #A5A5A5;
    font-size: 14px;
}

.checkbox-group .rounded-checkbox:checked+label {
    background: #2E2E2E !important;
}

.checkbox-group .rounded-checkbox:checked+label:before {
    color: #fff;
    background: var(--pbc);
    border: none !important;
    padding: 3px;
    text-align: center;
    line-height: 13px;
    -webkit-box-shadow: inset 0 0 0 2.5px #2e2e2e;
    border: 2px solid var(--pbc) !important;

}

.checkbox-group .rounded-checkbox {
    position: fixed;
    left: -9999px;
}

.audio-nav .ml-5 {
    width: inherit !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkbox-group2 {
    position: relative;
}

.checkbox-group2 label {
    padding: 10px 15px;
    cursor: pointer;
    display: inline-block;
    color: #999;
    font-size: 11px;
    width: 100%;
    margin: 0;
    text-align: left;
}

.checkbox-group2 label:before {
    content: '';
    border-radius: 100%;
    border: 1px solid #858585;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    margin-top: 2px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    right: 16px;
    background: #797979;
    -webkit-box-shadow: inset 0 0 0 3px #2f1b1b;
}

.content_language_pb {
    padding: 15px 15px !important;
}

.checkbox-group2 .rounded-checkbox2:checked+label {
    position: relative;
    background: #262626 !important;
}

.checkbox-group2 .rounded-checkbox2:checked+label:before {
    background: var(--pbg);
    border: 1px solid var(--pbg);
}

.continue_watch_flex .cardDetails:hover .user__info_youtube h5 {
    line-height: 17px;
}

.continue_watch_flex .cardDetails:hover .user__info_youtube p {
    color: #8c8c8c !important;
    margin-top: 2px !important;
    margin-bottom: 4px;
    font-size: 12px !important;
}

.m-coninew {
    margin: 0 15px !important;
}

.checkbox-group2 .rounded-checkbox2 {
    position: fixed;
    left: -9999px;
}

.more_sec {
    position: relative;
    margin-top: -205px;
    z-index: 1;
}

.ad_live_audio {
    background: #FF0000;
    animation: blinker 1.2s ease-in-out infinite;
    font-size: 12px;
    color: var(--white);
    padding: 3px 6px;
    border-radius: 5px;
}

.ad_live_audio img {
    width: 18px;
    height: 18px;
}

.back-btn {
    font-size: 25px;
}

.pb_retry {
    background: var(--pbg);
    color: #fff;
    border-radius: 5px;
    width: 38%;
    display: block;
    margin: 10px auto 0 auto;
    padding: 6.5px 10px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'AnekLatin-SemiBold' !important;
    font-weight: 600 !important;
}

#pboverlaydiv .pb_retry {
    width: 20% !important;
}

.pb_open {
    background: rgba(36, 36, 36, 1);
    color: #fff;
    border-radius: 5px;
    width: 38%;
    display: block;
    margin: 10px auto 0 auto;
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
}

.pb_network {
    display: grid;
    width: 100%;
    height: 60%;
    align-items: center;
}

.text-ac {
    color: #acacac;
    font-weight: 400;
}

.pb_h:hover {
    color: #fff;
}

#pboverlaydiv {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999 !important;
    cursor: pointer;
}

.pb_network_eroors {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.m-oa {
    margin: 0 0;
}

#remove_watchlist {
    background: #2b2b2b;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    text-align: center;
}

.tooltip-text {
    border-radius: 5px;
    width: 55px;
    height: 55px;
    text-align: center;
}

#remove_watchlist:hover {
    background: #373537;
}

#exampleModalCenter {
    background: #000;
}

.continue_watch_flex {
    display: flex;
    flex-wrap: wrap;
}

.continue_watch_flex .cardDetails {
    width: 24%;
    position: relative;
    margin: 0 10px 25px 0;
    background: inherit !important;
}

.continue_watch_flex .continue_bottomset {
    position: inherit !important;
}

.continue_watch_flex .user_g {
    position: inherit !important;
}

.continue_watch_flex .cardDetails:hover .continue_bottomset {
    background: inherit !important;
    border-radius: 0 0 5px 5px !important;
    padding: 0 !important;
}

.continue_watch_flex .cardDetails:hover .user_g {
    background: #19194b !important;
    border-radius: 0 0 5px 5px !important;
    padding: 2px 15px !important;
}

.pb_notification_icon {
    margin-right: 17px;
    cursor: pointer;
}

.geners_data .user__info_youtube h5 {
    margin-top: 0 !important;
    line-height: 16px;
}

.geners_data .cardDetails:hover .user__info_youtube h5 {
    margin-top: 0 !important;
    font-size: 14px !important;
}

.geners_data .cardDetails:hover .user__info_youtube p {
    font-size: 12px !important;
}

.pb_notification_icon img.img-fluid {
    height: 22px;
}

.pb_notification_details {
    background: var(--pbthemeop) !important;
    padding: 0px;
    position: fixed;
    width: 400px;
    max-height: 354px;
    right: -400px;
    top: 45px;
    overflow: hidden;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
    border-radius: 0 0 5px 5px;
    z-index: 999;
}

.pb_notification_details_div {
    right: 0px;
}

.pb_notification_details ul {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 0px;
}

.pb_notification_details li {
    list-style: none;
    background: rgba(14, 22, 83, 1);
    border-radius: 5px;
    padding: 5px;
}

.pb_notification_details li a:hover {
    background: inherit !important;
}

.pb_notification_details li a {
    display: flex !important;
    justify-content: space-between;
}

.notiPic {
    display: flex;
    gap: 8px;
}

.notiPic img {
    width: 110px;
    height: 66px;
    object-fit: contain;
    background: #000;
    border-radius: 5px;
}

p.notiHead {
    margin: 0px;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    text-align: left;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.play_w:hover {
    background: #494949;
}

.notiTittle {
    font-size: 12px;
    color: #BBBBBB;
    margin-top: 3px;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

p.notiDay {
    font-size: 12px;
    line-height: 12px;
    color: #949494;
    width: max-content;
    display: flex;
    align-items: end;
    height: 97%;
    padding-right: 4px;
}

.eps_dt_play {
    height: 45px;
    width: 45px;
}

.play_ep_position {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.email_login .mail_input {
    font-size: 12px;
    font-weight: initial;
    padding: 10px 26px 10px 10px !important;
}

.next_episode_d {
    background: rgb(58 56 56 / 83%);
    border: 1px solid rgba(71, 71, 71, 1);
    padding: 10px 15px;
    border-radius: 10px;
    height: 234px;
    width: 309px;
    position: absolute;
    content: "";
    bottom: 40px;
    right: 40px;
}

.nex_ep_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nex_ep_head h5 {
    font-size: 16px;
    color: var(--white);
}

.player_remove_btn {
    width: 29px;
    height: 25px;
    cursor: pointer;
}

.ep_cen_img {
    padding: 5px 0;
    width: 277px;
    height: 155px;
    position: relative;
}

.ep_cen_img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #474545;
    display: block;
    padding: 0 0px 0 1px;
}

.nex_ep_dt {
    font-size: 15px !important;
    color: var(--white);
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.player_episode_icon {
    width: 35px;
    height: 35px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;

}

.player_episode_icon img {
    width: 18px;
}

.progress_ep {
    width: 45px;
    height: 45px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: rgba(81, 81, 81, 0.8);
    border-radius: 50px;
}

.eps_play_circle {
    display: inline-block;
    transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background: transparent;
    border-radius: 50%;
    color: white;
}

.eps_play_circle circle {
    stroke-linecap: round;
}

.eps_dt_1 {
    stroke: currentcolor;
    transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.no_intrnt_text {
    width: 100%;
    text-align: center;
    position: absolute;

    bottom: 0px;

    background: #474a58c2;
    font-size: 13px;

    padding: 2px 0px;
    z-index: 99999999;
}

.intrnt_text {
    width: 100%;
    text-align: center;
    position: absolute;

    bottom: 0px;
    background: var(--pbg) !important;
    font-size: 13px;
    padding: 2px 0px;
    z-index: 99999999;
}

#remove_watchlist .remove_watch {
    width: 25px !important;
    display: flex;
    align-items: center;
    margin: auto;
    object-fit: contain;
    height: 100%;

}

.seclect-profile-users {
    overflow-y: auto !important;
}

.player_episode_icon img {
    border-radius: 0 !important;
    height: 18px !important;
}

#watchlist_toggle .add_watch {
    border-radius: 5px !important;
}

.share_btn_icon a {
    color: var(--white);
}

.helpHead i.fa-solid.fa-chevron-left {
    cursor: pointer;
}

.vjs-menu-item-text {
    font-weight: bold;
}

.card_shimmer {
    background: #0D0D0D;

    border-radius: 5px;
    background-image: linear-gradient(to right, #0D0D0D 0%, #333333 40%, #0D0D0D 60%, #0D0D0D 100%) !important;
    background-repeat: no-repeat !important;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.card_shimmer_op {
    opacity: 0;
}

#play_episode_list {
    background: #000 !important;
}

#verify {
    text-transform: capitalize;
}

.descrpition_title_sb_btn.btn:disabled {
    opacity: 1 !important;
}

.next_ep {
    right: 9px !important;
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 15px;
    text-transform: capitalize;
}

.episode_list {
    right: 140px !important;
    width: auto !important;
    height: auto !important;
    position: absolute !important;
    top: 15px;
    text-transform: capitalize !important;
}

.vjs-playing.vjs-user-inactive .episode_list,
.vjs-playing.vjs-user-inactive .next_ep {
    display: none;
}

.vd_upper-shadow {
    background: linear-gradient(0deg, rgba(0, 212, 255, 0) 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5.2rem;
}

.vjs-playing.vjs-user-active .vd_upper-shadow {
    display: block;
}

.vjs-playing.vjs-user-inactive .vd_upper-shadow {
    display: none;
}

.vjs-playing.vjs-user-active .episode_list,
.vjs-playing.vjs-user-active .next_ep {
    display: block;
}

.vjs-playing.vjs-user-inactive .back-button,
.vjs-playing.vjs-user-inactive .vjs-title {
    display: none;
}

.vjs-playing.vjs-user-active .back-button,
.vjs-playing.vjs-user-active .vjs-title {
    display: block;
}

.banner_loader {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #131313;
}

.delayed-element {
    position: relative;
}

.viewAllSection .view_m_btn {
    position: relative;
}

.banner_loader img {
    height: calc(100vw* 0.567) !important;
}

.viewAllSection .view_m_btn:hover {
    color: #fff !important;
}

.profile_user .profile_card:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.episode_list {
    display: none !important;
}

.next_ep {
    display: none !important;
}

.c_over {
    top: 0;
}

.edit_use_btn:hover {
    color: #fff !important;
}

.pb_language_detail_div {
    overflow-y: auto !important;
}

.no_intrnt_text {
    background: rgb(69 67 67) !important;
}

.sidenav {
    overflow-y: auto !important;
    height: 90vh !important;
    -webkit-height: 90vh !important;
}

.pb_notification_details {
    height: 80vw !important;
}

.video-js .vjs-slider {
    z-index: 9999999;
}

.profile_user .add-user:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.search_md {
    padding-top: 15px;
}

.profile-owl .profileImg:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

.profile-owl .owl-item.active.center .profileImg:hover {
    transform: inherit !important;
}

.cardDetails:hover .user__info_youtube p {
    color: #8c8c8c !important;
    margin-top: 2px !important;
}


#some_div .rs_time {
    display: inline-block;
}

.profile-owl .owl-stage-outer {
    height: 86px !important;
    overflow: hidden;
}

.network_bott {
    position: fixed !important;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.network_width {
    width: 24px;
    height: auto;
}

#hlsImg img {
    height: calc(98vw* 0.567) ! Important;
    width: 100%;
    border-radius: none !important;
}

.network_size {
    font-size: 18px;
}

.pb_card_details .volume_banner_dt {
    position: absolute;
    z-index: 111;
    right: 4px !important;
    bottom: 7px !important;
    width: 25px;
    height: 25px !important;
    padding: 5px;
}

.pb_card_vd-2 .vjs-loading-spinner {
    width: 35px;
    height: 35px;
    margin: 0;
    transform: translate(-50%, -50%);
}

.pb_card_details .volume_banner_dt .banner_volume img {
    width: 15px !important;
    height: 15px !important;
    background: inherit !important;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.loader-shimmer-banner {
    background: #0D0D0D;
    border-radius: 5px;
    background-image: linear-gradient(to right, #0D0D0D 0%, #333333 40%, #0D0D0D 60%, #0D0D0D 100%) !important;
    background-repeat: no-repeat !important;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.bnnr_content1 {
    padding: 10px;
}

.h-28 {
    min-height: 28px;
}

.loader-shimmer-banner .dt_w {
    width: 97% !important;
}

.share_hl {
    position: relative;
}

.shareHls {
    display: inline-block;
}

.share_hl_popup {
    position: absolute;
    top: -62px;
    width: 300px;
    left: -4px;
    z-index: 9999;
}

#copyBtn {
    padding: 6px 20px !important;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500 !important;
}

#shareHls {
    object-fit: contain;
    height: 100% !important;
}

.btn:focus {
    outline: 0;
    box-shadow: inherit !important;
}

.share_bg {
    background: rgba(58, 58, 58, 1);
    display: flex;
    align-items: center;
    padding: 10px 8px;
    border-radius: 5px;

}

.favLive {
    color: #fff;
}

.favLive:hover {
    background: rgba(56, 56, 56, 1);
}

.pb_live_channel li a.active:hover {
    background: var(--pbhover) !important;
}

.pb_live_channel li a:hover {
    background: inherit !important;
}

.shareMedia {
    width: 20px;
}

.copy_share {
    width: 19px;
    height: 18px !important;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2px;
}

.slick-dots li button:hover {
    background: #fff;
}

.slick-dots .slick-active button:hover {
    background: var(--pbg) !important;
}

.slick-arrow:hover {
    background: rgba(102, 102, 102, 0.4);
    transition: 0.3s;
}

#multiple_langauage_pb .checkbox-group label:hover {
    background: #2e2e2e !important;
}

.bg-green {
    display: flex !important;
}

.bg-green img {
    object-fit: contain;
}

.watc_pb span {
    background: #2b2b2b;
}

.music-div {
    position: relative;
    width: 100%;
    height: 245px !important;
}

#mySidenav .card-bg:hover {
    /* background: rgb(23 23 92); */
    transition: 0.3s;
}

.music-progress-bar:after {
    width: 18px !important;
    height: 18px !important;
    z-index: 9999999;
    background: var(--white) !important;
}

.watchnav_back a {
    width: max-content;
}

.music-progress {
    position: relative;
    width: calc(100% - 0px);
    margin-top: 16px !important;
    margin-bottom: 25px;
}

.music-controls {
    padding-top: inherit !important;
}

.view_m_btn:hover {
    color: #fff !important;
}

.share_input {
    background: inherit !important;
    border: none;
    color: rgba(220, 220, 220, 1);
    padding: 0px 5px 0px 25px !important;
}

#name_err {
    font-size: 12px;
}

.episodes_tab_btns .ep_tab_dt .nav-link {
    text-transform: capitalize;
}

.episodes_tab_btns .ep_tab_dt .nav-link.active:hover {
    background: var(--pbhover) !important;
}

.profile_side-list a:hover {
    background: rgba(37, 37, 37, 1) !important;
}

.profile_side-list a {
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #484848 0%, rgba(118, 118, 118, 0) 100%);
}

.viewAllSection .delayed-element {
    display: block !important;
}

.episodes_tab_btns .ep_tab_dt .nav-link:hover {
    background: #363636 !important;
}

.bg_btn_color:hover {
    background: var(--pbhover) !important;
}

.quality-weight {
    font-family: 'AnekLatin-Medium' !important;
    font-weight: 500 !important;
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus {
    color: var(--pbc) !important;
}

.vjs-menu li.vjs-selected {
    color: var(--pbc);
    font-weight: 600 !important;
}

#inputText:focus {
    color: rgba(220, 220, 220, 1) !important;
}

.pgn .banner_image {
    background: inherit !important;
}

.share_bg .copy_share_btn {
    background: rgba(63, 168, 73, 1) !important;
}

.share_bg .copy_share_btn:hover {
    background: rgba(63, 168, 73, 1) !important;
}

#mySidenav .upgrade_nav a {
    background: var(--pbtheme) !important;
}

#mySidenav .upgrade_nav {
    margin: 5px;
}

.vjs-menu-button-popup .vjs-menu {
    top: -41px !important;
    padding: 30px;
}

.currentTime-duration {
    position: absolute;
    top: -31px;
    right: 36px;
    font-size: 15px;
    font-family: 'AnekLatin-Regular';
}

.contentMenu .menu {
    bottom: 51px !important;
}

.sha_btv .share_hl_bt {
    position: absolute;
    top: -48px !important;
    width: 300px;
    right: -5px !important;
    z-index: 99999999;
    left: inherit !important;
    transform: inherit !important;
}

.share_hl_bt .copy_share {
    height: 18px !important;
}

.epiose_close_icon {
    cursor: pointer;
}

.footer_img_dt {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.footer-box .footer_img_dt .footer_img {
    width: 150px !important;
    height: 47px;
    max-width: inherit !important;
}

.footer-box-pr {
    padding-right: 24px;
}

.footer_bg_col {
    background: #0e0e0e;
}

.footer_border {
    border: 1px solid rgba(69, 69, 69, 1);
}

.seassion_line {
    border: 1px solid rgba(69, 69, 69, 1) !important;
}

.pf_dt {
    padding: 30px 40px;

}

.footer_link_sec {
    display: flex;
    flex-wrap: wrap;
}

.footer_link_sec li a {
    font-size: 16px;
    display: inline-block;
    white-space: nowrap;
}

.footer_align_center {
    align-items: center;
}

.copy_riht_co {
    color: rgba(169, 169, 169, 1);
    font-size: 16px;
}

.pb_card_details .live_blinker_img {
    right: 10px !important;
    width: 55px !important;
}

.pb_card_details:hover .live_blinker_img {
    top: 20px;
    right: 8px !important;
    z-index: 9999;
}

.share_bg .bg_btn_color {
    font-size: 13px;
    display: block;
    padding: 6px 12px !important;
    min-width: fit-content;
}

.bg_btn_color {
    display: block;
    min-width: fit-content;
}

.copy_anchor {
    font-family: 'AnekLatin-Regular';
    font-weight: 400;
}

.volume_banner_dt {
    position: absolute;
    right: 212px;
    z-index: 99;
    bottom: 34.5%;
    display: none;

}

.banner_volume {
    display: block;
}

.banner_after_navbar .vjs-poster {
    height: calc(98vw * 0.5687) !important;
}

.banner_after_navbar .banner_volume img {
    width: 25px;
    height: 25px !important;
    margin: auto;
}

.suscribe_now_btn a {
    font-family: 'AnekLatin-ExtraBold' !important;
    font-weight: 800 !important;
    font-size: 13px !important;
}

.my-account_img .img-circle {
    width: 80px !important;
    height: 80px !important;
}

.my_aaccount_user .suscribe_now_btn a {
    font-size: 15px !important;
}

.my-account_img h6 {
    font-size: 17px !important;
}

.my-account_img .num {
    font-size: 14px !important;
}

.suscribe_now_btn {
    border-radius: 9px;
    background: linear-gradient(78.99deg, #A77800 8.14%, #FFF5E0 58.44%, #FFDAA3 72.94%, #AE8800 114.84%);
    padding: 2px;
}

.suscribe_now_btn a {
    border-radius: 6px;
    display: block;
    background: #000;
    color: #ffff;

    width: 100%;
    font-size: 15px;

    padding: 6px;
    text-align: center;

}

.suscribe_now_btn a span {
    background: linear-gradient(78.99deg, #A77800 8.14%, #FFF5E0 58.44%, #FFDAA3 72.94%, #AE8800 114.84%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.my_acount_list_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: rgba(21, 21, 21, 1);
    border-radius: 10px;
    padding: 8px;

}

.my_acount_list_user {
    display: flex;
    align-items: center;
}

.my_acount_list_user img {
    width: 20px;
    height: 20px;
}

.my_acount_list_user p {
    font-size: 13px;
    color: rgba(239, 239, 239, 1);
}

.logout_details_btn {
    background: var(--pbg);
    color: var(--white);
    padding: 9px 20px !important;
    width: 100%;
    font-size: 12px;
    cursor: inherit !important;
    border-radius: 8px !important;
    border: inherit !important;
}

.premium_icondt {
    position: absolute;
    top: 6px;
    left: 7px;
    z-index: 99;
}

.premium_icondt img {
    width: 32px;
    height: 32px;
}

.notfie_dt ul li a {
    height: 66px;
}

#notification-notdata .no_dt_found {
    min-height: 100% !important;
}

.no_dt_founds-notif h5 {
    font-size: 19px;
}

.no_dt_founds-notif p {
    color: rgba(131, 130, 130, 1);
    width: 70%;
    margin: auto;
    margin-top: 7px;
    line-height: 19px;
    text-align: center;
    font-size: 16px;
}

#notification-shimmer .notification-shimmer-para {
    width: 140px;
    height: 14px;
    margin: 0 0 9px 0 !important;
}

#notification-shimmer .pb_notification_details li {
    list-style: none;
    background: #10103e;
}

.notification-shimmer-day {
    display: flex;
    padding-right: 5px;
    align-items: flex-end;
    height: 95%;
}

#pbinterneal-server {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 99999999 !important;
    cursor: pointer;
}

.notification-shimmer-day p {
    width: 68px;
    height: 12px;
}

.lik-posetin {
    position: relative;
}

.lik-posetin .disLike {
    width: 55px;
    height: 55px;
}

@keyframes placeholderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes blinker {
    50% {
        opacity: .9;
        background: #FF0000;
    }

    40% {
        opacity: .6;
        background: #FF0000;
    }

    60% {
        opacity: .3;
        background: #FF0000;
    }

    80% {
        opacity: .1;
        background: #FF0000;
    }

    100% {
        opacity: 1;
        background: #FF0000;
    }
}

[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid #111;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    text-align: center;
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 2ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #111;
    color: #fff;
    z-index: 1000;
    border: 1px solid #242424;
    border-radius: 10px !important;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50% !important;
    transform: translate(-50%, -.5em);
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

@keyframes glow {
    0% {
        border-color: #00ff00;
        box-shadow: 0 0 10px rgba(0, 255, 0, 0.5);
    }

    100% {
        border-color: transparent;
        box-shadow: none;
    }
}

@media (min-width: 2500px) {

    .geners_data .card_youtube {
        padding: 0 15px !important;
    }

    .continue_watch_flex .continue_bottomset {
        padding: 0 !important;
    }

    #cont-watch-sec .continue_bottomset {
        padding: 0 !important;
    }
}

@media only screen and (min-width: 1900px) {
    .next_ep {
        width: 14em;
        top: 15px;
        text-transform: capitalize;
    }

    video .next_ep {
        width: auto !important;
    }

    .episode_list span.btn.text-white,
    .next_ep span.btn.text-white {
        font-size: 22px !important;
        width: max-content !important;
    }

    .view_m_btn {
        font-size: 18px;
    }

    .user__info_youtube p {
        font-size: 14px;
    }

    .next_ep span {
        font-size: 18px;
    }

    .episode_list {
        right: 220px !important;
    }

    .episode_list span {
        font-size: 18px;
    }

    .episodeSlection .select2-container .select2-selection--single {
        height: 49px !important;
    }

    .episodeSlection span.select2.select2-container.select2-container--default {
        width: 180px !important;
    }

    .episodeSlection .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 49px;
    }

    .episodeSlection .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 14px;
        width: 24px;
        top: 16px;
    }

    .next_ep {
        right: 90px !important;
        width: fit-content !important;
    }

    .continue_watch_flex .cardDetails .user__info_youtube h5 {
        line-height: 20px !important;
        margin: 0 !important;
        font-size: 18px !important
    }

}

@media only screen and (min-width: 1800px) {
    .continue_watch_flex .cardDetails {
        width: 19.3%;

    }

    .continue_watch_flex .cardDetails .user__info_youtube h5 {
        line-height: 20px !important;
        margin: 0 !important;
        font-size: 18px !important
    }

    .continue_watch_flex .cardDetails:hover .user__info_youtube h5 {
        line-height: 20px !important;
        margin: 0 !important;
        font-size: 16px !important
    }

    .shareMedia {
        width: 30px;
    }

    #likeMedia {
        width: 30px !important;
    }

    #name_err {
        font-size: 14px;
    }

    .shareMedia {
        width: 30px;
    }

    .episode_list span.btn.text-white,
    .next_ep span.btn.text-white {
        font-size: 22px !important;
        width: max-content !important;
    }

    .shareHls {
        background: #2b2b2b;
        border-radius: 5px;
        width: 60px;
        height: 60px;
        text-align: center;
    }

    .pb_episode_cont {
        position: relative;
    }

    .seasion {
        margin-top: 37px;
        margin-bottom: 10px;
    }

    .seasion .delayed-element {
        margin-left: 0px !important;
    }

    video .next_ep {
        width: auto !important;
    }

    .geners_data .user__info_youtube h5 {
        margin-top: 0 !important;
        line-height: 20px;
    }

    .banner-playe .share_hl img {
        object-fit: contain;
        width: 26px !important;
        display: flex;
        align-items: center;
        margin: auto;
        justify-content: center;
    }
}

@media (min-width: 1800px) and (max-width: 2499px) {
    .textQuality {
        font-size: 16px !important;
    }

    .banner-playe .share_hl img {
        object-fit: contain;
        width: 26px !important;
        display: flex;
        align-items: center;
        margin: auto;
        justify-content: center;
    }
}

@media (min-width: 768px) and (max-width: 1124px) {
    .video-js .episode_list {
        width: 7em !important;
    }

    .loader-shimmer-banner .bannerSubImg {
        min-height: 110px !important;
    }

    .loader-shimmer-banner .bnnr_play_btn {
        width: 200px;
    }

    .banner_loader_af .bm {
        margin: 0 -20px !important
    }

    .artist_dt_pb {
        margin-top: 0;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {

    .cat-bann-dtf .like-btn .disLike img {
        width: 20px !important;
    }

    .cat-bann-dtf #remove_watchlist .ads_vt {
        width: 60px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb_retry {
        width: 46%;
    }

    .pb_open {
        width: 46%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 1199px) {
    .continue_watch_flex .cardDetails {
        width: 31.5%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pb_retry {
        width: 68%;
    }

    .pb_open {
        width: 68%;
    }

    #continue_watching .card_youtube {
        position: inherit !important;
    }

    .artist_dt_pb {
        margin-top: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {

    .artist_dt_pb {
        margin-top: 0;
    }

    .otp_policy {
        width: 97% !important;
    }

    .bnnr_play_btn {
        padding: 0px 9px !important;
    }

    .rent_height {

        font-size: 10px !important;
    }

    .share_hl_popup {
        position: absolute;
        top: -60px;
        width: 300px;
        left: 0;
        transform: translateX(-70%);
    }

    .loader-shimmer-banner .bannerSubImg {
        min-height: 100px !important;
    }

    .bnnr_content1 {
        padding: 0px !important;
    }

    .loader-shimmer-banner .sam_pb {
        display: none !important;
    }

    .banner_loader_af .bm {
        margin: 0 -21px !important
    }

    #continue_watching .card_youtube {
        position: inherit !important;
    }

    .loader-shimmer-banner .descrpition_title_dt {
        display: none !important;
    }

    .episode_list {
        top: 30px;
        right: 120px;
    }

    .next_ep {
        top: 30px;
        right: 0;
    }

    .golive_chnnl_btn {

        top: -29px;
        right: 8px;
    }

    .next_episode_d {
        height: 170px;
        width: 200px;
    }

    .ep_cen_img {
        width: 170px;
        height: 95px;
    }

    .progress_ep {
        width: 40px;
        height: 40px;
    }

    .eps_play_circle {
        width: 40px !important;
        height: 40px !important;
    }

    .player_episode_icon img {
        width: 15px;
    }

    .m-os {
        margin: 0 -15px !important;
    }

    .m-oa {
        margin: 0 -12px;
    }

    .pb_retry {
        width: 100%;
    }

    .pb_network_eroors {
        padding: 15px;
    }

    .next_episode_d {
        right: 11px;
    }

    .pb_open {
        width: 100%;
    }

    .music-div {
        height: inherit !important;
    }

    .back-button {
        left: 3px;
    }

    .vjs-title {
        left: 48px !important;
    }

    .more_sec {
        margin-top: 0;
    }

    .banner-place .banner_img {
        height: inherit !important;
    }

    .pb_pl_video .vjs-fluid {
        min-height: inherit !important;
        padding: inherit !important;
        height: 100vh !important;
    }

    .pb_pl_video video {
        min-height: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    .seclect-profile-users .profile-back {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 600px) {
    .continue_watch_flex .cardDetails {
        width: 46.5%;

    }
}

@media (min-width: 320px) and (max-width: 379px) {
    .pb_channles_flex .pb_live_channel_dt {
        width: 100%;
    }

    .banner-place .banner_img {
        height: inherit !important;
    }
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #242424;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.3em);
}

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    animation: tooltips-horz 300ms ease-out forwards;
}

.ptp {
    color: #fff;
    background: var(--pbg);
    font-family: 'AnekLatin-SemiBold' !important;
    font-weight: 600 !important;
}

.ptp:hover {
    background: var(--pbhover);
    color: var(--white);
}

@media(min-width:1200px) {
    section#main-content {
        flex-grow: 1;
    }

    body,
    body.swal2-shown.swal2-height-auto {
        display: flex !important;
        flex-direction: column !important;
        height: 100vh !important;
    }

    body {
        width: 100%;
    }
}

p {
    margin: 0;
}

.termCondition {
    background: #000;
    /* background-image: url(../../images/term-img.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.back-btn {
    font-size: 18px;
}

.term-section p {
    margin-bottom: 10px;
}

.positionab {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) -18.12%, rgba(0, 0, 0, 0.71) -1.51%, rgba(0, 0, 0, 0.97) 13.26%, #000000 36.63%);
}

.subscription-table thead th.active {
    border-radius: 4px 4px 0 0;
}

.subscription-table tbody tr:last-child td.active {
    border-radius: 0 0 4px 4px
}

.subscription-table thead th {
    background: inherit !important;
    color: #fff;
    font-size: 18px;
}

.subscription-table thead th {
    text-align: center;
    color: #7C7C7C;
    min-width: 150px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #000;
}

.subscription-table tbody .dd-plan {
    text-align: center;
    font-size: 16px;
    color: #7C7C7C;
}

.add-btn {
    font-weight: 600;
}

.subscription-table thead .left-sticky {
    background: #181818;
    color: #fff;
    z-index: 5 !important;
}

.subscription-table thead .dd-plan.active {
    background: #181818;
    color: #fff;
}

.subscription-table tbody .dd-plan.active {
    background: var(--pbg);
    color: #fff;
}

.subscription-table tbody .dd-plan,
.subscription-table tbody .left-sticky {
    padding: 10px 0;
}

.plan-table {
    overflow: auto;
    height: 350px;
}

.subscription-table tbody .left-sticky,
.subscription-table thead .left-sticky {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    font-weight: 500;
    background: #000 !important;
    box-shadow: inherit !important;
    z-index: 2;
    white-space: nowrap;
    width: 278px;
    font-size: 16px;
}

.plan-table::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

.radio-buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center !important;
}

.custom-radio input {
    display: none;
}

.radio-btn {
    padding: 10px;
    min-width: 230px;
    min-height: 70px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: 1px solid #3b3b3b;
    display: flex;
    align-items: center;
    text-align: left;
}

.radio-btn>i {
    color: var(--pbc);
    background: var(--white);
    position: absolute;
    top: -10px;
    right: -5px;
    height: 20px;
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
    pointer-events: none;
    display: none;
    width: 20px;
}

.hobbies-icon h6 {
    font-size: 16px !important;
    font-family: "AnekLatin", sans-serif !important;
}

.radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.radio-btn .hobbies-icon i {
    color: #FFDAE9;
    line-height: 80px;

}

.custom-radio input:checked+.radio-btn {
    border: 1.5px solid var(--pbg);
    background: var(--pbg);
}

.custom-radio input:checked+.radio-btn>i {
    opacity: 1;
    display: block !important;
    display: flex !important;
    align-items: center;
    font-size: 13px;
}

.border-botoom-dot:hover {
    color: #fff;
}

.border-botoom-dot {
    color: #fff;
    padding: 0;
    border-bottom: 0.5px dotted var(--pbc) !important;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.mc-content {
    background: var(--pbtheme) !important;
    border-radius: 13px;
}

.Crossmodal {
    background: #292929;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-top: -20px;
}

.code-input::focus-visible {
    outline: 0px;
}

.code-input {
    background: inherit !important;
    border: none;
    color: #ddd;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    padding-left: 8px;

}

.applyCodeInactive:hover {
    color: #979797;
}

.applyCodeActive:hover {
    color: #fff;
}

.applyCodeInactive {
    background: #484848;
    color: #979797;
    border-radius: 6px;

}

.applyCodeActive {
    background: var(--pbg);
    color: #fff;
    border-radius: 6px;

}

.mc-content label {
    margin: 0;
    font-size: 14px;
}

#promoCode .f-16s {

    font-weight: 600;
}

.code-input:-webkit-autofill,
.code-input:-webkit-autofill:hover,
.code-input:-webkit-autofill:focus,
.code-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #19232d inset !important;
    -webkit-text-fill-color: #888 !important;
}

.code-input:focus {
    border-color: #4845f6;
    transition-delay: 0.1s;
}

@media (min-width: 576px) {
    .modal_sm {
        max-width: 350px;
    }

    #refealpModal .modal_sm {
        max-width: 400px !important;
    }

    #emergenceyModal .modal_sm {
        max-width: 400px !important;
    }

    #game_mobModal .modal_sm {
        max-width: 350px !important;
    }

    #cancelSubs .modal_sm {
        max-width: 400px !important;
    }

    #welcomeModal .modal-dialog {
        max-width: 358px !important;
    }

    #welcomeModal .img_modal-body {
        max-width: 400px !important;
    }

    #addnewmoadl .img_modal-body {
        max-width: 350px !important;
    }

}


.radioChannelUl .nav-link {
    border-radius: .25rem;
    color: #8A8A8A;
    padding: 6px 6px 0 6px;
    position: relative;
    text-transform: uppercase;
}

.radioChannelUl .nav-link.active,
.radioChannelUl .show>.nav-link {
    color: var(--pbc);
    background: none;
}

.radioChannelUl .nav-link.active::after {
    content: '';
    display: inherit;
    width: 50px;
    margin: 3px auto -1px;
    border-top: 5px solid var(--pbc);
    border-radius: 6px 6px 0 0;
}

.addedmain .added-channel img {
    width: 100%;
}

.addedmain .added-channel .removeList {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    color: #fff;
    background: #29292999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.addedmain .added-channel {
    min-width: 100px;
    max-width: 100px;
    margin: 0 5px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.addedmain::-webkit-scrollbar {
    width: 7px;
    height: 4px;
}

.addedmain {
    display: flex;
    overflow-x: auto;
    width: 100%;
}

.textRadioChannel {
    color: #8A8A8A
}

.channelLinstingMain .channelName {
    padding-left: 5px
}

.channelLinstingMain .channelName h4 {
    color: #fff;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 3em;
}

.channelLinstingMain .channelName span {
    color: #898989;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.channelLinstingMain input[type="checkbox"] {
    background: #282828 !important;
    color: white;
}

.channelLinstingMain {
    background: #282828;
    padding: 4px;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    margin: 5px 0;
}

.channelLinstingMain .img_ img {
    width: 100%
}

.channelLinstingMain .img_ {
    min-width: 90px;
    max-width: 90px;
    border-radius: 10px;
}

.m-q-y button.active {
    background: var(--pbg);
    color: #fff;
}

.m-q-y button {
    background: var(--pbtheme);
    border: none;
    color: var(--white);
    border-radius: 7px;
    padding: 4px 40px;
    margin: 0 5px;
}

.cursor-pointer {
    cursor: pointer;
}

.plan-card {
    border: Mixed solid;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #7C7C7C;
    background: #000 !important;
}

.plan_dur {
    color: #969696;
}

.clearfixBorder {
    padding-bottom: 2px;
    background: #3b3b3b !important;
    background-size: 100% 5px;
}


.upgrad_maindiv {
    border-left: 1px solid #3b3b3b;
    height: 100%;
}

.channelRadioUpgradMainDiv {
    padding: 20px 0 17px 20px;
}

.channelRadioUpgradMainDiv .child-card {
    width: calc(24vw);
    border: 1px solid #181818;
    padding: 10px;
    border-radius: 6px;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.channelRadioUpgradMainDiv .child-card-plan {
    width: calc(21vw);
    border: 1px solid #181818;
    padding: 10px;
    border-radius: 6px;
    display: grid;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.plan-card .checkicon {
    background: #4BAE4F;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

.c-plan {
    font-size: 10px;
    background: rgba(237, 214, 11, 1);
    color: rgba(0, 0, 0, 1);
    padding: 2px 4px;
    border-radius: 5px;
    margin-top: 15px;
}

.no-cursor {
    cursor: context-menu !important;
}

.u-plan {
    font-size: 11px;
    background: #fff;
    color: var(--pbc);
    padding: 0px 9px;
    border-radius: 5px;
    margin-top: 15px;
    font-weight: 600;
}

.curr_plan {
    background: linear-gradient(90deg, #D7E810 0%, #EDD60B 100%) !important;
    color: rgba(0, 0, 0, 1);

}

.upg_radio input:checked+.upgrad_p {
    border: 1.5px solid rgba(98, 93, 245, 1) !important;
    background: rgba(0, 0, 0, 1) !important;

}

.upgrad_p {
    width: calc(21vw)
}

.upgrad_p>i {
    background: rgba(98, 93, 245, 1);
    color: #fff;
}

.bg-bodyCollapse {
    background: var(--pbtheme);
    border: 1px solid #7c7c7c;
    border-radius: 10px;
}

.attentionImg img {
    width: 100px;
}

.searchSectionBoxSubs {
    display: flex;
    flex-wrap: wrap;
}

.searchSectionBoxSubs .searcSection {
    width: 16.6%;
    padding: 5px;
    border-radius: 10px;
}

.deregisterbtn:hover {
    color: #fff
}

.deregisterbtn {
    background: rgba(14, 22, 83, 1);
    color: #fff;

}

.placeholder-glow .placeholder {
    -webkit-animation: placeholder-glow 2s ease-in-out infinite;
    animation: placeholder-glow 2s ease-in-out infinite;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    background: currentColor;
    opacity: .5;
}

.placeholder-glow .radio-btn {
    cursor: context-menu !important;
}

@keyframes placeholder-glow {
    50% {
        opacity: .2;
    }
}

.dallColor {
    color: rgba(192, 192, 192, 1);
}

.paymentTable thead th {
    border-top: 0 !important;
    border-bottom: 1px solid rgba(47, 47, 47, 1);
}

.f-500 {
    font-weight: 500;
}

.widget-title {
    font-size: 20px;
}

#remove_watchlist .ads_vt {
    width: 55px !important;
}

#shaka-player-ui-thumbnail-container #shaka-player-ui-thumbnail-time {
    color: #000 !important;
    background-color: var(--white) !important;
    text-align: center;
    border-radius: 15px;
    width: fit-content !important;
    padding: 8px 18px !important;
    line-height: normal !important;
    font-size: 14px !important;
    left: 50% !important;
    transform: translate(-50%, -9px) !important;
}

#shaka-player-ui-thumbnail-container {
    border-radius: 10px !important;
}

.watchListNo img {
    width: 150px;
    height: 150px;
}

.plan-dashobard .plan-card {
    background: inherit !important;
}

.subscription-table thead th {
    background: #000 !important;
}