@import url(font.css);
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
  --main-background: #000;
  --main-header: #19232d;
  --main-footer: #19232d;
  --color4: #F28123;
  --green: green;
  --color5: #ff0000;
  --color6: #051922;
  --color7: #808080;
  --color7: #ccc;
  --color8: #060e16;
  --color9: #dc3545;
  --pbg: #0472b3;
  --pbc: #0472b3;
  --white: #ffffff;
  --grays: rgba(219, 219, 219, 1);
  --pbhover: #0472b3;
  --pbtheme: #282A2C;
  --pbthemeop: #1c1d1d;
}

.o-media {
  display: flex;
  display: -webkit-flex;
}

.o-media__body {
  flex-grow: 1;
  margin-left: 1em;
}

.o-vertical-spacing>*+* {
  margin-top: 0.75em;
}

.o-vertical-spacing--l>*+* {
  margin-top: 2em;
}

header {
  background: var(--main-background);
  position: fixed;
  top: 0;
  z-index: 9999999;
}

.header_nav {
  box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .15) !important;
}

.categeryBox {
  margin-top: 25px;
}

.categeryHeading {
  margin-bottom: 10px;
}

.categeryHeading h6 {
  padding-left: 18px;
  font-size: 24px !important;
  margin-bottom: 0px !important;
  color: #cdcdcd !important;
  margin-left: 1rem !important;
  margin-top: 0rem !important;
  line-height: normal;
}

.c_over_bott {
  background: linear-gradient(37.41deg, #000000 14.39%, rgba(0, 0, 0, 0.8) 36.77%, rgba(0, 0, 0, 0) 70.1%), linear-gradient(180deg, rgba(0, 0, 0, 0) 59.07%, #000000 86.06%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.footer_link_sec li a:hover {
  color: var(--pbc) !important;
}

.user {
  background: inherit !important;
}

.user-pos {
  top: -11px !important;
  right: 0px;
}

.user-name {
  display: block;
}

.swal2-popup {
  width: 358px !important;
}

.swal2-title {
  line-height: 26px !important;
  font-size: 15px !important;
  color: var(--white) !important;
}

.swal2-popup .swal2-styled {
  font-size: 12px !important;
}

.pb_ban_action {
  font-size: 10px;
  color: var(--white) !important;
  background: transparent !important;
  padding: 3px 0px !important;
  border-radius: 5px;
}

.owl-dots {
  display: flex !important;
  display: -webkit-flex;
}

.subscribe-btn {
  font-weight: 500;
  color: var(--white);
  background: #C82333;
  border: none;
  margin: 0px 10px 0px 0px;
  padding: 6px 12px;
  letter-spacing: 0.4px;
  border-radius: 4px;
}

.display-picture i.fa-user {
  font-size: 22px;
  padding: 10px 12px;
  color: #999;
}

.descrpition_title_sb {
  font-size: 20px;
  color: var(--white);
}

.descrpition_title_sb_p {
  font-size: 16px;
  color: #999;
  font-family: sans-serif !important;
}

.descrpition_title_sb_btn {
  background: #C82333;
  color: var(--white) !important;
  border-radius: 8px !important;
  padding: 2px 12px;
}

.btn_close_sb button.close {
  background: #1E1E1E !important;
  color: var(--white) !important;
}

.header-icons .card_profilecard .div_ul {
  width: 300px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  flex-direction: column;
  background: #191e25;
  position: absolute;
  top: -10px;
  border-radius: 10px;
  padding: 10px !important;
  right: 0
}

.card_profilecard {
  position: absolute;
  transition: 0.5s ease;
  background: var(--white);
  background-clip: unset;
  border: none;
  right: 0;
  top: 32px;
  z-index: 99;
}

#search_page .modal-body {
  background: #000;
}

#search_page {
  z-index: 999999999;
  overflow: hidden;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 50px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

#search_page .close {
  background: #000 !important;
  font-weight: 100;
  color: var(--white);
  width: 106px !important;
}

.carousel_bott4 .owl-stage {
  display: flex;
  display: -webkit-flex;
}

.pb_navmenu .current-list-item>a {
  color: var(--white);
  border-bottom: 2px solid var(--pbc);
}

.pb_navmenu li {
  padding: 3px 8px 3px 8px !important;
  text-transform: uppercase;
}

.header_nav {
  position: relative;
}

.header_nav .three_btn {
  position: absolute;
  right: 10px;
}

.header_nav .pb_logo img {
  width: 35px !important;
  height: 35px !important;
}

.header_nav .user_info i.fa-user,
.header_nav .search_info i {
  font-size: 22px;
  padding: 10px 12px;
  color: #999;
}

ul.nav_items li {
  list-style: none;
}

ul.nav_items li a {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  text-transform: capitalize;
}

ul.nav_items .hvr_show {
  position: absolute;
  left: 0px;
  top: 60px;
  display: none;
  border: 1px solid;
}

ul.nav_items .hvr_show li {
  text-align: center;
}

.hvr_tabs:hover .hvr_show {
  display: block;
}

.nav_menu i {
  color: #dbdbdb !important;
}

.profile_details_drop .div_li {
  padding: 0px !important;
}

.b_t_n img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.sugget_img {
  margin-right: 7px;
}

.sugget_img img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  border: 1px solid #121212;
}

.sugget_title {
  font-size: 12px;
  color: #121212;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.changeheight {
  height: 100% !important;
}

._root_118nr_5 {
  position: relative;
  width: 0%;
  height: 57px;
  transition: width .5s;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  border: 0px solid transparent;
  border-radius: 155px;
  background: #00000061;
  margin-left: auto;
  top: 0;
}

.search-width {
  width: 100%;
  border: 2px solid rgba(255, 255, 255, .15);
}

.search_page_btn {
  position: relative;
  top: 0;
  left: 0;
}

.search_page_btn .fa-search {
  font-size: 20px;
  color: #999;
}

._icon_118nr_48 {
  width: 29px;
  height: 29px;
  position: absolute;
  left: -15px;
  z-index: 1;
  cursor: pointer;
  fill: var(--white)fff85;
}

.slide-ser {
  left: 0px;
  margin-left: 5px;
}

._hidden_118nr_39 ._icon_118nr_48 {
  left: 12px;
}

._cancelIcon_118nr_85 {
  visibility: hidden;
  margin-right: 10px;
  cursor: pointer;
}

._visible_118nr_92 ._cancelIcon_118nr_85 {
  visibility: visible;
}

._noBorder_118nr_35._hidden_118nr_39 {
  border: 0;
}

._noBorder_118nr_35 {
  border-color: transparent;
}

.search-width:hover {
  border-color: var(--white)fff85;
}

.is-sticky ._root_118nr_5 {
  height: 35px !important;
}

button:focus {
  outline: 0 !important;
}

.footer-box-pl {
  padding-left: 24px;
}

.res_ul_pad li {
  padding: 15px 15px 12px 15px !important;
}

.iconLanguage a {
  font-size: 30px;
}

.faLanhuage:hover .childLanguage {
  display: block !important;
}

.bg_btn_color {
  background: #C82333;
  color: var(--white) !important;
  border-radius: 4px;
  padding: 2px 12px;
}

.pb_navmenu li {
  display: inline-block;
}

.pb_navmenu li input {
  display: none;
}

.image_hover_profile:hover .card_profilecard {
  display: block;
}

.pb_navmenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.pb_navmenu li a label::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.search_sticky {
  position: sticky;
  box-shadow: 0 0 15px #19232d;
  top: 0;
  z-index: 9;
  background: #19232d;
}

.serach_new_page {
  width: 100%;
  margin: 0 auto;
}

.int-searc-res {
  position: relative;
  width: 89%;
  border-radius: 10px;
  margin: 0 25px 0 15px;
}

.serach_glb {
  padding: 8px 36px 8px 50px;
  border-radius: 10px;
  width: 100%;
  background: var(--pbtheme);
  box-shadow: inherit;
  line-height: inherit !important;
  height: inherit !important;
  border: inherit !important;
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.serach_glb:focus {
  outline: 0 !important;
}

.search-icon-pos {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(50%, -50%);
  color: var(--white);
  font-size: 20px;
}

.search_bar_mic {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 20px;
}

.cross_btn .fa-times {
  font-size: 50px;
  margin-left: 40px;
  color: var(--white);
}

.search_all_shows_container .shows_btn a:not(:last-child) {
  margin-right: 10px;
}

.mx_search-container .sc_categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 24px auto 0;
  max-width: 1040px;
  width: 100%;
}

.search_all_shows_container .shows_btn a {
  align-items: center;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  height: 70px;
  justify-content: center;
  position: relative;
}

.search_all_shows_container .shows_btn a img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.sub_a p {
  font-size: 15px;
  font-family: system-ui;
}

.sub_a img {
  width: 30px;
}

.display-picture {
  margin-left: auto;
}

.display-picture img:hover {
  border: 2px solid;
  border-color: var(--pbg);
}

.display-picture img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.search_info img {
  width: 20px;
}

.header-icons .card_profilecard .div_ul .div_ul_li {
  width: 100%;
  padding: 5px 10px !important;
  color: var(--white);
  font-size: 14px;
  border-radius: 10px;
  display: block !important;
}

.user-picture_btn a.btn {
  background: #C82333;
  color: var(--white) !important;
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 12px;
}

.user-picture img {
  width: 60px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.user-picture_s img {
  width: 50px;
  border: inherit !important;
}

.home_bnnr_btn {
  position: absolute;
  bottom: 50px;
}

.bnnr_content img {
  max-height: 30vh;
  width: auto !important;
}

.img-hover_dt:hover .profile_details_drop {
  display: block;
}

.div_ul_li:hover {
  border-radius: 5 !important;
}

.cardDetails:hover {
  z-index: 9;
}

.search_all_shows_container .shows_btn a span {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.pb_navmenu>li>a label::after {
  right: -15px;
  top: -3px;
}

.pb_navmenu li ul {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  background: #000;
  min-width: 200px;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}

.pb_navmenu li a.active {
  border-bottom: 2px solid var(--white);
  color: var(--white) !important;
  font-weight: 600;
}

.pb_navmenu li:hover>ul,
.pb_navmenu li ul li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.pb_navmenu li a:hover {
  color: var(--pbc) !important;
  border-color: var(--pbc);
}

.search_desktop {
  padding: 9px !important;
  font-size: 15px !important;
}

.item_deatils_all .cardDetails:hover {
  z-index: 11;
}

.serach_new_page .search-icon-pos {
  font-size: 16px !important;
}

.serach_new_page .serach_glb {
  font-size: 16px !important;
}

.bac_tohome:hover {
  color: var(--pbc) !important;
}

a:hover {
  cursor: pointer !important;
}

.view_btn_all:hover {
  color: var(--pbc) !important;
  font-size: 17px;
}

.sidebar_bg_active .sidebar_menu_tile h6 {
  color: var(--color9) !important;
}

.foooter {
  min-height: 65vh;
}

#search_page .modal-dialog-centered {
  min-height: 100% !important;
}

.apicontent h1 {
  color: var(--white);
}

.pagebreadcrumb a:hover {
  color: #C82333;
}

.social-icons .icofacebook i:hover {
  background: #3b5998;
  transition: 0.5s;
}

.social-icons .icoyoutube i:hover {
  background: red;
  transition: 0.5s;
}

.social-icons .icoinstagram i:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  transition: 0.5s;
}

.view_btn_all {
  font-size: 17px !important;
}

.social-icons .icotwitter i:hover {
  background: #1da1f2;
  transition: 0.5s;
}

.social-icons .icoinstelegram i:hover {
  background: #2399d6;
  transition: 0.5s;
}

.subscribe-btn:hover {
  background: #f6081f;
}

.watchT1:hover {
  background: #f6081f !important;
  color: var(--white) !important;
}

.top_hed_area .bg_btn_color:hover {
  background: #f6081f;
  color: var(--white) !important;
}

.out_sid_pg h3 {
  color: var(--white) !important;
}

.out_sid_pg span {
  color: var(--white) !important;
}

.out_sid_pg p {
  color: var(--white) !important;
}

.pr_5 {
  display: none;
}

.about_sec_details {
  min-height: 60vh;
}

.card_youtube {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.user_g {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  transition: bottom 0.4s;
  padding: 5px 15px;
}

.countTop {
  font-family: "Sora", sans-serif;
  color: var(--white);
  position: absolute;
  z-index: 999;
  left: -18px;
  bottom: 12px;
  font-size: 100px;
  margin: 0;
  text-shadow: 5px 0px 10px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  font-family: 'Inter' !important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-display: swap;
}

.cardDetails:hover .countTop {
  display: none;
}

.cardDetails:hover .card_youtube {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  border-radius: 5px;
}

.cardDetails {
  transition: all 0.5s;
}

.card__header .banner_image {
  border-radius: 5px !important;
}

.cardDetails:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(500px);
  transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(500px);

}

.delayed-element {
  margin-bottom: 8px !important;
  font-size: 24px !important;
  color: #f2f2f2 !important;
}

.cardDetails:hover .user__info_youtube h5 {
  color: var(--white) !important;
}

.user__info_youtube p {
  color: #8c8c8c !important;
}

.z4 {
  z-index: 4 !important;
}

.overflow {
  overflow: visible !important;
}

.mean-bar ul li a {
  border-top: none
}

.mean-menu ul li a {
  border-top: none
}

.header-icons {
  height: 40px;
  display: flex;
  display: -webkit-flex;
}

.pl_3 {
  padding-left: 1rem !important;
}

a {
  color: var(--color7);
}

.img_cara.responsive_banner.shadow {
  width: calc(100% - 0px);
}

.card_profile .card__header {
  height: inherit !important;
}

.card__header {
  width: 100%;
  border-radius: 5px;
  position: relative;
}

.carousel_bott .banner_image {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  border-radius: 5px;
  object-fit: contain;
}

.logoutbg {
  background: var(--main-background);
  border-radius: 10px;
  box-shadow: 0px 0px 8px var(--main-background);
}

.play_video_sec {
  align-items: flex-start;
  display: flex;
  display: -webkit-flex;
  gap: 10px;
}

.play_sec_dt {
  border-radius: 100px;
}

.share_dt {
  position: relative;
  display: inline-block;
  text-align: center;
}

.share_icon {
  display: none;
  position: absolute;
  min-width: 108px;
  top: -42px;
  left: -18%;
  z-index: 1;
  padding: 4px;
}

.share_dt:hover .share_icon {
  display: block;
}

.share_icon a {
  display: inline-block;
}

.ua {
  color: var(--white) !important;
  font-size: 16px;
}

.description_dot {
  color: var(--white);
}

.description_item_sec {
  line-height: 16px;
}

.responive_image_banner img {
  height: auto !important;
  width: 100%;
}

.mobile_description_detail {
  display: none;
}

.br_left {
  border-left: 5px solid #fdc220;
  color: #888
}

.icon_in {
  font-size: 20px;
  color: #fdc220;
}

.border-none {
  border: none !important
}

.premium_content {
  width: 33px !important;
  height: 33px;
  position: absolute;
  z-index: 1;
  left: 4px;
  background: #dc3545;
  padding: 2px;
  border-radius: 100px;
  top: 3px;
  text-align: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.premium_content2 {
  width: 33px !important;
  height: 33px;
  padding: 2px;
  border-radius: 100px;
  text-align: center;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
}

.watchdetails_item {
  display: flex;
  display: -webkit-flex;
  height: 100%;
  align-items: center;
}

#err_number_pass {
  color: var(--white)
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.toggle-password {
  position: absolute;
  right: 0px;
  top: 30px;
  color: #888;
}

.percentage_bar {
  z-index: 100;
  text-align: center;
  color: var(--white);
  line-height: 10px;
  font-size: 12px;
}

.loader_bar,
.percentage_bar {
  height: 10px;
  max-width: 500px;
  border-radius: 20px;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader_bar:after,
.percentage_bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }

  30% {
    opacity: 0.86;
  }

  60% {
    opacity: 0.8;
  }

  80% {
    opacity: 0.75;
  }
}

.mt4px {
  margin-top: 4px
}

.padding_md {
  padding: 0 28px
}

.body__bg {
  padding-top: 20px;
  background: #ffe4c4;
  position: relative;
  background-size: cover;
  height: 100%;
  padding-bottom: 15px !important;
}

@media(max-width: 767px) {
  .no_pding_mobile {
    padding: 0 !important
  }
}

#err_number {
  color: var(--white)fff
}

.resend_otp_a {
  color: #ccc;
  text-decoration-line: underline;
}

.vh-100 {
  height: 100vh !important
}

.form__group {
  position: relative;
  padding: 15px 0 0;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--color7);
  outline: 0;
  font-size: 1rem;
  color: var(--white);
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}

.form__field::placeholder {
  color: transparent;
}

.number_plc_hldr::placeholder {
  color: #6c6c6c !important;
}

.form__field:placeholder-shown~.form__label {
  font-size: 1rem;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: var(--color7);
}

.form__field:focus {
  padding-bottom: 6px;
  border-image-slice: 1;
}

.form__field:focus~.form__label {
  position: absolute;
  top: 2px;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #11998e;
  font-weight: 700;
}

.form__field:required,
.form__field:invalid {
  box-shadow: none;
}

.for_btn {
  width: 100%;
  border: navajowhite;
  background: #c82333;
  color: var(--white);
  padding: 7px;
  border-radius: 4px;
}

#err_number_otp {
  color: var(--white)
}

input:-internal-autofill-selected {
  background: inherit;
}

.h4Title_login {
  color: var(--white)
}

.Login_register_ancher {
  color: #ccc;
}

.for_txt_color {
  color: var(--white);
  font-weight: 600;
}

.for_txt_color:hover {
  color: #C82333 !important;
}

.white_div {
  background: #19232d96;
  border-radius: 10px
}

.m-title {
  border-bottom: 2px solid var(--color7);
}

.Login_register_ancher a {
  text-decoration-line: underline;
}

.intl-tel-input {
  position: relative;
  display: inline-block;
  width: 100%;
}

.country .country-name {
  color: #999
}

.form__group .hide {
  display: none;
}

.form__plceholder::placeholder {
  color: #838383 !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 20px !important;
}

.pl90 {
  padding-left: 90px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #19232d inset !important;
  -webkit-text-fill-color: #fff !important;
  caret-color: white;
}

.for_btn:hover {
  background: #c82333;
}

#verify_otp h4 {
  color: var(--white)
}

.pl_5 {
  padding-left: 32px;
  font-size: 1.3rem
}

.pl_3 {
  padding-left: 1rem !important
}

.f-12-size {
  font-size: 12px !important;
}

.pr_5 {
  padding-right: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--pbc) !important;
}

.view_all_h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5rem;

}

.watchT1 {
  background: var(--color9) !important;
  color: var(--white);
  padding: 8px 20px;
  border-radius: 4px;
}

.cnf_watch {
  background: var(--white) !important;
}

.sharingOption.fa-facebook-f:hover {
  background: #4267B2;
}

.sharingOption.fa-whatsapp:hover {
  background: #25D366;
}

.sharingOption {
  padding: 6px 16px;
  background: #161d2d;
  transition: all 0.5s;
  margin-right: 10px;
  font-size: 25px;
  cursor: pointer;
  color: var(--white);
}

.movie_title {
  font-size: 30px;
  line-height: 45px;
  color: #cdcdcd;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.description p {
  background: inherit;
  color: #cdcdcd
}

.pl_5 {
  color: #cdcdcd
}

.shareColor {
  color: #cdcdcd
}

.imgDetails {
  width: 100%;
  border-radius: 10px;
  padding: 3px;
  border: 0.5px solid #2e251f;
}

.vac {
  background-image: linear-gradient(45deg, #d2a409, #9a7517)
}

.class_hover .class_play_image {
  display: block;
}

.yellow {
  color: yellow
}

.white {
  color: white
}

.class_hover {
  position: relative;
  text-align: center;
}

.sidebar_bg_active {
  background: var(--color7) !important;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

#scrollrol_div_id::-webkit-scrollbar {
  width: 5px;

}

#scrollrol_div_id::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 50px;
}

.scrollbar {
  float: left;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.chat__main_div {
  padding: 10px;
  background: #04090e;
  max-height: 232px;
  overflow-y: scroll !important;
}

.reality_chat_parent_right {
  text-align: right;
  padding: 10px;
  position: relative;
}

.reality_chat_parent_left {
  text-align: left;
  padding: 10px;
  position: relative;
}

.text__main_div_right {
  background: #1a1a1a;
  padding: 7px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 6px;
  display: inline-block;
  line-break: anywhere;
  color: var(--white);
  max-width: 70%
}

.text__main_div_left {
  background: #1a1a1a;
  padding: 7px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 6px;
  display: inline-block;
  line-break: anywhere;
  color: var(--white);
  max-width: 70%;
}

.text__show {
  padding: 7px;
  border-radius: 0px 0px 0px 6px;
  text-align: left;
}

.corner_img {
  width: 17px;
  position: absolute;
  margin-left: 4px;
  z-index: 1;
  top: 10px;
}

.time__date {
  font-size: 12px;
  color: #858585;
  margin-left: 8px;
  font-weight: 400;
  position: relative;
  top: 4px;
}

.time_date_div {
  padding: 0px;
  border-radius: 0px 6px 6px 0px;
  text-align: right;
}

.send_msg_div {
  padding: 10px;
  background: rgb(6 14 22);
  border-radius: 0 0 11px 11px;
  position: absolute;
  bottom: 0;
}

.send__input {
  font-size: 16px;
  letter-spacing: 0.5px;
  width: 100%;
  height: 50px;
  background: rgb(4 4 4);
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #888;
  border: none;
}

.send_file_input {
  min-width: 20px;
  padding: 10px 18px;
  border-radius: 5px;
  margin-left: 5px;
  margin-top: 2px;
  background: rgb(4 4 4);
  box-shadow: none;
  border: none;
  color: #888
}

.w100 {
  width: 100%
}

.wd30 {
  width: 30px;
  border-radius: 50px;
}

.user_name_txt {
  font-size: 15px;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  margin-top: 3px;
}

.right_you {
  justify-content: flex-end;
}

.send_pln {
  margin-top: 4px;
  margin-left: -2px;
}

.w__100 {
  width: 100%
}

.span_open {
  position: absolute;
  top: -35px;
  left: 0;
}

.anchr {
  color: var(--white)
}

.anchr:hover {
  color: #f00;
}

.chat_card_body {
  padding: 16px 16px 0 16px;
}

.red {
  color: red !important
}

.rWhite {
  background: var(--white) !important;
}

.my_pln_upgd {
  font-size: 14px;
  padding: 3px 5px;
  border: none;
  background: var(--color7) !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.brder_top_n {
  border-top: none !important
}

.radius_6px {
  border-radius: 6px !important
}

.user_profile_image {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin-right: 10px;
}

.side {
  padding: 10px 20px;
}

.sidebar.widget {
  background: #060e16;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  padding: 10px 20px;
  border-radius: 6px;
}

.sidebar.widget ul {
  margin: 0px;
  padding: 3px;
  overflow: hidden;
}

.sidebar.widget ul li {
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  background: #222222;
  padding-left: 5px;
  padding-top: 5px;
  border-radius: 5px;
  color: var(--white);
  box-shadow: 0px 0px 5px 0px rgb(72 65 39 / 7%);
  margin-top: 5px;

}

.sidebar_menu_tile {
  color: #cdcdcd
}

.sidebar-thumb {
  float: left;
  overflow: hidden;
  margin-right: 15px;
}

.sidebar-thumb img {
  background: var(--white);
  border: 1px dashed #e0e0e0;
  padding: 1px;
  height: 40px;
  width: 40px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.card_header .title {
  color: var(--white)
}

.card_profile {
  border: 0;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #060e16;
  background-clip: border-box;
}

.section_top .card_profile {
  height: 96.5%;
}

.widget ul li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.sidebar_menu_tile h6 {
  color: var(--white);
}

.card_profile label {
  font-size: 1rem;
  margin-bottom: 5px;
  color: #9a9a9a;
}

.widget h4 {
  color: var(--white)
}

.card_profile .input_class {
  border: 1px solid #e3e3e3;
  line-height: normal;
  height: auto;
  font-size: .8571em;
  transition: color .3s ease-in-out, border-color .3s ease-in-out, background .3s ease-in-out;
  box-shadow: none;
  padding: 10px 18px;
}

.card_profile .card_header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
}

.now_play {
  border: 3px solid var(--white);
}

.card__header_episode .banner_image {
  height: calc(19vw * 0.5.5);
  border-radius: 6px;
  width: 100%;
}

.card_dtls_epis:hover {
  z-index: 3;
}

.user__info_youtube small {
  color: #747474
}

.cardDetails:hover .date_formate {
  color: #F28123
}

.card_youtube {
  padding: 5px 10px 10px 5px;
  margin-top: auto;
  overflow: hidden;
}

.user__info_youtube h5 {
  font-weight: 600;
  font-size: 15px;
  max-height: 1.4rem;
  overflow: hidden;
  color: #fff;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}

.card__header .banner_image {
  border-radius: 6px 6px 0 0;
  width: 100%
}

.class_play_image {
  position: absolute;
  color: var(--white);
  z-index: 1;
  left: 48%;
  top: 50%;
  display: none;
}

.cardDetails:hover .class_play_image {
  display: block;
}

.video-play-button {

  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  width: 20px;
  height: 24px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #717171, #555555);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #717171, #555555);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background: #da0528;
}

.audio-play-button:hover:after {
  background: #da0528;
}

.audio-play-button {

  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  width: 20px;
  height: 24px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 1px;
  top: 3px;
  border-left: 12px solid var(--white);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.audio-play-button span {
  background: linear-gradient(45deg, #d2a409, #9a7517);
  border-radius: 72px;
  padding: 14px 16px;
  margin-left: -17px;
}

.class_play_image_pdf {
  position: absolute;
  color: var(--white);
  z-index: 1;
  left: 40%;
  top: 28%;
  display: none;
}

.cardDetails:hover .class_play_image_pdf {
  display: block;
}

.cardDetails {
  border-radius: 10px
}

.cardDetails:hover .user__info_youtube h5 {
  color: #fff !important
}

.cardDetails:hover .user__info_youtube p {
  color: #8c8c8c !important;
  margin-top: 5px
}

.carousel_bott .item {
  padding: 1px
}

.col_12_li h5 {
  color: var(--white)
}

.col_12_li p {
  color: var(--white)
}

.col_12_li h3 {
  color: var(--white)
}

.user__info_youtube h1 {
  background: none !important;
  color: var(--white) !important
}

.user__info_youtube p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  max-height: 4rem;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0;
  color: #8c8c8c !important;
  margin-top: 5px;
}

.plyr {
  border-radius: 0px !important;
  margin-bottom: 15px;
  height: calc(65vw * 0.5625);
}

video {
  width: 100%;
  border-radius: 5px !important;
  margin-bottom: 15px;
  height: calc(65vw * 0.5625);
}

.video-js[tabindex="-1"],
.video-js .vjs-modal-dialog {
  border-radius: 5px;
}

.seasion {
  margin-top: 25px;
  margin-bottom: 10px;
}

@media (max-width: 1152px) {
  .plyr {
    border-radius: 0px !important;
    margin-bottom: 15px;
    height: inherit !important;
  }

}

.payment-box {
  margin-top: 5px;
}

.delete_video {
  position: absolute;
  z-index: 12;
  background: #ea3713;
  padding: 5px 7px;
  border-radius: 25px;
  font-size: 10px;
  right: 5px;
  top: 5px;
  color: var(--white);
}

.cursor_none {
  cursor: none;
}

.price_video {
  position: absolute;
  z-index: 1;
  border: none;
  background: #ea3713;
  padding: 6px 20px;
  border-radius: 25px;
  font-size: 12px;
  left: 5px;
  top: 5px;
  color: var(--white);
}

.btn-position {
  position: relative;
  text-align: end;
}

.crss {
  padding: 5px;
  background: black;
  border-radius: 61px;
  font-size: 20px;
}

.err_number_txt {
  position: relative;
  top: 19px;
}

.err_number_txt2 {
  position: relative;
  top: 8px;
}

.buy_btn {
  background: #ea3713 !important;
  border-radius: 25px;
  padding: 3px 10px !important;
  font-size: 12px;
}

.title_act {
  max-width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ok_cancel {
  padding: 5px 25px;
}

.video-js {
  width: 100% !important;
}

.vds_cont {
  height: 90vh !important;
  background: #000;
}

.close {
  background: var(--white) !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  width: 25px;
  height: 25px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.site-logo img {
  width: 110px;
  object-fit: cover;
  margin-top: 12px !important;
}

.thanks_modal {
  background: #19232d;
  padding: 20px;
  border-radius: 20px;
}

.ft-sz {
  font-size: 20px;
  border: 1px solid #feec00;
}

.thank_you {
  width: 100%;
  padding: 40px 0;
  margin-top: 70px;
  background: aliceblue;
  height: 100vh;
}

.thnk_cont .ryt_chk {
  background: var(--white);
  margin: auto;
  border-radius: 50%;
  border: 2px solid #28a745;
  font-size: 21px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.thnk_cont h2 {
  font-size: 24px;
}

.ordr_id {
  flex-direction: column;
}

.ths_inr {
  padding: 18px 10px;
  width: 59%;
  display: table;
  margin: auto;
  border-radius: 10px;
  background: #f9f9f9;
}

.purchase_details h5 {
  font-size: 15px;
}

.stor_img {
  width: 150px !important;
}

.purchase_head h5 {
  font-size: 12px;
}

.cms_styles {
  box-shadow: 0 0 25px #ebebeb;
  padding: 30px 45px;
  border-bottom: 3px solid #28a745;
}

.out_sid_pg p {
  text-align: justify;
}

.ua {

  font-weight: 600;
  font-size: 20px;
  border-radius: 4px;
}

.carousel-fade .item {
  opacity: 0;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -ms-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
  left: 0 !important;
}

.carousel-fade .active {
  opacity: 1 !important;
}

.carousel-fade .left {
  opacity: 0 !important;
  -webkit-transition: opacity 0.5s ease-in-out !important;
  -moz-transition: opacity 0.5s ease-in-out !important;
  -ms-transition: opacity 0.5s ease-in-out !important;
  -o-transition: opacity 0.5s ease-in-out !important;
  transition: opacity 0.5s ease-in-out !important;
}

.carousel-fade .carousel-control {
  opacity: 1 !important;
}

.contact {
  margin-top: 45px;
}

.formConact {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin: 80px 0;
}

.formConact .formConact-txt {
  flex-basis: 48%;
}

.formConact .formConact-txt h1 {
  font-weight: 600;
  color: var(--white);
  font-size: 40px;
  letter-spacing: 1.5px;
  margin-bottom: 10px;

}

.formConact .formConact-txt span {

  font-size: 14px;
}

.formConact .formConact-txt h3 {
  font-size: 22px;
  font-weight: 600;
  margin: 15px 0;
  color: var(--white);
}

.formConact .formConact-txt p {

  font-size: 14px;
}

.formConact .formConact-details {
  flex-basis: 48%;
}

.active_bg_clr {
  background: #252f3a;
  padding: 15px;
  border: none !important;
}

.title_price_dt {
  text-align: center;
}

.title_price_dt h4 {
  color: var(--white);

  margin-bottom: 0;
}

.title_price_dt p {
  color: #4d6075;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.prc_section {
  text-align: center;
}

.big_txt {
  color: var(--white) !important;
  -webkit-text-fill-color: inherit;
}

.prc_section small {
  font-size: 80% !important;
  color: #4d6075;
}

.bg_clr_price ul li {
  border-bottom: none !important;
  color: var(--white);
}

.check_icon {
  background: #422c38;
  padding: 6px;
  border-radius: 50%;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
  color: var(--color9);
}

.price_cst_btn {
  background: var(--color9) !important;
  padding: 4px 44px !important;
}

.carousel_top .owl-nav {
  position: relative;
}

.carousel_top .owl-prev {
  position: absolute;
  top: -105px;
  right: 155PX;
}

.carousel_top .owl-next {
  position: absolute;
  top: -105px;
  right: 60PX;
}

.carousel_top .class_btn_next_ar {
  font-size: 16px;
}

.carousel_top .class_btn_back_ar {
  font-size: 16px;
}

.carousel_top .class_btn_back_ar i {
  position: absolute;
  top: 45%;
  color: var(--white);
  left: 6px;
  border-radius: 100%;
  background: rgba(46, 46, 46, .5);
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.c_over {
  border-radius: 10px;
}

.description_dt {
  font-size: 16px;
  padding-top: 10px;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: normal;
  color: var(--white);
  font-weight: 100 !important;
}

.descrpition_title_dt {
  font-size: 15px;
  padding-top: 4px;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 24px;
  color: #C0C0C0;
}

.banner-position .disply_768 {
  display: block !important;
}

.banner-play-btn img {
  width: 100% !important;
  height: 40px;
}

.banner-watch-btn img {
  width: 41px !important;
  height: 41px;
}

.banner-share-btn img {
  width: 30px !important;
  height: 30px;
}

.card_profilecard {
  transition: 0.5s ease;
  background: var(--white);
  background-clip: unset;
  border: none;
}

.card_profilecard ul {
  width: 280px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  flex-direction: column;
  background: #0A0A0A;
  position: absolute;
  top: 2rem;
  right: 0rem;
  border-radius: 10px;
  padding: 10px 15px !important;
}

.hidden {
  display: none;
}

.user-picture_btn a.btn {
  background: #C82333;
  color: var(--white) !important;
  border-radius: 4px;
  padding: 2px 12px;
  font-size: 12px;
}

.user-picture img {
  width: 60px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.user_p_n h5 {
  font-size: 16px;
  line-height: normal;
}

.user-picture_s img {
  width: 45px;
  border-radius: 50%;
  border: 2px solid var(--white);
}

.line_hr {
  border-top: 1px solid #999;
}

.bannerSubImg {
  min-height: 100px;
}

.bnnr_content img {
  min-height: 100px;
  max-height: 100px;
  width: auto !important;
  object-fit: contain;
}

.bnnr_play_btn {
  border: 1px solid var(--pbc) !important;
  border-radius: 8px;
  background: hsla(0, 0%, 100%, .2);
  color: white;
}

.bnner_play_color:hover,
.pb_watch_btn:hover {
  background: var(--pbhover) !important;
}

.bnner_play_color:focus,
.pb_watch_btn:focus {
  background: var(--pbg) !important;
}

.bnnr_plus_btn {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 10px;
  margin-left: 8px;
  background: hsla(0, 0%, 100%, .2);
  color: white;
}

.bnner_play_color {
  background: var(--pbg) !important;
}

.delayed-element {
  display: none;
}

@media (max-width: 500px) {
  .formConact {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
}

@media(min-width: 501px) and (max-width: 768px) {
  .formConact {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
}

.swal2-styled:focus {
  outline: 0;
  box-shadow: none !important;
}

.swal2-popup {
  background: #303030 !important;
}

.swal2-icon.swal2-warning {
  border-color: #c82333 !important;
  color: #c82333 !important;
}

.swal2-title {
  color: #9b9b9b;
}

#login_form .modal-content {
  border: none !important
}

.serach_desk {
  position: relative;
}

#search_text {
  width: 217px !important;
  position: relative;
}

.live_search_dt {
  width: 40%;
}

.live_search_dt img {
  width: 100%;
  border-radius: 5px;
}

.live_search_data {
  width: 60%;
}

.live_search_data h6 {
  color: var(--white) !important;
  margin-bottom: 2px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: box;
}

.ti_image_dt {
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: box;
  line-height: 14px;
  font-size: 12px;
}

.more-result {
  text-align: center;
  font-size: 16px;
  text-transform: capitalize;
  display: block !important;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {

  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(71, 71, 71, 1);
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--pbg);
}

::-webkit-scrollbar {
  height: 100%;
  background: rgba(44, 44, 44, 1);
  width: 7px;
}

.col_768_after_display_none {
  margin-top: 20px;
}

.content_banner_dt {
  height: 93%q;
  position: absolute;
  width: 36%;
  z-index: 99;
  left: 25px;
}

.live_blink {
  -moz-animation-duration: 500ms;
  -moz-animation-name: blink;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: alternate;

  -webkit-animation-duration: 500ms;
  -webkit-animation-name: blink;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;

  animation-duration: 800ms;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  color: red;
  position: absolute;
  z-index: 1;
  color: red;
}


@-moz-keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes blink {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }

}

.carousel_bott4 .card_hover_item:hover .banne_hov {
  display: none !important;
}

.carousel_bott4 .card_hover_item:hover .vid_banne {
  display: block !important;
  transform: inherit !important;
}

.col_768_after_display_none .banner_imgs {
  width: auto !important;
  max-height: 30vh;
  margin-bottom: -30px;
  margin-left: 20px;
}

.transparent-button {
  background: transparent;
  opacity: 0.7;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #f0f0f0;
  cursor: not-allowed;
  font-size: 15px;
  padding: 5px;
}

.description-heading {
  font-size: 20px;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.description-text {
  font-size: 14px;
  color: var(--white);
  line-height: 1.8;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

#my-video {
  min-width: 80%;
}

.contentMenu {
  position: relative;
  width: 4em;
}

.contentMenu .icon {
  width: 100%;
  bottom: 10px;
  position: absolute;
  padding: 10px;
  text-align: center;
  color: white;
}

.contentMenu .icon:hover {
  cursor: pointer;
  color: gray;
}

.contentMenu .icon:hover+.menu {
  transform: translate(-50%, -30px);
  visibility: visible;
  opacity: 1;
}

.vjs-texttrack-settings {
  display: none
}

.textQuality {
  padding: 10px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.contentMenu .menu {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transition: all 200ms;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  width: 12em;
  transform: translate(-50%, -28px);
  visibility: hidden;
  opacity: 0;
  background: #373737;
  border-radius: 4px;
}

.contentMenu .menu:hover {
  transform: translate(-50%, -30px);
  visibility: visible;
  opacity: 1;
}

.contentMenu .menu:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -15px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #333;
}

#auto .current {
  font-size: 10px;
  margin-left: 3px;
  width: min-content;
  padding: 0 3px;
}

#auto .current:before {
  margin-left: -6px;
  content: "(";
  position: absolute;
  padding-top: 2px;
}

#auto .current:after {
  content: ")";
  position: absolute;
  margin-right: -6px;
  padding-top: 2px;
}

.contentMenu .item {
  position: relative;
  border: 0;
  padding: 10px;
  text-align: left;
}

.contentMenu .item.selected {
  background: #202020;
  font-weight: 700;
  font-family: 'AnekLatin-Bold';
}

.vjs-menu-item-text {
  font-weight: 500 !important;
}

.contentMenu .item.selected:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  border-radius: 50%;
  background: #4caf50;
  right: 15px;
  transform: translateY(-50%);
}

.contentMenu .item:hover {
  background: #202020;
  cursor: pointer;
}

.bottomSet {
  bottom: 0 !important;
}

.contentMenu {
  position: relative;
}

.skipvalue button {
  outline: 0px auto -webkit-focus-ring-color;
}

.next_epic {
  position: absolute;
  background: red;
  z-index: 1;
  right: 23px;
  bottom: 90px;
  color: var(--white);
  padding: 5px 8px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
}

.rewindIcon .vjs-icon-placeholder:before {
  content: url('./css/video_player_icons/back10.svg');
  margin-top: 5px;
}

.fast-forward-icon .vjs-icon-placeholder:before {
  content: url('./css/video_player_icons/for10.svg');
  margin-top: 5px;
}

.fast-forward-icon:hover {
  color: #5f3aa5;
  cursor: pointer;
}

.rewindIcon:hover {
  color: #5f3aa5;
  cursor: pointer;
}

.play_ep_btn {
  BACKGROUND: WHITE;
  WIDTH: 111PX;
  BORDER-RADIUS: 23PX;
  HEIGHT: 32PX;
}

.skipvalue {
  top: -62px !important;
  position: absolute;
  z-index: 1;
  color: var(--white);
  right: -57px;
  padding: 10px 15px !important;
  white-space: nowrap;
  font-size: 15px;
  display: none;
  cursor: pointer;
  border-radius: 5px;
  background: var(--pbg) !important;
  line-height: normal !important;
  height: auto !important;
  font-family: 'AnekLatin-Medium !important';
  font-weight: 500 !important;
}

.next-episode-in-10 {
  top: -59px;
  position: absolute;
  z-index: 1;
  color: var(--white);
  right: -40px;
  padding: 5px 8px;
  white-space: nowrap;
  font-size: 12px;
  display: none;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 16px;
}

.skip_intro {
  position: absolute;
  background: red;
  z-index: 1;
  right: 23px;
  bottom: 90px;
  color: var(--white);
  padding: 5px 8px;
  font-size: 12px;
  display: none;
  cursor: pointer;
  border-radius: 4px;
}

.vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: url('./css/video_player_icons/pip.svg');
  margin-top: 5px;
  position: relative;
  top: -3px;
}


.vjs-icon-cog:before {
  font-size: 17px;
}

.next_eps {
  top: 16px;
  position: absolute;
  z-index: 1;
  color: var(--white);
  right: 20px;
  padding: 8px 12px;
  font-size: 12px;
  display: none;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 16px;
}

.video-js {
  height: calc(65vw * 0.5625) !important;
}

.carousel_top .item {
  position: inherit !important;
  padding: 0;

}

.description-container {
  background: rgba(51, 51, 51, 0.4);
  padding: 15px;
  border-radius: 8px;
}

.bnnr_content .banner_imgs {
  width: auto !important;
  max-height: 30vh !important;

}

.carousel_top .item:hover {
  background: inherit !important;
}

.play_ep_btnn span.share_btn_icon img {
  width: 20px !important;
  height: 25px;
}

.ask_query_section {
  padding: 30px 0;
}

.faqs_title h3 {
  color: #DFDFDF;
  font-family: system-ui;
}

.ask_query_section .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.ask_query_section .collapsible-link::before {
  width: 20px;
  padding-left: 0.25rem;
  height: 20px;
  line-height: 18px;
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 25px;
}

.ask_query_section .collapsible-link[aria-expanded="true"]::before {
  content: "-";
  width: 20px;
  padding-left: 0.388rem;
  height: 20px;
  line-height: 15px;
  border: 1px solid red;
  border-radius: 25px;
  color: red;
  padding-left: 7px;
}

.ask_query_section .card {
  position: relative;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  background: #2D3C4B !important;
  border: none;
  margin-bottom: 10px !important;
  border-radius: 15px !important;
}

.accordion>.card>.card-header {
  border-radius: 15px;
  background: #2D3C4B;
}

.ask_query_section .card-header {
  padding: 0 !important;
  margin-bottom: 0;
  border-bottom: none;
}

.ask_query_section .btn-link {
  color: #DFDFDF !important;
  text-decoration: none !important;
  padding: 15px;
  background: #2D3C4B !important;
}

.ask_query_section .card-body {
  padding: 15px !important;
}

.ask_query_div {
  width: 100%;
  min-height: 432px;
  max-height: 432px;
  background: #2D3C4B;
  padding: 5px;
  border-radius: 15px;
}

.no_query_ask {
  margin: 60px auto;
}

.no_query_ask h5 {
  color: #DFDFDF;
  font-family: system-ui;
  margin-top: 15px;
}

.term_condition_section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.8;
}

.smalllines {
  width: 100px;
  height: 1px;
  border: 1px solid #C82333;
}

h1.text-accent {
  font-size: 40px;
  font-weight: 600;
  color: #DFDFDF;
  font-family: system-ui;

}

.term-position {
  position: relative;
}

.term-condistion-text {
  padding: 40px 0;
}

.term-text p {

  font-family: system-ui;
  text-align: justify;
}

.term-text h4 {
  color: var(--white);
  font-family: system-ui;
}

.transaction_history_section {
  background: #19232D;
  padding: 40px 0 40px 0;
}

.history_title h1 {
  font-size: 30px;
  font-weight: 600;
  font-family: system-ui;
  color: #DFDFDF;
}

.transaction_table {
  color: var(--white) !important;
}

.transaction_table {
  border-collapse: separate;
  border-spacing: 0 11px;
  margin-top: -11px;
}

.transaction_table th {
  vertical-align: bottom;
  border-bottom: none !important;
}

.transaction_table td,
.transaction_table th {
  padding: 15px 0.75rem !important;
  vertical-align: top;
  border-top: none !important;
  font-size: 16px;
  font-family: system-ui;
}

.transaction_table td p,
.transaction_table th p,
.transaction_table td p,
.transaction_table td p span {
  font-size: 16px;
}

.transaction_table th {
  padding: 11px;
  background: #0A0A0A;
}

.transaction_table td {
  padding: 11px;
  background: #2D3C4B;
}

.transaction_table th:first-child {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.transaction_table th:last-child {
  border-bottom-right-radius: 11px;
  border-top-right-radius: 11px;
}

.transaction_table td:first-child {
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
}

.transaction_table td:last-child {
  border-bottom-right-radius: 11px;
  border-top-right-radius: 11px;
}

.watchlist_section {
  background: #162029;
  padding: 40px 0 40 0;
  height: 600px;
}

.watchlist_text a.watch_edit {
  color: var(--white);
  font-size: 18px;
  padding: 0 10px;
  border-radius: 5px;
}

.watchlist_text a.watch_edit:hover {
  background: #C82333;
}

.item_deatils {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.item_deatils .cardDetails {
  width: 24%;
  margin-right: 10px;
  position: relative;
}

.cardDetails:hover {
  z-index: 9;
}

.watchlist_navtabs .nav-item .nav-link {
  padding: 0 10px !important;
  margin: 0 5px;
}

.watchlist_navtabs .nav-item .nav-link:hover {
  background: #C82333;
  color: var(--white) !important;
}

.watchlist_navtabs .nav-item .nav-link.active {
  background: #C82333;
}

h4.watch-text {
  font-size: 30px;
  font-weight: 600;
  color: var(--white);
}

#delete-wrapper {
  max-width: 120px;
  width: 100%;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50%;
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.watch-li-icon:hover #overlay-color {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}

.inner-delete {
  border-color: var(--white);
  border-radius: 0 0 6px 6px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  height: 35px;
  margin: 0 auto;
  max-width: 30px;
  padding: 3px 0;
  text-align: center;
}

.inner-delete span {
  background: var(--white);
  border-radius: 40px;
  display: inline-block;
  height: 100%;
  margin: 0 0px;
  width: 3px;
}

#delete-wrapper .cap {
  border-radius: 4px;
  border: 2px solid var(--white);
  height: 7px;
  margin: 0 auto;
  max-width: 44px;
  position: relative;
  background: var(--white)fff;
  transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -webkit-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -ms-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -moz-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -o-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  transform-origin: 24px 23px;
  -webkit-transform-origin: 24px 23px;
  -ms-transform-origin: 24px 23px;
  -moz-transform-origin: 24px 23px;
  -o-transform-origin: 24px 23px;
}

#delete-wrapper .cap::before {
  background: var(--white)fff;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;
  border: 4px solid var(--white);
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -10px;
  width: 10px;
}

#delete-wrapper:hover .cap {
  transform-origin: 24px 23px;
  -webkit-transform-origin: 10px 13px;
  -ms-transform-origin: 24px 23px;
  -moz-transform-origin: 24px 23px;
  -o-transform-origin: 24px 23px;
  transform: rotate(-45deg) scale(0.7);
  -webkit-transform: rotate(-45deg) scale(0.7);
  -ms-transform: rotate(-45deg) scale(0.7);
  -moz-transform: rotate(-45deg) scale(0.7);
  -o-transform: rotate(-45deg) scale(0.7);
  transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -webkit-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -ms-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -moz-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  -o-transition: 0.2s cubic-bezier(0.61, -0.01, 0.49, 1.06) all;
  box-shadow: 0 0 10px red;
}

.watch-li-icon:hover .card_youtube {
  display: none !important;
}

.watch-li-icon:hover #delete-wrapper {
  display: block !important;
}

.delete_span {
  position: absolute;
  top: 15%;
  right: 2%;
  color: var(--white);
  transform: translate(-50%, -50%);
}

.cardDetails:hover .delete_span {
  display: none;
}

.delete_span i.fas {
  font-weight: 100 !important;
}

.section_top_dt .cardDetails {
  z-index: 111;
  position: relative;
}

.ai-person-container .text__show {
  background: #999;
  padding: 0 !important;
}

.ai-person-container .text__main_div_right {
  background: none !important;
  box-shadow: none !important;
}

.ai-person-container .text__main_div_left {
  background: none !important;
  box-shadow: none !important;
}

.text_left_show {
  border-bottom-left-radius: 0px !important;
  border-radius: 8px;
}

.text_right_show {
  border-bottom-right-radius: 0px !important;
  border-radius: 8px;
}

#main {
  max-width: 100%;
  margin: auto;
  height: 400px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.chat-box-container {
  margin: 0;
  width: 100%;
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  height: 0;
}

.chat-box-header {
  display: block;
  text-align: center;
}

.chat-box {
  margin: 4px 4px 4px 4px;
  flex-grow: 1;
  overflow-y: scroll;
}

.chat-box p {
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
  color: #000;
}

.ai-person-container {
  display: block;
  overflow: auto;
}

.ai,
.person {
  overflow: auto;
  border-radius: 8px;
  display: inline-block;
  background: #999;
}

.ai {
  text-align: left;
  float: left;
  border-bottom-left-radius: 0px;
}

.person {
  text-align: left;
  float: right;
  border-bottom-right-radius: 0px;
}

.ai-date,
.person-date {
  font-size: 10px;
  clear: both;
}

.ai-date {
  float: left;
  margin-left: 6px;
  color: #999;
}

.person-date {
  float: right;
  margin-right: 6px;
  color: #999;
}

.chat-input-container {
  position: relative;
  height: 60px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  bottom: 0;
  align-items: center;
  justify-content: center;
  overflow: auto;
}

.chat-input {
  color: #dfdfdf;
  height: 34px;
  width: auto;
  display: inline-block;
  flex-grow: 1;
  padding: 2px 10px;
  margin: 0 10px 0 0;
  font-size: 16px;
  border: none !important;
  border-radius: 7px;
  background: #000;
}

.chat-input:focus {
  outline: 0;
}

.chat-submit {
  padding: 7px 12px;
  border: none !important;
  background: #000;
  font-size: 16px;
  border-radius: 7px;
}

.chat-submit:hover {
  cursor: pointer;
  background: #000;
}

.chat-submit:focus {
  outline: 0;
}

.send_pln {
  color: var(--white);
}

.item_deatils_all {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;

}

.item_deatils_all .cardDetails {
  width: 19%;
  margin-right: 10px;
  position: relative;
}

.mb-3.viewlcar {
  margin-top: 0;
}

.img_width img {
  width: 60px;
  height: 60px;
}

.img_width span {
  width: 60px;
  height: 60px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.img_width span i {
  font-size: 30px;
}

.m_prasar_login {
  background: #000 !important;
  box-shadow: 0 0 4px #999;
  border-radius: 10px;
}

.subscribe-btn {

  font-weight: 500;
  color: var(--white);
  background: #C82333;
  border: none;
  margin: 0px 10px 0px 0px;
  padding: 5px 15px;
  letter-spacing: 0.4px;
  border-radius: 4px;
}

.subscribe-btn:hover {
  text-decoration: none;
  color: var(--white);
}

.custom-field {
  position: relative;
  font-size: 14px;
  border-top: 20px solid transparent;
  margin-bottom: 22px;
  display: inline-block;
  --field-padding: 12px;
}

.custom-field input {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--white);
  padding: 12px;
  border-radius: 4px !important;
  width: 250px;
  outline: none;
  font-size: 14px;
  align-items: center;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  border: 1px solid #4b5166;
}

.contact_login {
  border-radius: 4px !important;
}

#sticker-sticky-wrapper {
  display: none;

}

.custom-field .placeholder {
  position: absolute;

  width: calc(100% - (var(--field-padding) * 2));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 22px;
  line-height: 100%;
  transform: translateY(-50%);
  color: #4b5166;
  transition: top 0.3s ease, color 0.3s ease, font-size 0.3s ease;
}

.custom-field.one input {
  background: none;
  border: 1px solid #4b5166;
  transition: border-color 0.3s ease;
}

.custom-field.one input+.placeholder {
  left: 8px;
  padding: 0 5px;
}

.custom-field.one input.dirty,
.custom-field.one input:not(:placeholder-shown),
.custom-field.one input:focus {
  border-color: #4b5166;
  transition-delay: 0.1s;
}

.custom-field.one input.dirty+.placeholder,
.custom-field.one input:not(:placeholder-shown)+.placeholder,
.custom-field.one input:focus+.placeholder {
  top: 0;
  font-size: 10px;
  color: #4b5166;
  background: #030b17;
  width: auto;
}

.image_select {
  width: 50px;
  height: 50px;
}

.image_select img {
  width: 100%;
  height: auto !important;
  margin: auto !important;
  max-height: 100%;
}

.error_message {
  color: red;
  font-size: 12px;
  font-family: system-ui;
}

.select-users-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.select-users {

  background: #141324;
  padding: 96px 40px 40px 40px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
}

.title {
  color: #D1D5E5;
  font-weight: 300;
}

.users {
  display: flex;
  display: -webkit-flex;
  gap: 16px;
}

.user {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  border-radius: 10px;
  background: #1A182D;
  cursor: pointer;
  transition: all .25s ease 0s;
}

.user-image {
  width: 75px;
  height: 75px;
  background: #3b3b3b;
  padding: 5px;
  border-radius: 50%;
  display: block;
}

.user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.user-name,
.add-text {
  font-size: 16px;
  font-weight: 600;
  color: #D1D5E5
}

.add-text {
  color: #5A9EE2;
}

.add-icon {
  width: 75px;
  height: 75px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.add-icon svg {
  width: 75%;
  height: 75%;
  color: #5A9EE2;
}

.user:focus {
  box-shadow: 0 0 0 3px #5A9EE280;
  outline: 0;
}

.user-pos {
  position: absolute;
  color: red;
}

:root {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
}

.user-radio {
  font-size: 12px;
  margin: 0;
  position: absolute;
  right: 0px;
  top: 17px;
}

.interest:focus {
  background: #d3cbcb;
  z-index: 10;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--white);
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
  }

  .radio::after {
    border: var(--radio-border-width) solid var(--white);
    border-top: 0;
    border-left: 0;
    content: "";
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
  }

  .radio:checked {
    background: var(--pbg);
    border-color: var(--pbc);
  }

  .select-users-holder .card_dt {
    border: none !important;
  }
}

@media (max-width:1136px) {
  .col_768_after_display_none .banner_imgs {
    max-height: 20vh;
  }
}

@media (max-width:998px) {
  .countTop:first-child {
    margin-left: 10px;
  }
}

.carousel_top .owl-nav {
  position: relative;
}

.carousel_top .owl-prev {
  position: absolute;
  top: -105PX;
  right: 200PX;
}

.carousel_top .owl-next {
  position: absolute;
  top: -105PX;
  right: 100PX;
}


.carousel_top .class_btn_next_ar {
  font-size: 16px;
}

.carousel_top .class_btn_back_ar {
  font-size: 16px;
}

.c_over {
  border-radius: 10px;
}

.col_768_after_display_none {
  display: inherit !important;
}

.card_profilecard {
  transition: 0.5s ease;
  background: var(--white);
  background-clip: unset;
  border: none;
}

.card_profilecard ul li {
  width: 100%;
  margin-bottom: 5px;
  padding: 10px !important;
  color: var(--white);
  font-size: 14px;
  background: #232323;
  border-radius: 10px;
  display: block !important;
}

.edit_user {
  position: absolute;
  top: 0;
  left: 2px;
  color: gray;
}

.swal2-popup .swal2-buttonswrapper {
  margin-top: 0px !important;
}

.profile-inner {
  border-radius: 100%;
  text-align: center;
}

.owl-item.active.center .profile-inner img {
  width: 85px !important;
}

.profile-inner img {
  width: 74px !important;
}

.profile-owl .owl-item>div {
  cursor: pointer;
  margin: 6% 4%;
  transition: margin 0.4s ease;
  opacity: .5;
}

.profile-slider .update-btn {
  background: var(--pbg) !important;
  color: var(--white);
  padding: 7px 26px;
  border-radius: 5px !important;
  width: 100%;
}

.profile-owl .owl-item>div h5 {
  display: none;
  line-height: 15px;
}

.profile-slider .submit-btn:hover {
  background: var(--pbg) !important;
  color: var(--white);
}

.profile-slider .update-btn:hover {
  background: var(--pbg) !important;
  color: var(--white);
}

#new_user h5 {
  color: var(--white);
}

.profile-owl .owl-item.center>div h5 {
  display: block;
}

.modal-head {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
}

.profile-owl .owl-item>div h5 {

  color: var(--white);
  font-size: 13px;
  font-weight: 400;
  margin-top: 9px;
}

.profile-owl .owl-item.center>div {
  cursor: auto;
  margin: 0;
  transition: margin 0.4s ease;
  opacity: 1;
}

.edit-inner .modal-content,
.swal2-popup.swal2-modal.swal2-noanimation,
.swal2-popup.swal2-modal.swal2-show {
  border-radius: 30px;
  background: var(--pbtheme) !important;
}

#new_user {
  background: #000;
}

.profile-input input {
  background: linear-gradient(0deg, #141414, #141414),
    linear-gradient(0deg, #262626, #262626);
  border: none;
  width: 100%;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px;
  height: 35px;
  font-size: 13px;
  border: 1px solid #262626;
  color: var(--white);
}

.profile-input input::placeholder {
  color: var(--white);

}

.profile-slider .submit-btn {
  background: var(--pbg);
  width: 100%;
  border: none;
  border-radius: 5px !important;
  color: var(--white);
  font-size: 15px !important;
  margin-top: 20px;
  padding: 7px 26px;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600;
}

a.delete-btn {
  color: var(--pbc);
  text-align: center;
  font-size: 15px;
  margin-top: 15px;
  display: inline-block;
}

.profile-owl {
  padding-top: 25px;
}

.edit-inner .close {
  background: transparent !important;
  border-radius: 100%;
  opacity: 1;
  font-weight: 100;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -10p;
  z-index: 22;
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
}

.edit-inner .close img {
  width: 100%;
}

.modal-head h5 {
  font-size: 16px;
}

.kid-profile-inner p {
  font-size: 12px;
  color: rgba(127, 127, 127, 1);
}

.kid-profile-inner h6 {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.kid-profile-inner {
  margin-top: 15px;
}

.btn-lg.btn-toggle {
  padding: 0;
  / margin: 0 5rem;/ position: relative;
  height: 22PX;
  width: 47PX;
  border-radius: 3rem;
  color: #6b7381;
  background: #383838;
  / margin-bottom: 30px;/
}

.btn-toggle.btn-lg>.switch {
  position: absolute;
  top: 2px;
  left: 0.1rem;
  width: 18PX;
  height: 18PX;
  border-radius: 1.875rem;
  background: var(--white);
  transition: left .25s;
}

.btn-toggle.active {
  background: #ff8800;
}

.btn-toggle.btn-lg.active>.switch {
  left: 1.55rem;
  transition: left .25s;
}

#user_profile_detils {
  position: absolute;
  top: 10px;
  z-index: 1;
}

.btn-lg.btn-toggle.active:after {
  opacity: 1;
}

.carousel-user {
  display: flex;
  display: -webkit-flex;
  flex: 1 1 auto;
  overflow-x: none;
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding: 1rem 0;
  transition: 1.2s ease-out;
  scroll-behavior: smooth;
}

.interest {
  display: flex;
  display: -webkit-flex;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 5px;
  flex-flow: column;
  height: 115px;
  margin-left: 1rem;
  color: black;
  position: relative;
  width: 186px;
  text-decoration: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round:before {
  border-radius: 50%;
}

.slider.round {
  border-radius: 34px;
  width: 34px;
  height: 20px;
}

input:checked+.slider {
  background: rgb(4 89 139) !important;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.a1 {
  border-radius: 12px;
  border: 2px solid green;
}

.c_over {
  margin-top: 0 !important;
}

.pb-user-names {
  font-size: 15px !important;
  overflow: hidden;
  display: -webkit-box;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.conten_holder img {
  height: inherit !important;
}

.content_bn_detail img {
  margin-bottom: -30px;
  max-height: 30vh;
  width: auto !important;
  margin-left: 20px;
}

.wired,
.unwired {
  display: none;
}

body.online {
  .wired {
    display: block;
  }
}

body.offline {
  .unwired {
    display: block;
  }

  .wired {
    display: none;
  }
}

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  cursor: pointer;
}

#overlay div {
  position: absolute;
  top: 40%;
  left: 50%;
  font-size: 40px;
  text-align: center;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.sidenav {
  top: 50px;
}

.fa-3x {
  font-size: 2em;
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.premium_content_s {
  font-size: 2rem;
  width: 33px !important;
  height: 33px;
  position: absolute;
  z-index: 1;
  right: 4px;
  padding: 2px;
  border-radius: 100px;
  top: 3px;
  text-align: center;
  align-items: center;
  display: flex !important;
  justify-content: center;
  display: none !important;
  cursor: pointer;
}

.premium_content {

  background: none !important;
}

.banner_after_navbar video {
  height: calc(98vw * 0.567) !important;
  margin-bottom: 0 !important;
}

header {
  background: #000 !important;
  position: fixed !important;
  top: 0;
  z-index: 999999;
  width: 100%;
}

.banner-position .content_banner_dt {
  bottom: 35%;
  margin-top: 0 !important;
}

.bannerMoreore,
.bannerLess {
  color: var(--pbc);
}

.bannerMoreore:hover,
.bannerLess:hover {
  color: var(--pbhover);
}

.banner_after_navbar .bnnr_content {
  position: realtive !important;
  bottom: inherit !important;
  padding: 10px 15px 15px 15px !important;
}

.banner-position .home_bnnr_btn {
  position: relative !important;
  bottom: inherit !important;
  padding-left: 16px !important;

  margin-top: 15px;
}

.pb_ban_action {
  font-size: 15px;
  color: #f1f1f1;
  background: #2B2B2B;
  padding: 3px 10px;
  border-radius: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.banner_after_navbar .owl-dots {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  position: absolute;
  bottom: 27%;
  width: 100%;
}

.delete_bt {
  display: none !important;
}

.cardDetails:hover .delete_bt {
  display: block !important;
}

.progress {
  height: 4px;
  background: inherit !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  border-radius: 1px 3px 19px 19px !important;
}

.continue_bottomset {
  position: inherit !important;
  opacity: 1 !important;
  padding: 0 !important;
}

.continue_bottomset .continue_user {
  position: inherit !important;
  padding: 5px 0px !important;
}

.continue_bottomset .continue_user p {
  -webkit-line-clamp: 1 !important;
}

.cardDetails:hover .continue_bottomset {
  background: #19194b !important;
  border-radius: 0 0 5px 5px !important;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999;
  top: 47px !important;
  background: #1e1e1e !important;
  overflow-x: hidden;
  padding-top: 14px;
  transition: 0.5s;
}

.headLogin {
  border-radius: 0.2rem;
  padding: 2px 10px 2px 10px !important;
  font-size: 14px !important;
  background: var(--pbg) !important;
  border: 0px !important;
  margin-top: 5px;
}

.headLogin:hover {
  background: var(--pbhover) !important;
}

button.swal2-cancel.swal2-styled {
  background: #3b3b3b !important;
  border: 1px solid #3b3b3b !important;
}

#login_form .pgactiveg,
#otp_verify_form .pgactiveg,
.swal2-styled.swal2-confirm {
  background: var(--pbg) !important;
  color: var(--white) !important;
  cursor: pointer !important;
}

#login_form .pgactiveg:hover,
#otp_verify_form .pgactiveg:hover,
.edit_use_btn:hover,
.swal2-styled.swal2-confirm:hover,
.user-logout:hover,
.pb_change_btn:hover,
#editProfile:hover {
  background: var(--pbhover) !important;
}

.prfile-back .edit_use_btn:hover {
  background: transparent !important;
  color: #fff !important;
}

.prfile-back .edit_use_btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0) !important;
}

.profile-owl.owl-carousel:hover .class_next {
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)) !important;
  opacity: 1 !important;
}

.liveVedioArrow.owl-carousel:hover .class_next {
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)) !important;
  opacity: 1 !important;
}

.loginSetup {
  height: 50px;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s
}

.sidenav a:hover,
.offcanvas a:focus {
  color: #f1f1f1;
}

.sidenav .closebtn {
  font-size: 36px;
}

#main {
  transition: margin-left .5s;
  padding: 20px;
}

.sidenav {
  right: 0;
}

.card-bg {
  background: var(--pbtheme);
}

h6.active-user {
  font-size: 16px !important;
  color: white;
  margin-top: 0px !important;
}

.side-user-title {
  font-size: 12px !important;
  color: white;
}

.side-user-title2 {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}

span.num {
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 500;
  display: block;
  line-height: 16px;
}

.userInfoPro {
  padding: 0px 7px;
}

hr.hr-border {
  color: white !important;
  margin: 8px 5px;
}

.icon_badge {
  background: #545454;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.icon_badge>i {
  font-size: 12px;
  color: white;
}

.rounded_1 {
  border-radius: 3px;
}

span.term_privacy {
  color: var(--white);
  background: #4845F633;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.term_privacy i {
  color: #605DFF;
  font-size: 16px;
}

.sidenav {
  right: 0;
}

.seclect-profile-users {
  height: 100vh !important;
  overflow: hidden;
}

.having_btn {
  background: transparent;
  padding: 10px 20px !important;
  width: 100%;
  border-radius: 4px;
  color: var(--white);
  text-align: center;
  border: none !important;
  font-size: 16px;
}

a.closebtn {
  padding: 10px;
  background: #292929;
  ;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.closebtn>i {
  font-size: 12px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.sidenav {
  right: 0;
}

.seclect-profile-users {
  height: 100vh !important;
  overflow: hidden;
}

.pb_card_details {
  position: relative;
  transition: all 0.5s;
}

.pb_wl_card .pb_card_details {
  width: 16%;
  margin-right: 7px;
  transition: all 0.5s;
  position: relative;
}

.check_card {
  position: absolute;
  margin-left: 0 !important;
  margin-top: 6px;
  right: 0;
}

.pb_card_details:hover .pb_card_img {
  transform: scale(0.5);

}

.pb_card_img2 {
  display: none !important;
  width: 100%;
  padding: 0px 5px 5px 5px;
  background: var(--pbtheme);

  border-radius: 5px;
  z-index: 99;
  height: 95%;
  position: absolute;
  top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pb_card_content {
  display: none;
  height: 56%;
  padding: 2px 0 5px 0px !important;
  margin-top: 1px;
}

.pb_card_content h6 {
  color: var(--white);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0px;
  line-height: normal;
}

.h6,
h6 {
  font-size: 1rem;
}

.pb_card_img img {
  border-radius: 5px;
}

.pb_card_details .my_show_441-dimensions.vjs-fluid {
  padding-top: 0 !important;
}

.discription_dt {
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: normal;
  margin-top: 2px !important;

}

.discription_gen {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;

  margin-bottom: 2px;
  margin-top: 2px;
  line-height: normal;
}

.pb_card_details:hover .pb_card_content h6 {
  font-size: 14px;
}

.pb_card_details:hover .discription_gen {
  font-size: 11px;
  color: var(--white);

}

.pb_card_details:hover .discription_dt {
  font-size: 10px;
  color: rgba(189, 189, 189, 1);
  margin-bottom: 3px;
  line-height: normal;
}

.ad_seeting ul li:hover {
  background: #202020;
  cursor: pointer;
}

.ad_seeting .selected_ad {
  background: #202020;
  color: var(--pbg);
  cursor: pointer;
}

.pb_watch_btn {
  background: var(--pbg);
  padding: 5px 4px;
  color: var(--white);
  border-radius: 5px;
  font-size: 10px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  line-height: normal;
}

.pb_card_content .pb_watch_btn {
  line-height: normal !important;
  height: 37px;
  max-width: 75%;
  word-break: break-all;
}



.pb_add {
  background: #3B3B3B;
  color: var(--white);
  padding: 0 !important;
  border-radius: 5px;

  margin-left: 5px !important;
  border: 1.4px solid #3B3B3B;
  width: 34px;
  height: 37px;
}

.playAdd {
  width: 13px !important;
  margin: auto;
  text-align: center;
  display: flex !important;
  align-items: center;
  height: 100% !important;
  object-fit: contain !important;
}

.pb_card_details:hover {
  transform: scale(1.5, 1.4);
  border-radius: 5px;
  width: 100%;
  z-index: 9;
}

.pb_card_details:hover .pb_card_img2 {
  display: block !important;

}

.pb_card_vd-2 {
  height: 44%;
  margin-top: 4px;
}

.pb_card_vd-2 img {
  height: 100%;
  border-radius: 5px 5px 5px 5px;
}

.pb_card_vd-2 .video-js {
  height: 100% !important;
}

.pb_card_details:hover .pb_card_content {
  display: block;
  padding: 5px 5px 5px 0px;
  border-radius: 0 0 5px 5px;
}

.pb_card_details:hover .pb_card_img2 {
  display: none;
}

.pb_card_details video {
  height: 100% !important;
}

.c_over_bott_bann {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner_after_navbar .owl-nav {
  position: absolute !important;
  right: -25px;
  color: var(--white) !important;
  bottom: 28%;
}

.banner-bottom-sec {
  margin-top: -210px !important;
  z-index: 1 !important;
  position: relative !important;
}

.c_over_bott_dt {
  display: block !important;
}

.pb_card_details:hover .countTop {
  display: none;
}

.slick-prev {
  font-size: 16px;
  position: absolute;
  bottom: 36%;
  color: var(--white);
  right: 6px;
  border-radius: 100%;
  background: rgba(10, 10, 10, 0.1) !important;
  font-size: 26px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 35px;
  z-index: 2;
  font-size: 16px;
  border: none;
  backdrop-filter: blur(15px);
}

.slick-next {
  position: absolute;
  bottom: 36%;
  right: 19px;
  color: var(--white);
  right: 107px;
  border-radius: 100%;
  background: rgba(10, 10, 10, 0.1) !important;
  font-size: 26px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border: none;
  z-index: 2;
  backdrop-filter: blur(15px);
}

.slick-next img {
  width: 25px;
  height: 25px;
}

.slick-prev img {
  width: 25px;
  height: 25px;
}

.slick-dots {
  list-style: none;
  margin: 0 auto;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  transition: 0.2s background ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 5px;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: var(--white);
}

.slick-dots {
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 39%;
  width: 100%;
  height: 0px !important;
}

.pb_watch_btn:hover {
  color: var(--white);

}

.pb_add {
  color: var(--white);
}

.slick-slide {
  height: inherit !important;
}

.view_m_btn {
  font-size: 16px;
  align-self: flex-end;
  margin-left: auto;
  margin-right: 15px;
  transition: color 0.3s, border-color 0.3s;
  margin-bottom: 0px !important;
  color: var(--pbc) !important;
}

.user-logout {
  background: var(--pbg) !important;
  border: 0;
}

.pb_card_vd-2 .vjs-fluid {
  padding-top: inherit !important;
  height: 100%;
  position: relative;
}

.pb_card_vd-2 .vjs-fluid video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video_positon_dt .vjs-fluid {
  padding-top: inherit !important;
  height: calc(75vw * 0.567) !important;
  position: relative;
}

.video_positon_dt .vjs-fluid video {
  width: 100%;
  height: 100% !important;
  object-fit: fill;
}

.cont_number {
  font-size: 12px !important;
  color: #999999;
}

p.text-ccc.f-14.lin-21.text-center.et_num {
  font-size: 13px;
}

.no_dt_found {
  display: flex;
  align-items: center;
  min-height: 90vh;
  justify-content: center;
  flex-direction: column;
}

.showing_result h4,
.showing_result h5 {
  color: var(--white);
}

.comemt-bg-col {
  background: rgb(4, 5, 26) !important
}

.comment-head-text p {
  color: #fae6e8;
  line-height: 14px;
  font-size: 14px;
}

.btn-close-dt {
  background: #b02a37;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 20px;
  display: block;
}

.f-600 {
  font-weight: 600;
}

.comment-btns {
  background: #C82333;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 9px 38px;
  border-radius: 5px;
}

.commemt-rating {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.rating_commemt-img {
  margin-right: 10px;
  text-align: center;
  opacity: 0.5;
}

.rating_commemt-img:last-child {
  margin-right: 0;
}

.rating_commemt-img .img-rating {
  background: #f6f6f6;
  border-radius: 50px;
  transition: 0.5s;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rating_commemt-img p {
  display: inline-block;
  margin: 10px 0 0;
  color: #d1d1d1;
  font-weight: 500;
}

.rating_commemt-img.active {
  opacity: 1;
}

.rating_commemt-img.active .img-rating {
  background: var(--white)7e7;
}

.rating_commemt-img.active img {
  transform: scale(1.5);
  transition: 0.5s;
}

.rating_commemt-img.active p {
  color: #fdd87b;
}

.user_dt_cooment {
  height: 50vh;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
}

#cont-watch-sec .continue_bottomset {
  position: inherit !important;
  opacity: 1 !important;
  padding: 0 2px !important;
}

.user_dt_cooment li {
  margin: 8px 0;
}

.user_dt_cooment li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}

.header-icons a {
  display: inherit !important;
}

.episodeSizeBox {
  padding: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.episodeWidth {
  transition: all 0.5s;
  width: 24%;
  position: relative;
  margin: 0 10px 20px 0;
  transition: all 0.5s;
}

.episodeNav {
  gap: 10px;
  padding: 0 20px;
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;

  flex-wrap: inherit;
}

.episodeNav::-webkit-scrollbar {
  width: 0 !important;
  height: 3px !important;
}

.episodeNav .nav-link {
  border-radius: 0.25rem;
  color: #8A8A8A;
  background: #252525;
}

.episodeNav .nav-link:hover {
  color: var(--white);
  background: var(--pbg);
}

.episodeNav .nav-link.active {
  color: var(--white);
  background: var(--pbg) !important;
}

.episodeSubTittle {
  color: #757575;
  font-size: 16px;
  line-height: normal;
}

.episodeTittle {
  font-size: 14px;
  line-height: normal;
  overflow-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #898989;
}

.epiTime {
  position: absolute;
  width: fit-content;
  padding: 0px 10px;
  border-radius: 3px;
  right: 8px;
  bottom: 9px;
  font-size: 9px;
}

.artistSec {
  padding: 0px 30px;
}

.episodeCast_headding {
  font-size: 24px;
  color: #f2f2f2;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: 'AnekLatin-SemiBold' !important;
}

.artistList {
  display: grid !important;
  grid-auto-flow: column !important;

  grid-auto-columns: 90px;
  overflow-x: auto;
  gap: 20px;
}

.artistDetail {
  text-align: center;
  max-width: 100%;
}

.artistDetail p {
  font-size: 12px;
  line-height: normal;
  margin-top: 10px;
  color: #adadad;
}

.tab-content {
  width: 100%;
}

.episodeFullBox img {
  border-radius: 5px;
}

.artistDetail img {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border: 1px solid rgba(0, 0, 55, 1);
  border-radius: 15px;
}

.cateaogry_banner .vjs-fluid {
  padding-top: 0 !important;
  position: relative;
  height: calc(98vw* 0.567) !important;
  width: 100%;
}

.cateaogry_banner video {
  height: calc(98vw* 0.567) !important;
  object-fit: cover;
  width: 100%;
}

.cateaogry_banner .vjs-poster {
  background-size: cover !important;
}

#watchlist_toggle a img {
  width: 55px !important;
}

.tooltip-text:hover[tooltip]::before,
.tooltip-text:hover[tooltip]::after {
  opacity: 1;
}

.share_btn_icon {
  font-size: 18px;
  background: rgba(20, 20, 20, 1) !important;
  border: 1px solid rgba(38, 38, 38, 1) !important;
  padding: 2px 13px;
  border-radius: 5px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.artist_dt_pb {
  margin-top: -70px;
  position: relative;
  z-index: 99;
}

.pb_add_btns {
  position: absolute;
  bottom: 4px;
  width: 100%;
  left: 5px;

}

.pb_vd_card .pb_card_vd-2 {
  height: 75% !important;
}

.pb_vd_card .pb_card_content {
  height: 25% !important;
}

.pb_episode_cont {
  position: relative;
  z-index: 999;
}

.bg_btn_color {
  color: var(--pbc) !important;
}

.episodeOne {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 17px;
  font-weight: 500;
  overflow: hidden;
  line-height: 24px;
}

.bannerPlayBtn {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-size: 15px;
  padding: 6px 12px !important;
  height: 55px;
  line-height: normal;
}

.rent_height {
  font-size: 15px;
}

.bannerPlayBtn img {
  height: 20px !important;
}

.pb_card_watch {
  display: flex !important;
  align-items: center;
}

.watchCardImg {
  height: 11px;
  width: auto !important;
}

.owl-carousel:hover .class_next {
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 70%), rgb(0 0 0 / 90%)) !important;
  opacity: 1;
}

.shadowCard {
  background: linear-gradient(to right, transparent, rgb(0 0 0 / 70%), rgb(0 0 0 / 90%)) !important;
  opacity: 0 !important;
}

.categaryAddBtn {
  height: auto !important;
  padding: 1px 0px !important;
}

.pb_card_content .categaryAddBtn {
  height: auto !important;
  padding: 0 !important;
}

.generAddBtn {
  display: flex !important;
  align-items: center;
  margin: 0px !important;
}

.profile_card {
  border: 0px !important;
}

.cardDetails:hover .continue_bottomset {
  border-radius: 0 0 5px 5px !important;
  padding: 0px 15px !important;
}

.helpHead i.fa-solid.fa-chevron-left {
  font-size: 18px;
}

.helpHead h3 {
  font-size: 20px !important;
}

.subPart p {
  font-size: 14px !important;
  color: #fff;
}

.cusSuport {
  font-size: 18px !important;
  margin-top: 20px !important;
  color: #5B5B5B;
  text-transform: uppercase;
  font-weight: 600;
}

.contTittle p {
  font-size: 14px !important;
  line-height: normal;
  color: #a4a4a4 !important;
  word-break: break-all;
}

#accordion .card a span {
  font-size: 16px;
}

.card-body p {
  font-size: 15px;
  color: #c0c0c0;
}

.card-header {
  border: 0px;
  background: transparent;
  padding: 15px 0px !important;
}

#accordion .card-body.px-0 {
  padding-top: 0px;
}

.otp_policy {
  width: 60% !important;
}

.otp-field input {
  font-size: 20px !important;
}

.faqDetailHead {
  font-size: 20px;
}

.pb_change_btn:hover {
  color: var(--white);
}

.pb_change_btn {
  padding: 8px 16px !important;
  font-size: 15px !important;
  border: 0px !important;
}

.sidenav .rounded_1.card.card-bg {
  padding-left: 2px !important;
}

.sidenav .active-user-content.ml-3.pr-4 {
  padding: 0px !important;
  margin: 0px 8px !important;
}


.episodeSlection span.select2-selection__clear {
  display: none !important;
}

.episodeSlection .select2-container--default .select2-selection--single {
  background: var(--pbtheme) !important;
  border: 0px solid #aaa;
  border-radius: 4px;
  color: #fff !important;
  font-size: 14px;
  margin-left: 30px;
  padding: 0px 20px 0px 3px;
}

.select2-results__option[aria-selected] {
  color: var(--white);
  background: #252525 !important;
}

.select2-container--open .select2-dropdown--above {
  width: 150px !important;
  margin-left: 30px !important;
  border: 0px !important;
}

.episodeSlection span.select2.select2-container.select2-container--default {
  width: 140px !important;
}

.episodeSlection .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: 38px;
}

.episodeSlection .select2-container .select2-selection--single {
  height: 38px !important;
}

.episodeSlection .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 12px;
  left: -5px;
  position: absolute;
  top: 12px;
  width: 20px;
  background-image: url(../../images/slectionSection.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.episodeSlection .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent !important;
  top: 17px;
}

.select2-container--open .select2-dropdown.select2-dropdown--below {

  margin-left: 30px !important;
  background: #252525 !important;
  border: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #252525 !important;
}

.select2-container--default .select2-results>.select2-results__options li {
  background: #252525 !important;
  text-wrap: nowrap !important;
  overflow: hidden;
  overflow-wrap: break-word !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  overflow: hidden !important;
  font-size: 14px;
}

ul li.select2-results__option:hover {
  border: 1px solid var(--pbg);
}

ul li.select2-results__option.select2-results__option--highlighted {
  border: 1px solid var(--pbg);

}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
  z-index: 999999999 !important;
}

.swal2-popup .swal2-content {
  color: #aba9a9 !important;
}

.pb_img2 {
  width: 100% !important;
}

.liveVideoHead {
  padding-left: 30px;
}

.videoCard img {
  border-radius: 8px;
}

.kid-profile {
  margin-top: -6px;
}

.profile-owl .class_btn {
  opacity: 1 !important;
  left: -20px !important;
}

.searchSectionBox {
  display: flex;
  flex-wrap: wrap;
}

.searcSection {
  width: 16.6%;
  padding: 7px 5px
}

.searchHead {
  margin-left: 24px !important;
  color: #cdcdcd !important;
}

.search_bar_mic img {
  height: 14px;
}

.viewAllSection .row.mt-1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.positionab h1,
.positionab h2,
.positionab h3,
.positionab h4,
.positionab h5,
.positionab h6 {
  font-size: 24px !important;
  color: #fff !important;
  line-height: normal !important;
}

.positionab .fa.fa-angle-left {
  font-size: 18px !important;
}

.pb_back {
  font-size: 18px !important;
  width: max-content;
  line-height: normal;
}

.pb_language_icon,
.search_info.mr-2 {
  cursor: pointer;
}

.watchingList {
  display: flex;
  align-items: center;
}

.prfile-back .edit_use_btn {
  margin-right: 15px;
  margin-top: 5px;
}

.seasionBor {
  height: 1px;
  background: rgba(255, 255, 255, 0.5);

  margin-top: 20px;
  margin-bottom: 20px;
}

.edit_use_btn {
  margin: auto !important;
}

.watchingList .f-16 {
  font-size: 13px;
}

.watchingList i {
  font-size: 22px;
}

.channelBox .pb_img img,
.pb_live_channel_dt .pb_card img {
  border-radius: 4px !important;
}

.banner_aft_nav {
  position: relative;
}

button.btn.btn-primary.user-logout {
  padding: 10px 8px;
  font-size: 15px !important;
}

.watchListNo {
  height: calc(95vh *0.567);
}

.watchListNo img {
  height: 150px;
  margin-bottom: 40px;
}

.watchListNo h5 {
  font-size: 20px;
  margin-bottom: 10px !important;
}

.watchListNo p {
  font-size: 16px;
}

#search_page .modal-body {
  height: 99vh !important;
}

.searcNodata {
  margin-top: 60px;
}

.pb_lang_t {
  overflow: scroll;
  max-height: 480px;
  overflow-x: hidden;
}

.toast.toast-error,
.toast.toast-success {
  background: var(--pbtheme) !important;
}

.toast.toast-error:hover,
.toast.toast-success:hover {
  background: var(--pbtheme) !important;
}

.swal2-popup .swal2-image {
  margin: 0px auto 20px !important;
  max-width: 100%;
}

#new_user .modal-dialog,
.edit-inner .modal-dialog.modal-dialog-centered {
  max-width: 550px !important;
}

#new_user .modal-body,
.edit-inner .modal-body {
  padding: 2rem;
}

.profileHead {
  font-size: 18px;
}

.audioImg {
  width: 20%;
  height: 160px;
  border-radius: 8px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}

.backToaudio {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1px 9px;
  border-radius: 20px;
  background: #000000cf;
  cursor: pointer;
  align-items: center;
}

.subAudio {
  width: 30px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  display: none;
}

.backToaudio {
  display: none;
}

.backToaudio p {
  font-size: 12px;
}

.backToaudio img {
  width: 17px;
}

.audioClose {
  text-align: right;
  padding: 10px;
  display: none;
  position: relative;
}

.audioClose span {
  border-radius: 50%;
  background: rgb(150 146 146 / 40%);
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
}

.audioImg:hover .subAudio,
.audioImg:hover .audioClose {
  display: block;
}

.audioImg:hover .backToaudio {
  display: flex;
}

.audiopip_hov {
  position: absolute;
  background: rgba(45, 49, 56, 1);
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}

.audioImg:hover .audiopip_hov {
  display: block;
}

.music-image_pip {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 10px;
}

.watchlistClose {
  position: relative !important;
  width: 25px !important;
  display: block !important;
  height: 25px !important;
}

.nav-audio-list span b {
  font-weight: normal !important;
}

.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
}

.audioLoder {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .3);
}

.liveVideo {
  width: 40px !important;
  height: 40px !important;
}

.videoFavorites {
  padding: 0px 12px;
  margin-bottom: 20px;
}

.nav-audio-list {
  padding-left: 40px !important;
}

.favLive {
  background: #252525;
  padding: 8px 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  margin-left: auto;
  cursor: pointer;
  gap: 10px;
}

.favLive:hover {
  background: #2b2b2b;
}

.favLive i {
  font-size: 18px;
}

.favLive p {
  font-size: 16px;
}

.audioLike {
  padding: 0px 30px;
}

.disLike img {
  border-radius: 0px;
}

.likeDislike {
  position: absolute;
  z-index: 99999;
  background: rgba(20, 20, 20, 1);
  border-radius: 5px;
  padding: 9px 0;
  width: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  border: 1px solid rgba(38, 38, 38, 1)
}

.likeDislike a {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #fff;
}

.likeDislike a p {
  font-size: 10px;
  line-height: 11px;
}

.likeDislike img {
  border-radius: 0px !important;
  margin-bottom: 6px;
  width: 23px;
}

.notLike {
  border-left: 1px solid #3e3e3e;
  padding: 0 10px 0 10px !important;
}

.notLike img,
.dislikeSlect {
  transform: rotate(180deg);
}

.notiPic div p {
  margin: 0px !important;
}

.dotspan {
  font-size: 11px;
  color: #ccc;
  padding: 0 4px;
}

#toast-container,
#toast-container>div {

  background: var(--pbtheme) !important;
  border-radius: 8px !important;
  box-shadow: 0px 0px 0px !important;
  margin: 0 !important;
}

.ep_cen_img img {
  object-fit: cover !important;
}

.shareHls {
  background: #2b2b2b;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  text-align: center;
}

#likeMedia {
  height: auto !important;
  width: 20px;
}

.card__header .banner_image {
  background: #19194b !important;
  object-fit: contain;
}

.card_watch_img img {
  object-fit: contain;
}

.continue_head {
  color: #fff !important;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 15px;
}

.banner_after_navbar .banner-play-btn .shareHls img {
  width: 55px !important;
  display: flex;
  margin: auto;
  height: 100% !important;
  border-radius: inherit !important;
}

.banner_after_navbar .copy_share {
  width: 19px !important;
  position: absolute;
  top: 0;
  left: 0;
}

.live_blinker_img {
  position: absolute;
  content: "";
  top: 10px;
  right: 8px;
  width: 50px;
}

@-webkit-keyframes rotate {


  100% {
    -webkit-transform: rotate(360deg);
  }
}

.banner_after_navbar .imd_image_banner {
  min-width: 27px !important;
  min-height: 23px !important;
  display: inline-block;
  margin-right: 6px;
  margin-left: 0px;
}

.banner_after_navbar .imd_image_banner .imd_banne_imgs {
  min-width: 27px !important;
  min-height: 22px !important;
  border-radius: inherit !important;
  height: 22px !important;
}

.ua_16 {
  background: rgba(41, 41, 41, 1);
  color: var(--white);
  border-radius: 3px;
  padding: 3px 6px;
  margin-left: 1px;
}

.or_sign_border:after {
   border-image-source: linear-gradient(90deg, #0472b3 2.6%, #06334e 100% 100%) !important;
  border-image-slice: 1 !important;
}

.or_sign_border:before {
  border-image-source: linear-gradient(90deg, #06334e 2.6%, #0472b3 100% 100%) !important;
  border-image-slice: 1 !important;
}

.imgchannel img {
  width: 160px;
  height: 90px;
}

.payment_loader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #000;
}

.payment_loader img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: auto auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.payment_loader2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background: #000 !important;
}

.payment_loader2 img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin: auto auto;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

.skipintros {
  font-size: 14px !important;
  padding: 10px 15px !important;
}

#Redio {
  padding-top: 9px !important:
}

.positionab .pb_back h5 {
  font-size: 20px !important;
}

.sub_dc {
  font-size: 14px;
  color: rgba(195, 195, 195, 1);
}

.sub_dc_card {
  font-size: 16px;
}

.dt_size_sub {
  font-size: 14px;
}

.deatils_setting_hov {
  border-top: 1px solid var(--pbg);
  border-bottom: 1px solid var(--pbg);
  display: block;
}

.hov_border {
  border-top: inherit !important;
}

.setting_hov_user:hover {
  background: var(--pbg) !important;
  border-radius: 5px;
  color: #fff;
}

.setting_hov_user:hover a {
  color: #fff;
}

.toast-title {
  font-weight: 500;
  color: #fff !important;
  font-size: 18px;
  line-height: normal;
  margin-left: 6px;
}

.toast-message {
  color: #fff !important;
  font-size: 14px;
  margin-left: 6px;
}

button.toast-close-button {
  font-weight: 100;
}

.toast-title {
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  line-height: normal;
  margin-left: 6px;
}

.toast-message {
  color: #fff;
  font-size: 14px;
  margin-left: 6px;
}

button.toast-close-button {
  font-weight: 100;
}

.cateaogry_banner .imd_image_banner {

  border-radius: inherit !important;
  min-width: 27px !important;
  min-height: 23px !important;

}

.cateaogry_banner .imd_image_banner img {
  min-width: 27px !important;
  min-height: 22px !important;
  border-radius: inherit !important;
  height: 23px !important;
}

.audio-nav .nav-audio-list {
  padding-left: 26px !important;
  margin-top: 40px;
}

.m-0s {
  margin: 0 -5px !important;
}

.audio-nav .nav-audio-list span {
  width: max-content;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: normal;
}

.m-coninewp {
  margin: 0 15px;
}

.subscribe_bts {
  margin-right: 17px;
}

.subscribe_bts a {
  background: #282727 !important;
  font-size: 12px !important;
  padding: 4px 5px !important;
}

.subscribe_bts a span {
  font-family: 'AnekLatin-ExtraBold';
  font-weight: 800 !important;
}

.subscribe_bts a span img {
  height: 18px;
}

.music-progress-bar {
  z-index: 999999;
}

.user_login_suscribe {
  width: 110px;
  height: 35px;
  margin-right: 20px;
  margin-top: 5px;
}

.subscription-table tbody tr:last-child td.active {
  border-radius: 0 0 4px 4px;
}

#selectChannelRadio #channel {
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
}

.added-channel img {
  border-radius: 6px;
}

#selectChannelRadio .selectchannelRadio {
  margin-right: 10px;
  margin-top: 0 !important;
}

#selectChannelRadio .channelLinstingMain:first-child {
  margin-top: 0;
}

.no_dt_found p {
  text-align: center;
}

.custom_swal {
  width: 400px !important;
  padding: 16px 12px
}

.swal2-html-container {
  color: rgba(119, 119, 119, 1) !important;
}

.mut_userlogin img {
  width: 150px;
  height: 120px;
}

.multi_userdevice {
  text-align: center;
  padding: 0 40px;
}

.multi_login_dv p {
  font-family: 'AnekLatin-Medium';
  font-weight: 500;
  font-size: 24px;
  color: var(--white);
}

.multi_login_dv {
  padding: 15px 0 10px 0;
}

.many_dvtext {
  margin: auto;
  color: rgba(198, 198, 198, 1);
  line-height: normal;
  font-size: 15px;
  width: 77%;
}

.devic_user_details {
  background: #000;
  border-radius: 10px;
  padding: 15px;
  margin: 25px 0 15px 0;
}

.device_names_dt {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.names_device_flex p {
  font-family: 'AnekLatin-Medium';
  font-weight: 500;
  color: rgba(244, 244, 244, 1);
  font-size: 16px;
  line-height: normal;
}

.names_device_flex span {
  color: rgba(137, 137, 137, 1);
  font-size: 14px;
  line-height: normal;
}

.users_device_logout {
  background: var(--pbtheme);
  padding: 7px 20px;
  border-radius: 10px;
  color: var(--white);
  font-size: 14px;
  border: none;
  border-radius: 10px;
}

.device_names_dt:last-child {
  margin-bottom: 0;
}

.manage_allow_device {
  color: rgba(173, 173, 173, 1);
  line-height: normal;
  margin: auto !important;
  width: 60%;
}

.upagrde_deviceplan {
  color: rgba(211, 211, 211, 1);
  font-size: 18px;
}

.plan_cata {
  color: rgba(209, 209, 209, 1);
}

.manage-plan-dashboard {
  padding: 0 40px;

}

.continue_premuim_btn {
  text-align: center;
  width: 100%;
  display: block;
  padding: 9px 15px;
  font-size: 15px;
  border-radius: 8px;
  color: var(--white);
  background: var(--pbg);
}

.go_otherplan {
  font-size: 15px;
  width: 100%;
  display: block;
  color: var(--pbc);
  text-align: center;
}

.manhage-border-right {

  position: relative;
}

.manhage-border-right:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-left: 1px solid rgb(29 29 29);
  height: 100%;
}

.attentionImg2 img {
  width: 70px;
  height: 70px;
}

.log_dts {
  width: 85%;
  color: rgba(167, 167, 167, 1);
  margin: auto;
  font-size: 15px;
  margin: auto !important;
  line-height: normal;
}

.user_manage_head {
  font-size: 18px;
}

.btn_log_in {
  font-size: 12px;
  color: var(--pbc);
  width: 100%;
  display: block;

}

.btn_log_in:hover {
  color: var(--pbc);
}

.go_otherplan:hover {
  color: var(--pbc);
}

.continue_premuim_btn:hover {
  background: var(--pbhover);
  color: var(--white);
}

.swal2-html-container {
  color: rgba(119, 119, 119, 1) !important;
}

.toast-title {
  font-weight: 600 !important;
  color: #fff;
  font-size: 18px !important;
  line-height: normal;
  margin-left: 6px !important;
  font-family: 'AnekLatin-SemiBold' !important;
}

.toast-message {
  color: #fff;
  font-size: 14px !important;
  margin-left: 6px !important;
}

#price-info a[aria-expanded="false"] i.fas.fa-chevron-up {
  transform: rotate(0deg) !important;
}

#price-info a[aria-expanded="true"] i.fas.fa-chevron-up {
  transform: rotate(180deg) !important;
}

.ad_setting_pb:hover .ad_seeting {
  z-index: 9999999 !important;
}

#toast-container {
  max-width: 300px !important;
  width: 300px !important;
}

#toast-container>div {
  max-width: 300px !important;
  width: 300px !important;
}

.banner_after_navbar .video-js {
  height: calc(98vw * 0.567) !important;
  padding-top: inherit !important;
}

div.radio-with-langauge p.radioOption-Item label {
  color: #aba9a9 !important;
  background: rgba(20, 20, 20, 1);
}

.send_otp_email {
  border: 2px solid var(--pbtheme) !important;
  color: #7c7c7c !important;
}

#update_user_details .save_details_btn {
  padding: 10px 20px !important;
}

#update_user_details .form-control[readonly] {
  color: #aba9a9 !important;
  cursor: no-drop;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

#update_user_details .datepicker_input.form-control[readonly] {
  cursor: default !important;
}

.text-section-pad {
  padding: 0 22px;
}

.send_otp_active {
  border: 2px solid var(--pbc) !important;
  color: var(--pbc) !important;
}

.trem_sub_pad {
  padding: 0 30px;
}

.navbar {
  padding: .5rem 1rem;
}

.banner-position {
  position: relative;
}

.form-group {
  margin-bottom: 1rem;
}

button {
  border: none !important;
}

.close-img-mds {
  width: 30px !important;
  height: 30px
}

.edit_use_btn {
  border: none !important;
}

.btn:first-child:active {
  border-color: inherit !important;
}

.table> :not(caption)>*>* {
  border-bottom-width: inherit !important;
}

#liveChannal .modal-dialog-centered {
  min-height: 100% !important;
}

#radioChannal .modal-dialog-centered {
  min-height: 100% !important;
}

.plan_du_font {
  font-family: 'AnekLatin-Medium';
  font-weight: 500;
}

.f-500dur {
  font-family: 'AnekLatin-Medium';
  font-weight: 500;
}

.plan_basic_tt {
  color: rgba(236, 236, 236, 1);
}

#radioChannal .modal-content {
  height: 100% !important;
}

#liveChannal .modal-content {
  height: 100% !important;
}

#selectChannelRadio #radio {
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
}

.applyCodeActive:disabled {
  background: #414040;
  cursor: default;
}

.applyCodeActive:hover {
  color: #fff Im !important;
  background: var(--pbhover) !important;
}

#promoCode {
  z-index: 99999999 !important;
}

.main_type_button {
  z-index: 9999999 !important;
}

#selectChannelRadio {
  z-index: 99999999 !important;
}

.rewindicon_touch {
  height: 100%;
  width: 40%;
  text-align: end;
}

.vjs-paly_touch {
  height: 100%;
  width: 20% !important;

}

.fast-forword-icon-touch {
  height: 100%;
  width: 40% !important;
  text-align: left;
}

.vd_screen_sub3 {
  display: none !important;
  height: 100%;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.video-js .vjs-control-bar {
  z-index: 99999999;
}

.swal2-popup .swal2-content {
  font-size: 14px !important;

}

.nav-tabs {
  --bs-nav-tabs-border-width: inherit !important;
}

.help_padiing {
  padding: 0 16px;
}

.supt_padd {
  padding: 0 16px;
}

#toast-container {
  z-index: 99999999999999999999999999 !important;
}

.upcoming_program_details .pb_live_channel_dt {
  background: inherit !important;
  text-align: left;
}

.dot_upcoming {
  border-radius: 100px;
  width: 7px;
  height: 7px;
  background: rgba(142, 142, 142, 1);
  display: inline-block;
}

.contentupcoming p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 15px;
  overflow: hidden;
  line-height: normal;
  color: rgba(178, 178, 178, 1);
}

.contentupcoming .episodeOne {
  line-height: normal !important;
  font-size: 19px !important;
  margin-bottom: 6px !important;
}

.upcoming_shows .episodes_tab_btns .ep_tab_dt {
  margin-left: 10px !important;
}

.contentupcoming p img {
  width: 15px !important;
  height: 15px;
  object-fit: contain;
  margin-right: 6px;
  display: inline-block !important;
}

.mc-contents {
  background: var(--pbtheme) !important;
  border-radius: 10px !important;
}

.close_icons {
  background: var(--white) !important;
  width: 30px !important;
  height: 30px !important;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(46, 46, 46, 0.5) !important;
  color: #fff;
  font-size: 20px;
}

.close_icons:hover {
  background: #dedede !important;
  color: #000 !important;
}

.upcoming_modal_details img {
  border-radius: 7px;
  min-height: 187px !important;
}

.upcoming_timepara {
  font-weight: 500;
  font-size: 16px !important;
  color: rgba(236, 236, 236, 1) !important;
  font-family: 'AnekLatin-Medium';
}

.details_paraprogram {
  color: rgba(167, 167, 167, 1);
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 15px;
  overflow: hidden;
}

.program_upcoming {
  background: rgba(199, 199, 199, 0.14);
  padding: 5px 10px;
  color: var(--white);
  border-radius: 6px;
  width: min-content;
  font-size: 14px;
  margin: 15px 0 !important;
}

.f-18s {
  font-size: 18px;
}

.upcoming_go {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  gap: 10px;
}

.golive_btn {
  background: var(--pbg);
  padding: 12px 15px;
  display: block;
  color: var(--white);
  width: 100%;
  text-align: center;
  border-radius: 8px;
  font-size: 15px;
  line-height: normal;
  border: 1px solid var(--pbc) !important;
}

.golive_btn:hover {
  background: var(--pbhover);
  color: var(--white);
}

.cancelpro_btn {
  padding: 12px 15px;
  background: rgba(0, 0, 55, 1) !important;
  border: 1px solid rgba(0, 0, 55, 1) !important;
  display: block;
  color: var(--white);
  width: 100%;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  line-height: normal;
}

.cancelpro_btn:hover {
  color: var(--white);
  background: rgba(0, 0, 55, 1);
}

.rentalpro {
  height: 27px;
  margin-top: 4px;
}

.user_acount_form .form_group_dt input {
  cursor: default;
}

.footer_img_flex {
  display: flex;
  gap: 10px;
}

@supports (-webkit-text-stroke: 2px white) {
  .countTop {
    color: transparent !important;
    -webkit-text-stroke: 2px white;
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.5));
    text-shadow: 0 0 0px rgba(255, 255, 255, 0.2) !important;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(1px);
  }
}

.lnaguage_pref {
  text-align: center;
}

.lnaguage_pref h1 {
  color: var(--grays);
  font-size: 34px;
  line-height: normal;
}

.lnaguage_pref p {
  color: var(--grays);
  font-size: 20px;
  line-height: normal;
}


div.radio-with-langauge p.radioOption-langauge {
  display: block;
  width: 100%;
  height: 100%;
}

div.radio-with-langauge p.radioOption-langauge label {
  height: 100%;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: rgba(159, 159, 159, 1);
  cursor: pointer;
  transition: none;
  font-size: 14px;
  text-align: center;
  margin: 0 !important;
  gap: 40px;
  border-left: 0.6px solid rgba(255, 255, 255, 0.2) !important;
  border-right: 0.6px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: inherit !important;
  background: var(--pbtheme) !important;
  justify-content: space-between;
}

div.radio-with-langauge p.radioOption-langauge label:hover,
div.radio-with-langauge p.radioOption-langauge label:focus,
div.radio-with-langauge p.radioOption-langauge label:active {
  margin: 0 !important;
}

div.radio-with-langauge p.radioOption-langauge label::after,
div.radio-with-langauge p.radioOption-langauge label:after,
div.radio-with-langauge p.radioOption-langauge label::before,
div.radio-with-langauge p.radioOption-langauge label:before {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}

div.radio-with-langauge p.radioOption-langauge input[type="radio"] {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

.selected label {
  opacity: 1;
  border: none;
  background: var(--pbtheme) !important;
  box-shadow: 0px -16px 12px 0px rgb(0 0 0 / 64%) inset !important;
  border-top: 1px solid rgba(255, 116, 42, 0.2) !important;
  border-left: 0.6px solid rgba(255, 116, 42, 0.2) !important;
  border-right: 0.6px solid rgba(255, 116, 42, 0.2) !important;
}

div.radio-with-langauge p.radioOption-langauge input[type="radio"]:hover,
div.radio-with-langauge p.radioOption-langauge input[type="radio"]:focus,
div.radio-with-langauge p.radioOption-langauge input[type="radio"]:active {
  margin: 0 !important;
}

div.radio-with-langauge p.radioOption-langauge input[type="radio"]+label:before,
div.radio-with-langauge p.radioOption-langauge input[type="radio"]+label:after {
  margin: 0 !important;
}

.langiage-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
  justify-content: center;
}

.lan-details {
  display: block;
}

.language_head {
  display: block;
  font-size: 18px;
  font-family: 'AnekLatin-Medium';
  color: var(--white);
  text-align: left;
}

.language_gr {
  display: block;
  font-size: 12px;
  font-family: 'AnekLatin-Medium';
  color: rgba(137, 137, 137, 1);
  text-align: left;
}

.lan_flex {
  width: 100%;
  align-items: end;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: right;
  display: block;
}

.langu_select {
  width: 65%;
  margin: auto;
}

.language_btn {
  background: var(--pbg) !important;
  width: 80%;
  font-size: 16px;
  border-radius: 8px !important;
  color: var(--white);
  margin: 0 auto;
  font-family: "AnekLatin-Medium";
  padding: 6px 12px;
  border: 1px solid var(--pbc) !important;
}

.lan_flex img {
  width: 50px;
  height: 38px !important;
}

.login_form .login_title {
  line-height: normal;
  font-size: 35px;
}

.otphg {
  width: 36%;
  margin: auto;
}

.email_text_string {
  width: 100% !important;
  line-height: inherit !important;
  font-size: 15px !important;
  margin: 15px 0 !important
}

.iti {
  width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
  background: var(--pbtheme) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.iti__country-list {
  border: none !important;
  border-radius: 10px;
}

.enterMobileNum,
#mobile_no {
  font-size: 15px !important;
}

.iti__country-list {
  background: rgba(30, 30, 30, 1) !important;
}

.iti__country {
  border: 1px solid rgba(45, 45, 45, 1);
}

.otp_se {
  color: rgba(151, 151, 151, 1);
}

.having_txt {
  color: rgba(151, 151, 151, 1);
}

.hel_btn {
  color: var(--pbc);
  font-family: 'AnekLatin-Medium';
}

.otp_verify .otp-wid {
  width: 80%;
  margin: 0 auto;
}

.otp_verify .otp-field {
  justify-content: space-between !important;
}

.time-color {
  color: var(--white);
  font-family: 'AnekLatin-Bold';
}

.skip_browser {
  background: var(--pbtheme) !important;
  color: var(--white);
  padding: 9px 20px !important;
  width: 100%;
  color: var(--white) !important;
  font-size: 15px;
  border-radius: 8px !important;
  text-transform: capitalize;
}

.pb_back h5 {
  font-size: 20px !important;
}

.logout_details_btns .logout_pb {
  font-size: 14px !important;
}

.otp-wid {
  width: 80%;
  margin: 0 auto;
}

.rs_time {
  color: rgba(151, 151, 151, 1) !important;
}

.user-logout {
  font-size: 14px !important
}

.h7_logo {
  font-size: 22px !important;
}

.edit_use_btn {
  font-size: 15px !important;
}

.bd-example-modal-sm .text-primary {
  color: var(--pbc) !important;
}

.textQuality {
  font-size: 16px !important;
}

.contentMenu .item {
  font-size: 15px !important;
  padding: 12px !important;
}

.vjs-menu li {
  font-size: 15px !important;
}

.progress-bar {
  background: var(--pbg) !important;
}

.music-progress-bar {
  background: var(--pbg) !important;
}

.nav-audio-list {
  font-size: 20px !important;
}

.modal {
  z-index: 9999999;
}


.bannerPlayBtn img {
  border-radius: 0 !important;
}

.selected .language-blend {
  mix-blend-mode: color-dodge !important;
}

.hel_btn:hover {
  color: var(--pbc);
}

.linkSec i {
  background: rgba(255, 103, 31, 0.14) !important;
  color: var(--pbc) !important;
}

.volume_banner_dt .tooltip-text {
  width: 62px !important;
  height: 62px !important;
}

.volume_banner_dt .banner_volume {
  width: 50px;
  height: 50px;
  background: rgba(10, 10, 10, 0.1) !important;
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.ep_btns button {
  display: flex;
  align-items: center;
  font-family: 'AnekLatin-SemiBold';
  font-weight: 600 !important;
  padding: 8px 15px !important;
  font-size: 22px !important;
  line-height: normal;
  color: var(--white) !important;
}

.ep_btns button .plan_types {
  background: rgba(255, 255, 255, 1) !important;
  color: var(--white) !important;
}

.pl_det {
  font-family: 'AnekLatin-Medium';
  font-weight: 500 !important;
  font-size: 13px;
}

.ep_btns button.active {
  border: 1px solid rgba(255, 255, 255, 1);
  color: rgba(0, 0, 0, 1) !important;
  background: rgba(255, 255, 255, 1) !important;
}

.ep_btns button.active .pl_det {
  color: rgba(0, 0, 0, 1) !important;
}

.bd_0 {
  border-radius: 0 !important;
}

.upsub a {
  background: rgba(48, 48, 48, 1) !important;
}

.code-input {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
}

.apply_t {
  color: rgba(128, 128, 128, 1) !Important;
}

.promo_otp_button {
  border: 1px solid var(--pbc) !important;
  color: var(--pbc);
}

.paymt_dt {
  display: flex;
  font-family: 'AnekLatin-SemiBold';
  font-weight: 600;
  color: rgba(230, 230, 230, 1);
  justify-content: center;

}

.paymt_dt p {
  display: flex;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600;

}

.price_strike {
  font-family: 'AnekLatin-Light' !important;
  font-weight: 300;
  color: rgba(111, 111, 111, 1) !important;
  text-decoration: line-through;
}

.price_strike .fa-rupee-sign {
  text-decoration: line-through;
}

.geners_data2 {
  width: 93%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 20%, rgba(0, 212, 255, 0) 100%);
}

.canc_subdt {
  font-size: 22px !important;
}

.detail_canc {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  color: rgba(171, 169, 169, 1) !important;
  margin-top: 10px !important;
  font-size: 18px !important;
}

.video-js .skipintros {
  background: var(--pbg) !important;
}

.applyCodeActive:disabled {
  background: var(--pbg) !important;
  cursor: default;
}

.text-pri-color {
  font-size: 20px;
}

.favoritesBtn {
  background: var(--pbtheme) !important;
}

.plan-dashobard .f-18s {
  font-size: 15px;
}

.send_otp_email {
  padding: 8px 16px !important;
}

.geners_data2 .card-header img {
  border-radius: 5px;
}

.kisan {
  padding: 0 20px !important;
}

.sha_btv span.sh_lv {
  padding: 0 !important;
  border: none !important;
}

.sha_btv span.sh_lv {
  width: inherit !important;
  height: inherit !important
}

.sha_btv span.sh_lv a {
  width: inherit !important;
  height: inherit !important
}

.sha_btv span.sh_lv img {
  width: 40px !important;
  height: 40px !important;
}

.videoBack h5 {
  font-size: 20px !important;
}

.shv_nn span {
  background: inherit !important;
}

.shv_dts .shv_nn span img {
  width: 55px !important;
  height: 55px !important;
  border-radius: inherit !important;
}

#remove_watchlist .ads_vt {
  width: 55px !important;
}

.banner_after_navbar .banner-playe .play_w img {
  width: 55px !important;
  height: 55px !important;
  border-radius: inherit !important;
}

.play_w {
  width: 55px !important;
  height: 55px !important;
}

.profile-input input {
  border: 1px solid rgba(255, 255, 255, 0.8) !important;
  background: var(--pbtheme) !important;
  color: rgba(237, 237, 237, 1) !important;
}

.user-edit-icon {
  top: 41% !important;
}

.profile-input input::placeholder {
  color: rgba(153, 153, 153, 1) !important;
}

.edit_use_btn .fa-pencil-alt {
  font-size: 12px !important;
}

.geners_data3 .card-header {
  padding: 0 !important;
}

.c_over_bott {
  left: inherit !important;
  width: 100%;
}

#update_user_details #mob_num[readonly] {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.swal2-popup .swal2-styled {
  border-radius: 5px !important;
}

input:checked+.slider:before {
  background: var(--pbc) !important;
}

.my_acount_list_user img {
  width: 25px !important;
  height: 25px !important;
}

.my_acount_list_user .profile_pl {
  margin-right: 10px !important;
}

.logout_details_btns .logout_pb {
  font-size: 15px !important;
}

#exampleModalCenter .profile-slider .update-btn {
  font-size: 15px !important;
  padding: 10px !important;
}

.ptp {
  padding: 10px !important;
}

.applyCodeActive {
  padding: 10px 12px !important;
}

span.user-image.user-border::after {
  bottom: 18px !important;
  right: -2px !important;
}

span.user-image.user-border::before {
  background-image: url(../images/click.svg);

  content: "" !important;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0px !important;
  z-index: 99;
  bottom: 17px !important;
}

.user_g {
  bottom: inherit !important;
}

.advertice_section1 {
  padding: 20px 17px !important;
}

.advertice_card {
  background: inherit !important;
  border-radius: 15px;
}

.c_over_rights {
  background: linear-gradient(to left, #1b1b1b, rgba(0, 0, 0, 0));
  height: 100%;
  top: 0;
  z-index: 1;
  position: absolute;
  width: 38%;
  left: 0px;
  margin-top: 0 !important;
}

.add_img {
  position: relative;
}

.advertice_card img {
  border-radius: 15px 0 0 15px;
}

.add_body {
  padding: 2rem 4rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
}

.add_body_download {
  padding: 1rem 3rem !important;
}

.add_text .add_p {
  color: rgba(255, 255, 255, 0.5) !important;
  margin-bottom: 4px !important;
}

.add_text .add_h4 {
  color: #fff !important;
  font-size: 1.5rem;
}

.add_visit_btn {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  padding: 0.6rem 3rem;
}

.add_visit_btn:hover {
  background: rgba(255, 255, 255, 0.16) !important;
}

.language_btn:disabled {
  opacity: 0.5;
  cursor: no-drop;
}

.card-body p {
  line-height: 21px !important;
  font-size: 15px !important;
  color: #c0c0c0;
}

.subscribe_bts {
  position: relative;
  background: inherit !important;
}

.suscribe_now_btn.subscribe_bts::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 5px;
  padding: 2px;
  background: linear-gradient(78.99deg, #A77800 8.14%, #FFF5E0 58.44%, #FFDAA3 72.94%, #AE8800 114.84%);
  background-size: 300%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.subscribe_bts a {
  background: inherit !important;
  position: relative;
  z-index: 2222;
}

.ak_ads {
  background: linear-gradient(90deg, rgba(35, 35, 37, 0) 67.46%, #232325 100.12%);
  position: absolute;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.top_margin_sec {
  margin-top: 5px !important
}

.pb_card_details .volume_banner_dt .banner_volume {
  width: inherit !important;
  height: inherit !important;
  background: inherit !important;
  backdrop-filter: inherit !important;
}

.shaka-seek-bar-container {
  position: absolute;
  right: 0px;
  top: -20px;
}

.shaka-bottom-controls {
  position: relative;
}

.shaka-tooltips-on>[class*="shaka-tooltip"]:hover:after {
  z-index: 11;
}

.shaka-overflow-menu,
.shaka-settings-menu,
.shaka-overflow-menu {
  background: rgb(55 55 55) !important;
  border-radius: 6px;
}

.shaka-overflow-menu button,
.shaka-settings-menu button {
  color: rgba(162, 162, 162, 1) !important;
  padding: 8px 4px;
}

.shaka-overflow-menu button:hover,
.shaka-settings-menu button:hover {
  background: #202020;
}

.shaka-settings-menu button[aria-selected="true"] {
  background-color: var(--pbg) !important;
  font-weight: 600;
  color: rgba(232, 232, 232, 1) !important;
}

.shaka-controls-button-panel {
  justify-content: center !important;
}

.shaka-current-selection-span {
  color: #ccc;
}

.lockButton,
.UnlockButton {
  position: absolute !important;
  right: 0 !important;
  top: -200px;
}

.shaka-current-time {
  position: absolute;
  top: -49px;
  right: 0;
}

.pre_tags {
  position: absolute;
  bottom: 9px;
  left: 50%;
  width: 110px;
  height: 40px;
  transform: translateX(-50%);
  text-align: center;
}

#shaka-player-ui-time-container {
  padding: 7px 18px !important;
  height: auto !important;
  border-radius: 15px !important;
  top: -46px !important;
  top: -46px !important;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500;
  border: inherit !important;
  line-height: normal;
}

.shaka-current-time {
  font-size: 17px !important;
}

.shaka-volume-bar-container {
  background: linear-gradient(to right, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0.54) 100%, rgba(255, 255, 255, 0.54) 100%);
}

.shaka-controls-container .shaka-overflow-menu,
.shaka-settings-menu,
.shaka-overflow-menu {
  background: rgba(0, 0, 55, 1) !important;
  backdrop-filter: blur(13px);
}

.shaka-current-selection-span {
  color: #ccc !important;
}

.upcoming-show .upcomin_img {
  aspect-ratio: 16/9;
}

.upcoming-show .upcomin_img img {
  border-radius: 8px;
  aspect-ratio: 16/9;
}

.shaka-spinner {
  padding: calc(6.6% / 2) !important;
}

.shaka-overflow-menu button,
.shaka-settings-menu button.shaka-back-to-overflow-button {
  color: var(--white) !important;
}

.wel_txte {
  text-align: center;
}

.wel_txte h6 {
  font-size: 24px !important;
  color: var(--white);
  margin-bottom: 10px;
}

.wel_txte p {
  color: rgba(171, 169, 169, 1);
  font-size: 18px;
  line-height: 29px;
}

.okay_btns {
  background: var(--pbg) !important;
  color: var(--white) !important;
  font-size: 15px !important;
  padding: 10px 12px !important;
  border-radius: 8px !important;
  width: 100%;
}

#welcomeModal .modal-body {
  padding: 20px 30px !important;
}

#welcomeModal .wel_txte {
  padding-top: 15px !important;
  width: 95%;
  margin: auto;
}

.back-button .fa {
  font-family: 'Font Awesome 5 Free' !important;
}

.shaka-play-button {
  box-sizing: border-box;
  padding: calc(9% / 2) !important;
}

.live-vid-m {
  margin-left: 7px !important;
}

.center-text {
  position: absolute;
}

.mobile_cross {
  cursor: pointer;
}

.email_cross {
  cursor: pointer;
}

.swal2-container {
  z-index: 99999999999999999 !important;
}

.pre_tags img {
  height: 40px;
  object-fit: scale-down;
}

#apply_button:disabled {
  border: 1px solid rgba(151, 151, 151, 1) !important;
  color: rgba(151, 151, 151, 1);
}

.descrpition_title_sb_btn {
  border: 1px solid var(--pbc) !important;
}

.swal2-confirm {
  border: 1px solid var(--pbc) !important;
}

#cancelSubs .ptp {
  border: 1px solid var(--pbc) !important;
}

.edit_use_btn {
  border: 1px solid var(--pbc) !important;
}

.logout_pb.user-logout {
  border: 1px solid var(--pbc) !important;
}

.edts {
  border: none !important;
}

#new_user .submit-btn {
  border: 1px solid var(--pbc) !important;
}

.update-btn.btn-info {
  border: 1px solid var(--pbc) !important;
}

.pb_watch_btn {
  border: 1px solid var(--pbc) !important;
}

.pb_change_btn {
  border: 1px solid var(--pbc) !important;
}

.user-logout.btn {
  border: 1px solid var(--pbc) !important;
}

.pb_retry {
  border: 1px solid var(--pbc) !important;
}

.btn-sm.headLogin {
  border: 1px solid var(--pbc) !important;
}

.applyCodeActive {
  border: 1px solid var(--pbc) !important;
}

.day.active {
  border: 1px solid var(--pbc) !important;
}

.save_details_btn.savr_btn {
  border: 1px solid var(--pbc) !important;
}

.verify_otp.save_details_btn {
  border: 1px solid var(--pbc) !important;
}

.term-section .ptp {
  border: 1px solid var(--pbc) !important;
}

.deregisterbtn.user-logout.btn {
  border: none !important;
}

.ep_tab_dt .nav-link.active {
  border: 1px solid var(--pbc) !important;
}

div.radio-with-Icon p.radioOption-Item input[type="radio"]:checked~label {
  border: 1px solid var(--pbc) !important;
}

.go_to_page {
  border: 1px solid var(--pbc) !important;
}

.sub_scribed_btn {
  border: 1px solid var(--pbc) !important;
}

.vig-bigd.vjs-big-play-button {
  font-size: 1.5em;
  line-height: 2.3em;
  height: 3em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  animation-name: myanimation;
  animation-duration: 1s;
  border-radius: 100px;
}

.vig-bigd.vjs-big-pausedm {
  top: 0 !important;
  left: 50%;
  position: absolute;
  width: inherit !important;
  height: inherit !important;
  background: inherit;
  transform: translateX(-50%) !important;
}

.loader-shimmer-banner .bnnr_play_btn {
  border: inherit !important;
  display: none !important;
}

.view_m_btn i {
  font-size: 13px;
}

.pb_card_img2 .video-container {
  height: 100%;
}

.w-70 {
  width: 70%;
}

.w-60 {
  width: 53%;
}

.font-12s {
  font-size: 13px;
}

.pb_card_vd-2 video {
  object-fit: contain;
  background: #19194b !important;
  aspect-ratio: 16/9;
}

.h-bold {
  font-family: 'AnekLatin-Medium';
  font-weight: 500 !important;
  color: var(--white) !important;
  font-size: 20px !important;
}

.canc_subdt {
  font-family: 'AnekLatin-Medium';
  font-weight: 500 !important;
}

.detail_canc {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  color: rgba(171, 169, 169, 1) !important;
  margin-top: 10px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  display: block;
}

#cancelSubs .btn_log_in.user-logout {
  border: none !important;
  margin-top: 5px;
}

.shaka-skip-ad-container {
  position: relative;
  right: calc((100% - 100%) / 2* -1) !important;
  background: rgba(0, 0, 0, 0.4) !important;
  border-radius: 25px;
  padding: 0px 11px;
  border: 2.04px solid rgba(255, 255, 255, 0.04) !important;
}

.shaka-ad-counter {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 3px 10px;
  border-radius: 25px;
  flex-direction: inherit !important;
  align-items: center;
  border: 2.04px solid rgba(255, 255, 255, 0.04) !important;

}

.shaka-ad-position {
  background: rgba(0, 0, 0, 0.4) !important;
  padding: 3px 10px;
  border-radius: 25px;
  flex-direction: inherit !important;
  align-items: center;
  border: 2.04px solid rgba(255, 255, 255, 0.04) !important;
}

.shaka-ad-counter-span {
  line-height: normal !important;
  text-shadow: inherit !important;
}

.shaka-skip-ad-counter {
  background: none !important;
}

.search_ht .pb_wl_card .premium_icondt {
  position: absolute;
  top: 13px !important;
  left: 13px !important;
}

.playPauseIcon img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rows_dt_cetr {
  display: grid;
  align-content: center;
  height: 90vh;
}

.bacto {
  font-size: 20px !important;
}

#video-container .back-button {
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: normal;
  text-align: inherit;
  background: inherit;
  z-index: 1 !important;
  font-family: 'AnekLatin-SemiBold';
  font-weight: 600;
  background-color: transparent;
  align-items: center;
  width: 90%;
}

#video-container .back-button:focus-visible {
  outline: none;
  border-color: #0060df !important;
  border: 1px solid #0060df !important;
  border-radius: 5px;
}

.audio-nav .nav-audio-list span {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
  font-size: 20px !important;
}

.audio-nav .nav-audio-list i {
  font-size: 17px !important;
}

.past_showing img {
  border-radius: 8px;
}

.or_sign_border {
  z-index: 11;
}

.or_sign_border:before {
  z-index: -1;
}

.or_sign_border:after {
  z-index: -1;
}

.pb_card_details:hover {
  transform: scale(1.5, 1.4);
  border-radius: 5px;
  width: 100%;
  z-index: 9;
}

.pb_img_pdf {
  border-radius: 5px;
}

.pb_img_pdf img {
  border-radius: 5px;
}

.img_pdf_details_icon {
  padding: 40px 30px 0 30px;
}

.imf_pdf_category {
  padding: 10px 30px 40px 30px;
}

.img_pdf_bnn_btn {
  position: inherit !important;
}

.img_pdf_text h1 {
  color: var(--white);
  font-size: 45px;
  font-family: 'AnekLatin-Bold' !important;
  font-weight: 700 !important;
  margin-bottom: 5px;
  line-height: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.img_pdf_text h2 {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 20px;
  font-family: 'AnekLatin-Bold' !important;
  font-weight: 700 !important;
  line-height: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.img_pdf_bnn_btn {
  margin-top: 15px;
}

.dowmload_img_btn a {
  width: 55px;
  height: 55px;
  display: block;
}

.right_image_pdf {
  padding-left: 60px;
}

.right_image_pdf_dt img {
  object-fit: contain;
  border-radius: 5px;
  width: 100% !important;
  aspect-ratio: 16 / 9;
  background: #19194b;

}

.right_image_pdf_dt {
  text-align: center;
  aspect-ratio: 16 / 9;
  width: 100%;
}

.viewer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.viewer img {
  transition: transform 0.25s ease;
  max-width: 100%;
  max-height: 100%;
  transform-origin: center;
}

.zoom-buttons {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.zoom-buttons button,
#download-btn {
  padding: 10px 20px;
  font-size: 20px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  color: var(--white);
  border-radius: 8px;
}

#myModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#myModal .modal-content {
  position: relative;
  width: 100%;
  background: rgba(48, 48, 48, 1) !important;
  border-radius: 8px;
}

.zoom-buttons {
  position: absolute;
  z-index: 999;
  bottom: 37px;
  right: 0;
  flex-direction: column;
  right: 27px;
}

#myModal .close {
  position: absolute;
  z-index: 999;
  top: 20px;
  right: 0;
  right: 27px;
  background: none !important;
}

.img_get_this {
  display: block;
  color: rgba(0, 117, 255, 1);
  font-size: 20px;
  line-height: 22px;
  margin-top: 10px;
  text-decoration: underline;

}

.img_get_this:hover {
  color: rgba(0, 117, 255, 1);
  text-decoration: underline;
}

#welcomeModal .img_modal-body {
  max-width: 400px !important;
}

#welcomeModal .img-pd {
  padding: 20px !important;
}

#welcomeModal .get_poster_soon {
  width: 100% !important;
}

.display_viwer_content {
  display: contents;
}

.img_pdf_dets {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-content: center;
  align-items: center;
  background: #19194b !important;
  border-radius: 5px;
}

.right_image_pdf_dt {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.right_image_pdf_dt img {
  aspect-ratio: 16 / 9;
  width: 100% !important;

}

.right_image_bg {
  background: #19194b !important;
}

.kids_dt {
  line-height: normal;
  padding: 0px 10px;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(55%);
  background: linear-gradient(142.13deg, #FFCB46 10.26%, #FF881A 98.85%);
  border-radius: 20px;
  font-size: 12px;
  font-family: 'Shojumaru' !important;
  font-style: normal !important;
  font-weight: 400 !important;
  z-index: 999;
}

.sub_scribed_btn {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

#promoCode #promoInput {
  height: 44px !important;
}

.game_pos_icons {
  position: absolute;
  top: 30px;
  left: 37px;
  z-index: 99999999;
  font-size: 20px;
}

.view-dtsds {
  position: relative;
  z-index: 1;
}

.more_g_dt {
  background: rgba(20, 20, 20, 1);
  padding: 15px 15px 30px 15px;
  border-radius: 8px;
  margin: 0 28px;
}

.cat_gmt_bg {
  color: rgba(151, 151, 151, 1);
  font-size: 18px;
  margin-bottom: 0;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.mord_game_cat .tx-col {
  color: rgba(255, 255, 255, 0.9);
}

.mord_game_cat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 4px;
  margin-bottom: 5px;
}

.games_more_dt {
  padding: 0 10px;
}

.more_g_dt .p12 {
  padding: 0 25px;
}

#addnewmoadl .wel_txte h6 {
  line-height: 28px;
  padding-top: 20px;
}

#addnewmoadl .upcoming_go {
  padding-bottom: 10px;
}

.pb_card_details.img_pdf_dets:hover {
  transform: scale(1.3, 1.2) !important;
  border-radius: 5px;
  width: 100%;
  z-index: 9;
}

.view-dtsd {
  align-items: center;
}

.suscribe_now_btn a span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}

.subscribe_bts a span img {
  height: 12px;
}

.suscribe_now_btn a span img {
  height: 12px;
  padding-right: 5px !important;
}

.subscribe_bts a span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  line-height: normal;
}

.my_aaccount_user .suscribe_now_btn a {
  padding: 10px;
}

.my_aaccount_user .suscribe_now_btn a span {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  line-height: 17px;
}

.pb_card_details.img_pdf_dets .pb_img_pdf {
  aspect-ratio: 3 / 4;
}

.pb_card_details.img_pdf_dets .pb_img_pdf img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #19194b !important;
}

.linkSec i {
  transform: rotate(0deg);
}

.pb_card_details.img_pdf_dtes:hover {
  transform: scale(1.3, 1.2) !important;
}

.pb_card_details.img_pdf_dtes .pb_img_pdf {
  aspect-ratio: 3/4;
}

.pb_card_details.img_pdf_dtes .pb_img_pdf img {
  aspect-ratio: 3/4;
  width: 100%;
  display: block;
  object-fit: contain;
}

.toptrendimg {
  pointer-events: none;
  position: absolute;
  left: -18px;
  bottom: -2px;
  z-index: 9999999999999 !important;
}

.toptrendimg img {
  height: 120px;
  width: 100% !important;
}

.termCondition.term_pol_det {
  padding: 40px 15px;
}

.section_top.foooter {
  padding: 0px 15px;
}

.useer_details_sec {
  padding: 40px 15px;
}

.posti-pdft {
  padding: 0px 12px;
}

.paddin-yud {
  padding: 16px 15px;
}

.discr_left-right .scroll-left,
.scroll-right {
  display: none;
}

.discr_left-right .description_dt {
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0 !important;
}

.discr_left-right {
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding-top: 10px !important;
}

.discr_left-right .scroll-left {
  position: absolute;
  left: -2px;
  top: 0;
  color: #fff;
  background: rgba(46, 46, 46, 1);
  font-size: 11px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  top: 0;
  transform: translateY(5px);
  box-shadow: 6px 0px 10px #000;
}

.discr_left-right .scroll-right {
  position: absolute;
  right: -2px;
  color: #fff;
  background: rgba(46, 46, 46, 1);
  font-size: 11px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  top: 0;
  transform: translateY(5px);
  box-shadow: -8px 0px 10px #000;
}

.discr_left-right .scroll-left i {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.discr_left-right .scroll-right i {
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

#my-audio-div .shaka-controls-container[casting=true] .shaka-seek-bar-container,
.shaka-controls-container[shown=true] .shaka-seek-bar-container {
  opacity: 1 !important;
  transition: opacity cubic-bezier(1, 1, 1, 1) .1s !important;
}

#my-audio-div .shaka-seek-bar-container {
  opacity: 1 !important;
  transition: opacity cubic-bezier(1, 1, 1, 1) .1s !important;
}

#my-audio-div .shaka-play-button-container {
  display: none !important;
}

.gameing_views .volume_banner_dt {
  right: 55px !important;
}

.user_acount_form .form_group_dt select {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: border-color 0.3s ease;
  font-size: 14px;
  font-weight: initial;
  color: #fff;
  padding: 10px;
  height: inherit !important;
}

.user_acount_form .form_group_dt .text-reasdt {
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: border-color 0.3s ease;
  font-size: 14px;
  font-weight: initial;
  color: #fff;
  padding: 10px;

}

.pb_card_img {
  aspect-ratio: 3/4;
}

.pb_card_img .as_ratio {
  aspect-ratio: 3/4;
  object-fit: contain;
  background: var(--pbtheme) !important;
  width: 100%;
}

.cardDetails .card__header {
  aspect-ratio: 16/9;
}

.cardDetails .card__header .banner-as {
  aspect-ratio: 16/9;
  object-fit: contain;
  background: var(--pbtheme) !important;
  border-radius: 5px !important;
}

#update_user_details .mobile_cross_dt {
  transform: translateY(-50%);
  position: absolute;
  top: 55px;
  right: 9px;
}

#shaka-player-ui-thumbnail-container {
  border: 1px solid rgba(174, 174, 174, 1) !important;
}

.Programmedetail.disabled {
  cursor: auto !important;
}

.days-wrapper .days::-webkit-scrollbar {
  width: inherit !important;
}

.right_image_pdf_dt .pdf-red {
  background: inherit !important;
}

#update_user_details .flgint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#myModal .close {
  cursor: pointer;
}

.term-imht {
  padding: 40px 15px 0 15px !important
}

.cateaogry_banner .volume_banner_dt {
  right: 55px !important;
}

#promoInput::placeholder {
  text-transform: capitalize !important;
}

#myModal {
  z-index: 999 !important
}

.categeryHeading .defaultColr.generes {
  color: #f2f2f2 !important;
}

#my-audio-div .shaka-spinner-container {
  top: -142px;
}

.pb_live_channel_dt.upcoming-show {
  cursor: pointer;
}

.posti-pdft .episodes_tab_btns .no_dt_found.watchListNo.categaryNo {
  height: calc(55vh* 0.567) !important;
}

.swal2-html-container {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.swal2-popup .swal2-content {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.swal2-title {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.swal2-content {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.edit_profiles_use {
  padding: 40px 25px;
}

.edit_profiles_use .profile-owls .profile-inner img {
  width: 85px !important;
  height: 85px !important;
  border-radius: 100%;
  margin: auto;
}

.edit_profiles_use .owl-item.active.center .profile-inner img {
  border-radius: 100%;
  transform: scale(1.2);
}

.edit_profiles_use .owl-item>div {
  cursor: auto;
  opacity: .5;
}

.edit_profiles_use .owl-item.center>div {
  cursor: auto;
  margin: 0;
  opacity: 1;
}

.edit_profiles_use .profile-owls .owl-stage-outer {

  height: 112px !important;
  padding-top: 13px;
}

.edit_profiles_use .profile-owls .class_btn {
  left: -9px !important;
  opacity: 1;
  top: -5px;
}

.profile-owls .class_next {
  opacity: 1;
  top: -5px;
  right: 6px;
}

.edit_prof_input {
  width: 500px;
  margin: auto;
}

.edit_prof_input input {
  width: 500px;
  margin: auto;
  height: 40px;
  border: 1px solid rgba(38, 38, 38, 1) !important;
  background: rgba(20, 20, 20, 1) !important;
}

.edit_profiles_use .update-btn {
  font-size: 15px !important;
  padding: 10px !important;
  width: 400px;
  background: var(--pbg) !important;
  color: var(--white) !important;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.edit_profiles_use .owl-carousel:hover .class_next {
  background: inherit !important;
}

.img_pdf_dets:hover .toptrendimg {
  display: none;
}

.player_remove_btn {
  object-fit: contain;
}

.top_margin_sec.banner-bottom-sec {
  margin-top: 5px !important;
}

.upcomin_img.past_showing {
  aspect-ratio: 16/9;
  background: rgba(34, 34, 34, 1);
}

.upcomin_img.past_showing img {
  aspect-ratio: 16/9;
}

.upcoming_program_details .pb_live_channel_dt {
  height: inherit !important;
}

.shaka-ad-counter-span {
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
}

.days ::-webkit-scrollbar {
  background-color: transparent;
  width: 0 !important;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.days {
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.tex-fo-500 {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.shaka-ad-position-span {
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
  line-height: normal;
}

.igf-detr {
  aspect-ratio: 16/9;
  object-fit: contain !important;
  background: rgba(34, 34, 34, 1) !important;
}

.co-wa-imfg {
  aspect-ratio: 16/9;
  object-fit: contain !important;
  background: rgba(34, 34, 34, 1) !important;
}

.iframe_modal .img_modal-body {
  --bs-modal-width: 100% !important;
}

.iframe_modal {
  z-index: 99999999999999999999 !important
}

.login_content #otp_send:disabled {
  cursor: inherit !important;
}

.login_content #otp_send {
  cursor: pointer !important;
}

.bannertitle {
  display: flex;
  align-items: end;
}

.banner-tt_details {
  color: var(--white);
  font-size: 35px;
  font-family: 'AnekLatin-Bold' !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
  line-height: normal !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.term-section .downloadInvoiceBtn {
  background: var(--pbg) !important;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  border: none !important;
  padding: 10px 16px !important;
  white-space: nowrap;
}

.shaka-tooltips-on>[class*=shaka-tooltip]:active:after,
.shaka-tooltips-on>[class*=shaka-tooltip]:focus-visible:after,
.shaka-tooltips-on>[class*=shaka-tooltip]:hover:after {
  bottom: calc(50px + 5px) !important;
}

.back-button .fa-chevron-left:before {
  content: "\f053" !important;
  font-family: "Font Awesome 5 Free" !important;
}

#data-section section {
  background: inherit !important;
}

.viewAllSection {
  background: inherit !important;
}

body {
  background: #000 !important;
}

.footer-area {
  position: relative;
  z-index: 3;
}

section#main-content {
  position: relative;
  z-index: 2;
}

.lineragradienttop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.shaka-video-container {
  background: #000;
}

.positionab {
  background: inherit !important;
}

#pay_ammount .mc-content {
  width: 100vw !important;
}

.modal-backdrop {
  z-index: 1 !important;
}

.ptm-sf {
  display: block !important;
}

.txt_98 {
  font-size: 24px;
}

.shaka-skip-ad-button:disabled {
  background: transparent !important;
}

.shaka-ad-controls {
  align-items: center;
}

.as3 {
  aspect-ratio: 3/4;
}

.as4 {
  aspect-ratio: 16/9;
}

.episode_bodys {
  position: absolute;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(25px);
  background: #24242482;
  height: 100%;
  overflow-y: auto;
  z-index: 999999999999999999 !important;
  padding: 40px 40px 20px 40px;
  overflow-y: auto;
}

.epd-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.epd-h h5 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.episode_bodys .playepsode_list {
  width: 25% !important;
  margin: 0 0px 20px 0;
  padding: 0 10px 0 0;
}

.episode_bodys .episodeSEction {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.episode_bodys .epd img {
  aspect-ratio: 16/9;
}

.shaka-episode-button svg {
  width: 24px;
  height: 24px !important;
}

.internal_server_error {
  background: rgba(0, 0, 55, 1);
}

.inter_server_er {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.inter_sev_txt h5 {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  font-size: 24px;
  color: var(--white);
}

.inter_sev_txt p {
  font-size: 18px;
  color: rgba(192, 192, 192, 1);
}

.internal_sv_btn {
  background: var(--pbg);
  padding: 9px 20px;
  font-size: 15px;
  color: var(--white);
  border: 1px solid var(--pbc) !important;
  border-radius: 8px;
  width: 50%;
  display: inline-block;
}

.epsode-img_dts {
  margin-right: 15px;
}

.cur_now_ply {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
  background: rgba(0, 0, 0, 0.5);
  font-size: 18px;
}

.shaka-settings-menu button[aria-selected="true"]:not(:first-child)::after {
  background: var(--pbg) !important;
  content: '';
  border: none !important;
}

#video-container .bck-hj {
  z-index: 2 !important;
}

.pb_sh_live #video-container .back-button {
  z-index: 2 !important;
}

.deleteprofile-btn {
  font-size: 15px !important;
  width: 400px;
  color: var(--pbc) !important;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
  margin-top: 10px;
}

#video-container .bacflyil {
  display: flex !important;
  align-items: center;
}

#video-container .back-button .bacflyil {
  background: inherit !important;
}

#video-container .bac-btn-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: normal;
  text-align: inherit;
  background: inherit;
  z-index: 1 !important;
  font-family: 'AnekLatin-SemiBold';
  font-weight: 600;
  font-size: 20px !important;
  margin-left: 10px;
}

.bacflyil svg {
  width: 24px;
  height: 24px;
  display: block !important;
}

#video-container .bactrm {
  display: flex !important;
  align-items: center !important;
}

#video-container .bactrm i {
  font-size: 24px;
}

.app_card_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.app_card_flex .app_incard_dt {
  width: 25%;
  padding: 9px;
}

.app_card_flex .app_incard_dt .bd8 {
  border-radius: 8px;
  aspect-ratio: 16/9;
  display: block;
  width: 100%;
}

.mts-5 {
  margin-top: 40px;
}

.shaka-settings-menu span {
  margin-left: 24px !important;
}

.shaka-back-to-overflow-button span {
  margin-left: 0 !important;
}

.video_ads_after {
  background: rgba(115, 133, 159, 0.5);
  position: absolute;
  bottom: 70px;
  height: 4px;
  border-radius: 10px;
  z-index: 1;
  display: none;
  width: 95.2%;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
  cursor: pointer;
}

#video-container .video-ads {
  height: 4px !important;
  border-radius: 10px;
  cursor: pointer;
  background: var(--pbg) !important;
  width: 0;
}

.shaka-overflow-menu {
  bottom: 87px !important;
  right: 30px !important;
}

.shaka-settings-menu {
  bottom: 87px !important;
  right: 30px !important;
}

.viewAllSection .view_gendts .delayed-element {
  margin-bottom: 0 !important;
}

.bg-blc {
  background: #000;
}

.shaka-overflow-button-label {
  flex-direction: row !important;
  justify-content: space-between;
  width: 100%;
  flex-shrink: initial !important;

}

.shaka-settings-menu button[aria-selected="true"] {
  font-weight: 600;
  border: 1px solid var(--pbg) !important;
  background: var(--pbg) !important;
  border-radius: 6px;
}

.shaka-settings-menu button:not(:first-child)::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  right: 19px !important;
  position: absolute;
  border-radius: 100px;
}

.shaka-overflow-menu button:hover,
.shaka-settings-menu button:hover {
  background: var(--pbg) !important;
  border-radius: 6px;
}

#main-content .shaka-overflow-menu button:hover,
.shaka-settings-menu button:hover {
  background: var(--pbg) !important;
  border-radius: 6px;
}

.shaka-overflow-menu,
.shaka-settings-menu {
  min-width: 240px !important;
  padding: 5px;
}

#video-container .shaka-overflow-menu,
.shaka-settings-menu,
.shaka-overflow-menu {
  background: var(--pbtheme) !important;
}

.shaka-current-selection-span {
  padding-right: 5px;
}

.shaka-chosen-item {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.shaka-settings-menu span {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.shaka-overflow-menu button,
.shaka-settings-menu button {
  font-size: 16px !important;
}

.shaka-overflow-button-label span {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.shaka-settings-menu button:not(:first-child)::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;

  position: absolute;
  border-radius: 100px;
}

.shaka-settings-menu button:not(:first-child) {
  justify-content: space-between;
}

.shaka-settings-menu button i {
  font-size: 18px !important;
  position: relative;
  z-index: 1;
  color: #fff;
}

.sub_navbar {
  font-size: 13px;
  margin: 2px 5px 5px 5px !important;
}

.over_payer_loader {
  position: absolute;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
}

.over_payer_loader .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.over_payer_loader .spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: sp-anime 0.8s infinite linear;
}

.over_payer_loader .loader_spn {
  border-radius: 50%;
  border: 4px #ddd solid;
  border-top: 4px var(--pbc) solid;

  width: 46px;
  height: 46px;
  display: inline-block;
}

.artistDetail {
  width: 90px;
}

.cat-bann-dtf .categry_tti_img img {
  min-height: 50px !important;
  margin-bottom: 10px;
  height: 50px !important;
}

.time-slot {
  background: #000;
}

.shaka-ad-controls {
  padding-bottom: 2% !important;
}

.shaka-bottom-controls {
  padding-bottom: 25px !important;
}

.radio-buttonss {
  width: 100%;
  margin: 0 auto;
  text-align: center;

}

.plan_cen {
  white-space: nowrap;
  text-align: center;
  width: 100%;
  overflow: auto;
}

.plan_cenpad {
  padding: 15px 0;
}

.promo_remove {
  line-height: normal;
  margin: -3px 0 0 0;
  color: var(--pbc) !important;
}

.promo_remove:hover {
  color: var(--white) !important;
}

.pr_coint {
  z-index: 1 !important;
}

.owl-carousel .item {
  width: 100%;
  height: auto;
}

.banner_after_navbar video {
  background: var(--pbtheme);
  border-radius: inherit !important;
}

.gms-dts img {
  background: var(--pbtheme);
}

.gms-dts video {
  background: var(--pbtheme);
}

.cat-bann-dtf #hlsImg img {
  border-radius: inherit !important;
}

.banner_after_navbar #hlsImg img {
  border-radius: inherit !important;
}

.hobbies-icon .fa-rupee-sign {
  line-height: normal !important;
  font-size: 22px;
  color: var(--white) !important;
}

.searcSection .pb_card_details .pb_card_content {
  padding-top: 2px !important
}

.add_img img {
  aspect-ratio: 14/3;
  border-radius: 8px 0 8px 0 !important;
  object-fit: contain;
  background: var(--pbtheme);
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 0 !important;
}

.shaka-hidden-fast-forward-container,
.shaka-hidden-rewind-container {
  height: 100%;
  width: 35%;
  flex-shrink: 1;
}

.add_img {
  aspect-ratio: 14/3;
}

.progress_ep {
  width: 44px !important;
  height: 44px !important;
}

.search_pb {
  font-size: 20px;
}

.search_ht .searchHead,
.top-result {
  font-size: 18px;
}

.search_ht .top-result {
  margin-bottom: 8px !important;
}

#editProfile {
  padding: 10px 10px !important;
  border: 1px solid var(--pbc) !important;
}

.site-min-height .my-fo {
  font-size: 18px !important;
}

.site-min-height .py-fos button {
  font-size: 15px !important;
  padding: 8px 40px !important;
}

.site-min-height .py-fose a {
  font-size: 15px !important;
  padding: 8px 40px !important;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.pb_live_channel {
  width: 370px;
}

.set_lang .radio-with-langauge.lang_code {
  padding: 0 5px !important;
}

.videoBack {
  line-height: normal;
}

.change_lang_scroll {
  max-height: 330px;
  overflow: hidden;
  overflow-y: scroll;
}

.artistSec .episodeCast_heading {
  font-size: 24px;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.no_pg_foun img {
  width: 150px;
  height: 150px;
}

.no_pg_foun {
  min-height: 94vh !important;
}

.inter_sev_txt img {
  width: 150px;
  height: 150px;
}

.no_dt_founds-notif img {
  width: 100px;
  height: 100px;
}

.simil_car .pb_card_details:hover .pb_card_content h6 {
  font-size: 13px;
}

.simil_car .playAdd {
  width: 11px !important;
}

.qulblock {
  display: block !important;
}

.no-channel-data .watchListNo {
  height: 80vh !important;
}

.no_dt_found h5 {
  font-size: 20px;
}

.no_dt_found p {
  font-size: 16px;
}

.searcNodata .searchNo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 66vh !important;
}

.pb_wl_card .searcNodata {
  margin-top: inherit !important;
}

.searcNodata.search-nod {
  margin-top: inherit !important;
}

.watchListNo.categaryNo {
  height: inherit !important;
}

.catwatcno {
  min-height: 92vh !important;
}

.sing_pan.custom-radio input:checked+.radio-btn {
  border: 1.5px solid rgba(137, 137, 137, 1) !important;
}

.banner-bottom-sec.eps_to_caro {
  margin-bottom: -240px !important;
}

.pb_l_img {
  aspect-ratio: 16/9;
}

.pb_l_img .as4 {
  aspect-ratio: 16/9 !important;
  object-fit: contain;
  background: var(--pbtheme) !important;
}

.nav_s_img {
  width: 32px;
  height: 32px;
}

.lan_flex .language-blend {
  width: 50px;
  height: 38px !important;
  min-width: 50px;
  min-height: 38px !important;
}

.live_ev_show {
  margin-right: 19px;

}

.live_ev_show img {
  height: 28px;
}

.live_upcoming {
  position: absolute;
  top: 10px;
  border-radius: 8px;
  color: var(--white);
  right: 8px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  z-index: 9;
}

.live_upcoming img {
  height: 23px;
  aspect-ratio: inherit !important;
  object-fit: contain;
}

.pb_card_details .live_upcoming img {
  height: 23px;
  aspect-ratio: inherit !important;
}

.section_top-foooter {
  padding: 0px 15px;
}

@keyframes blinker {
  50% {
    opacity: .9;
    color: red !important;
  }

  40% {
    opacity: .6;
    color: red !important;
  }

  60% {
    opacity: .3;
    color: red !important;
  }

  80% {
    opacity: .1;
    color: red !important;
  }

  100% {
    opacity: 1;
    color: red !important;
  }
}

.liveev_flex .lik-posetin .disLike {
  width: 40px !important;
  height: 40px !important;
}

.liveev_flex .share_btn_icon {
  padding: 2px 10px !important;
}

.live_ev_show a {
  display: flex !important;
  align-items: center;
}

.banner_after_navbar .live_upcoming {
  position: absolute;
  top: 63px !important;
  border-radius: 8px;
  color: var(--white);
  right: 22px !important;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  z-index: 9999;
}

.banner_after_navbar .live_upcoming img {
  width: 100px !important;
  aspect-ratio: inherit !important;
}

.pb_card_details .pb_img_pdf {
  position: relative;
}

.top_margin_sec.categeryBox {
  margin-top: 65px !important;
  padding-top: inherit !important;
}

.swal2-popup .swal2-styled {
  padding: 10px 26px !important;
}

#live_pb {
  margin-top: 30px !important;
}

#cont-watch-sec .continue_user {
  pointer-events: none !important;
  padding: 0 !important;
  margin: 0px 2px;
  margin-top: 4px;
  margin-bottom: 5px;
}

#cont-watch-sec .continue_bottomset {
  pointer-events: none !important;
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}

#cont-watch-sec .cardDetails:hover .continue_bottomset {
  border-radius: 0 0 5px 5px !important;
  pointer-events: none;
}

#cont-watch-sec .cardDetails:hover {
  background: var(--pbtheme) !important;
  border-radius: 5px !important;
  pointer-events: auto !important;
}

#cont-watch-sec .user__info_youtube {
  pointer-events: none !important;
}

.shaka-fullscreen-button {
  font-size: 27px !important;
}

#cont-watch-sec .cardDetails:hover .continue_user {
  overflow: inherit !important;
  transform: inherit !important;
  transform-style: inherit !important;
}

#cont-watch-sec .cardDetails {
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  will-change: transform, box-shadow;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

#cont-watch-sec .owl-item {
  will-change: transform, box-shadow;
  backface-visibility: hidden;
}

.carousel_top3 {
  visibility: hidden;
}

#cont-watch-sec .date_formate {
  max-height: inherit !important;

  line-height: normal !important;
}

.bnnr_play_btn:disabled {
  background: rgba(202, 202, 202, 1) !important;
  color: rgba(0, 0, 0, 1) !important;
  border: none !important;
}

.input_form input {
  background: #19194b !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: border-color 0.3s ease;
  font-size: 14px;
  font-weight: initial;
  color: #fff !important;
  padding: 10px;
  height: inherit !important;
}

.input_form button {
  border: 1px solid var(--pbc) !important;
  background: var(--pbg);
  color: #fff !important;
  font-size: 14px;
  padding: 10px 10px !important;
  width: 300px !important;
  margin-top: 20px;
}

.dynamic_number .fa-pencil-alt {
  color: #b6b6b6 !important;
  cursor: pointer;
}

#circle-timer {
  position: absolute;
  top: 0px;
  right: 15px;
  z-indeX: 22;
}

.overlay_tbs {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.vdc-jhk .shaka-bottom-controls {
  z-index: 9999999 !important;
}

.vdc-jhk .shaka-controls-container {
  z-index: 9999999 !important;
}

.footer-area.foot-index {
  z-index: 1 !important;
}

.gaming_frame .modal-content {
  z-index: 9999999999999 !important;
}

#epubzoom-in {
  display: none;
}

#epubzoom-out {
  display: none;
}

.add_sp_de {
  position: absolute;
  bottom: 117px;
  width: 320px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  z-index: 9999999999999999;
  background: #fff;
  padding: 6px 10px;
  display: none !important;
  left: 34px
}

.add_right_s {
  display: flex;
  align-items: center;
}

.add_sp_img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.ads_right_str {
  margin-left: 10px;
}

.add_sp_img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.ads_right_str h4 {
  font-size: 14px;
  margin-bottom: 2px;
  color: #000;
  line-height: normal;
}

.ads_right_str p {
  font-size: 12px;
  margin-bottom: 0px;
  color: #898989;
  line-height: normal;
  margin-bottom: 0;
}

.add_sp_visit_btn a {
  padding: 5px 12px;
  font-size: 12px;
  color: #fff;
  border-radius: 20px;
  background: #303ef9;
}

.pb_live_p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
  word-break: break-all;
}

.pb_watch_width {
  width: 95% !important;
  max-width: 95% !important;
  font-size: 11px;
}

.pb_card_content .pb_watch_width:disabled {
  background: rgba(202, 202, 202, 1) !important;
  color: rgba(0, 0, 0, 1) !important;
  border: none !important;
  cursor: no-drop;
}

.pb_watch_width.categaryAddBtn {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 11px;
}

.shorts_img {
  width: 33.3%;
  padding: 18px 8px;
}

.hom_shorts_design {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 25px;
}

.shorts_img img {
  border-radius: 8px;
  width: 100%;
  background: #19194b;
  object-fit: contain;
}

.shorts_para {
  position: relative;
}

.shorttxt {
  gap: 10px;
  justify-content: space-between;
}

.shorttxt h4 {
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.shorttxt .viewbtn_al {
  color: var(--pbc);
  font-size: 16px;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
  line-height: normal;
  white-space: nowrap;
}

.shorttxt .viewbtn_al:hover {
  color: #fff;
}

.shorts_dets_li {
  padding: 8px 8px 0 8px;
}

.shorts_dets_li p {
  color: #fff;
  line-height: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 4px;

}

.nav_bot_bar .scroll-left {
  position: absolute;
  left: 8px;
  top: 0;
  color: #fff;
  background: rgba(46, 46, 46, 1);
  font-size: 11px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 6px 0px 10px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.nav_bot_bar .scroll-right {
  position: absolute;
  right: 8px;
  color: #fff;
  background: rgba(46, 46, 46, 1);
  font-size: 11px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: -8px 0px 10px #000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.nav_bot_bar .nav_bot_br_button {
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 0 !important;
  line-height: normal;
  display: flex;
}

.nav_bot_br_button .nav_bot_cata {
  background: var(--pbtheme);
  color: #fff;
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid var(--pbtheme) !important;
}

.nav_bot_br_button .nav_bot_cata.active {
  background: var(--pbg);
  border: 1px solid var(--pbc) !important;

  color: #fff;
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
}

.pro_gresss {
  position: absolute;
  bottom: 71px;
  text-align: center;
  width: 99%;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
  z-index: 999;
}

.prog_dts {
  width: 100%;
  height: 4px;
  background: var(--pbg) !important;
  border-radius: 9px;
}

.pro_gresss:before {
  width: 15px;
  height: 15px;
  background: var(--pbg) !important;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.serach_right_sd {
  width: 210px;
  margin-right: 16px;
}

.hed_search {
  position: relative;
}

.heade_searc_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.heade_searc_img img {
  width: 14px;
  height: 14px;
}

.serach_glbs {
  background: var(--pbtheme);
  border: none;
  padding: 5px 15px 5px 30px;
  font-size: 14px;
  border-radius: 8px;
  height: inherit !important;
  border: inherit !important;
  color: var(--white);
  width: 100%;
}

.header_speech {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.header_speech img {
  width: 14px;
  height: 14px;

}

.serach_glbs:focus-visible {
  outline: inherit !important;
}

.nav_bot_bar {
  position: sticky;
  top: 49px;
  padding: 8px 16px;
  z-index: 9999999999999999;
  border-top: 1px solid #3b3b3b;
  background: var(--main-background);
  padding: 10px 16px;
  width: 100%;
}

.header_dtes {
  padding-top: 49px;

}

.serach_right_sd2 {
  display: none;
}

.nav_bot_bar .nav_bot_cata:last-child {
  margin-right: 0;
}

.top_margin_sec.advertice_section1 {
  margin-top: 2px !important;
}

.hom_shorts_design p {
  font-size: 14px;
}

.pro_gresss {
  position: absolute;
  bottom: 71px;
  text-align: center;
  width: 99%;
  margin: auto;
  transform: translateX(-50%);
  left: 50%;
  z-index: 999;
}

.pro_gresss:before {
  width: 15px;
  height: 15px;
  background: #fff !important;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.live_up_lang {
  display: flex;
  align-items: center;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.7);
  border: 0.98px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.live_up_lang span {
  width: 5px;
  height: 5px;
  background: red;
  margin-right: 3px;
  display: inline-block;
  border-radius: 50px;
}

.live_up_lang p {
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
}

.e_pub_ul {
  width: 300px;
}

.live_upcomingss {
  position: absolute;
  top: 15px;
  border-radius: 8px;
  color: var(--white);
  right: 14px;
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  z-index: 9;
}

.cardDetails.card_hover_item.lang {
  position: relative;
  transition: all 0.5s !important;
}

.nav_bot_cata.live-tag {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav_bot_cata.live-tag span {
  width: 8px;
  height: 8px;
  background: rgba(213, 21, 21, 1);
  border-radius: 50px;
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
  z-index: 999999999999999 !important;
}

.serach_glbs::placeholder {
  font-size: 12px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.breadcrumb_device {
  display: flex;
  box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 0.75rem 1.25rem;
  border-radius: 35px;
}

.breadcrumb_device .breadcrumb-links {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}

.breadcrumb_device li {
  list-style: none;
}

.breadcrumb_device .breadcrumb-box {
  display: flex;
  align-items: center;
}

.breadcrumb_device .breadcrumb-link {
  color: #9ca3af;
}

.breadcrumb_device .breadcrumb-box:hover>*:not(.breadcrumb-icon) {
  color: #4f46e5;
}

.breadcrumb_device .breadcrumb-icon,
.breadcrumb-icon-home {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
}

.breadcrumb_device .breadcrumb-links li:first-child .breadcrumb-text {
  display: none;
}

.breadcrumb_device .breadcrumb-text {
  margin-left: 1rem;
  font-size: 16px;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.current-list-item>a {
  position: relative;
}

.pb_navmenu .current-list-item>a {
  border-bottom: inherit !important;
}

.current-list-item>a::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  left: 0;
  transform: translateY(5px);
  border-radius: 2px 2px 0px 0px;
  height: 2px;
  background: var(--pbg);
}

.text_e7.txt_98 {
  line-height: normal !important;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: normal !important
}

.line21.pb_live_p {
  font-size: 14px;
}

header {
  background: var(--main-background) !important;
}

.bot_navs_dts .banner_after_navbar .live_upcoming {
  position: absolute;
  top: 30px !important;
}

.nav_bds {
  border-radius: 0.375rem;
}

.watchListNo.categaryNoss {
  height: calc(85vh* 0.567) !important;
}

#cont-watch-sec.top_margin_sec.categeryBox {
  margin-top: 0 !important;
  padding-top: inherit !important;
}

.bot_navs_dts .viewAllSection.top_margin_sec {
  margin-top: 5px !important;
}

.view-dtsd .view_m_btn i {
  height: inherit !important;
}

.shorts_dets_li .dotspan {
  font-size: 6px !important;
  color: #fff !important;
  padding: 0 3px !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}

.nav_bot_br_button .nav_bot_catass {
  margin-right: 10px;
}

.swal2-show {
  animation: inherit !important;
}

.shorts_para {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
}

.shorts_para video {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 0 !Important;
}

.pb_navmenu::-webkit-scrollbar {
  background-color: transparent;
  height: 0 !important;
  width: 0 !important;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.pb_navmenu {
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.menu_item_resp::-webkit-scrollbar {
  background-color: transparent;
  height: 0 !important;
  width: 0 !important;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.menu_item_resp {
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.pb_navmenu::-webkit-scrollbar {
  background-color: transparent;
  height: 0 !important;
  width: 0 !important;
  scrollbar-width: none !important;
  scrollbar-color: transparent transparent !important;
}

.pb_card_img .img-fluid.as3 {
  object-fit: contain;
  background: #19194b;
  width: 100%;
}

.pb_card_img .img-fluid {
  object-fit: contain;
  background: #19194b;
}

.toptrendimg img {
  background: inherit !important;
}

.pb_img_pdf img {
  border-radius: inherit !important;
}

.footer_bg_col {
  background: #0e0e0e;
}

ul.nav_items li a {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  text-transform: capitalize;
}

.pb_navmenu .current-list-item>a {
  color: var(--white) !important;
  border-bottom: 2px solid var(--pbc);
}

.prfile-back {

  background: var(--pbthemeop) !important;
}

.profile-owl .class_btn i {
  background: #3B3B3B !important;
}

.profile-owl .class_next i {
  background: #3B3B3B !important;
}

.add-icons {
  background: #3b3b3b !important;
}

.channel_guide .pb_live_channel {
  background: var(--pbtheme) !important;
  border: 1px solid var(--pbtheme) !important;
}

body .lineragradienttop {
  background: #000;
  /* background-image: url(../images/BGIimage.svg); */
  background-repeat: no-repeat;
  background-size: 105% 101%;
  background-size: cover;
  background-position-y: 50%;
}

.channel_guide body {
  background: rgba(0, 0, 55, 1) !important;
}

.user_acount_form .form_group_dt input {
  background: inherit !important;
}

div.radio-with-Icon p.radioOption-Item label {
  background: var(--pbtheme) !important;
  border: 1px solid var(--pbtheme) !important;
}

.pb_live_channel li a:hover {
  background: var(--pbtheme) !important;
}

.pb-audio-player .section {
  background: rgba(0, 0, 55, 1) !important;
}

.subPart {
  background: var(--pbtheme) !important;
  border: 1px solid var(--pbtheme) !important;
}

.subscription-table thead th {
  background: var(--pbtheme) !important;
}

.my_acount_list_icon {
  background: var(--pbtheme) !important;
}

.paymentTable {
  background: var(--pbtheme) !important;
}

.border_lines_user {
  border: 1px solid #3b3b3b !important;
}

.faqSubSection .card {
  border-bottom: 1px solid #3b3b3b !important;
}

.episodeFullBox .position-relative img {
  background-color: var(--pbtheme) !important;
  object-fit: contain;
}

body {
  background: #000 !important;
}

.set_lang .selected .langauge_selected {
  background: var(--pbc) !important;
}

.langauge_selection .langu_select .selected label {
  background: var(--pbc) !important;
}

.selected .language-blend {
  mix-blend-mode: plus-lighter !important;
}

.langauge_selection .langu_select .selected .language_gr {
  color: #fff !important;
}

.input_form button:hover {
  background: var(--pbg);
}

.edit-inner #exampleModalCenter {
  background: inherit !important;
}

.edit-inner #new_user {
  background: inherit !important;
}

.hom_shorts_design .shorts_para .volume_banner_dt img {
  background: transparent !important;
}

.cur_plan_ele #proceed {
  background-color: var(--pbg) !important;
}

.pb_network {
  background: var(--pbthemeop) !important;
}

.edit-inner #new_user .close .close-img-mds {
  width: 15px !important;
  height: 15px !important;
}

.edit-inner #new_user .close {
  height: 35px !important;
  width: 35px !important;
  background: var(--pbthemeop) !important;
}

#exampleModalCenter .close-img-mds {
  width: 15px !important;
  height: 15px !important;
}

#exampleModalCenter .close {
  height: 35px !important;
  width: 35px !important;
  background: var(--pbthemeop) !important;
}

.advertice_section1 .add_body_download {
  background: var(--pbthemeop) !important;
}

.card.advertice_card {
  border: inherit !important;
}

.pb_live_channel_dt .pb_img img {
  background: #19194b !important;
}

.pb_live_channel {
  background: var(--pbtheme) !important;
  border: 1px solid var(--pbtheme) !important;
}

.viedoFavClick {
  background: var(--pbtheme) !important;
}

.episode_bodys.vie_spd {
  position: inherit !important;
  height: inherit !important;
  background: inherit !important;
}

.vie_spd .epd-h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: inherit !important;
}

.vie_spd .episodes_tab_btns .ep_tab_dt .nav-link.active {
  background: var(--pbg) !important;
}

.vie_spd .episodes_tab_btns .ep_tab_dt .nav-link {
  background: var(--pbtheme) !important;
}

.vie_spd .epsid_desc {
  color: rgba(140, 140, 140, 1);
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: normal;
  margin-top: 2px;
  line-height: normal;
  margin-top: 2px;
  max-height: 48px;
  overflow-y: auto;
}

.vie_spd .episodeOne {
  line-height: normal !important;
}

.view_dtsdf .view_m_btn {
  padding-right: 18px;
}

#cont-watch-sec .cardDetails:hover .user__info_youtube h5 {
  font-size: 14px !important
}

#cont-watch-sec .cardDetails .user__info_youtube p {
  font-size: 14px !important;
  margin-top: 4px !important;
}

#cont-watch-sec .cardDetails:hover .user__info_youtube p {
  font-size: 12px !important;
  margin-top: 4px !important;
}

#cont-watch-sec .cardDetails:hover .card_watch_img img {
  border-radius: 0 !important
}

#cont-watch-sec .cardDetails .card_watch_img img {
  border-radius: 0 !important
}

.vie_spd .epsid_desc::-webkit-scrollbar {
  background-color: transparent;
  width: 3px !important;
  scrollbar-width: 2px !important;
  scrollbar-color: var(--pbc) !important;
}

.vie_spd .epsid_desc {
  scrollbar-width: 2px !important;
  scrollbar-color: var(--pbc) !important;
}

.vie_spd .episodes_tab_btns .ep_tab_dt .nav-link:hover {
  background: var(--pbtheme) !important;
}

.price-color svg {
  background: var(--pbtheme) !important;
}

.shaka-live-button .live_blinker_gif {
  background: #000;
  border-radius: 6px;
}

.pb_live_channel_dt .pb_card img {
  background: var(--pbtheme) !important;
}

.music-div img {
  background: #19194b !important;
}

.set_lang .radio-with-langauge.lang_code {
  margin-bottom: 15px !important;
}

.pb_card_vd-2 img {
  height: 100%;
  border-radius: 5px 5px 5px 5px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.cardDetails:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(500px);
  transform: scale3d(1.2, 1.2, 1) translate3d(0, 0, 0) perspective(500px);

}

#cont-watch-sec .cardDetails:hover {
  -webkit-transform: scale(1.2) !important;
  transform: scale(1.2) !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
}

.advertice_card {
  display: none;
}

.sidebar-wrapper ul {
  padding-left: 0 !important;
}

.wrappersClas .filterData {
  padding: 3px;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  margin-right: 5px;
}

.searchBarFilter .filterText {
  font-size: 13px !important;
}

.vidall .volume_banner_dt {
  position: absolute;
  right: 4px !important;
  z-index: 99;
  bottom: 4px !important;
  background: #191717;
  backdrop-filter: blur(25px);
  padding: 8px;
  border-radius: 50px;

}

.vidall .volume_banner_dt img {
  background: inherit !important;

}

.pb_es_cad .premium_icondt {
  top: 12px !important;
  left: 12px !important
}

.apnd-watchlist .premium_icondt {
  top: 12px !important;
  left: 12px !important;
}

#show-sidebar {
  display: none !important;
}

.vidall.row.video-container {
  width: inherit !important;
}

img {
  filter: none;
  mix-blend-mode: normal;
}

.plan-table::-webkit-scrollbar {
  border-radius: 5px;
}

.plan-table::-webkit-scrollbar-thumb {
  background: var(--pbg) !important;
  border-radius: 5px;
}

.banner_after_navbar {
  cursor: pointer;
}

.bnnr_play_btn:hover {
  color: #fff;
}

.bnnr_play_btn {
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600;
}

.pro_gresssdt {
  padding: 0 !important;
}

.nav_bot_chaneel_buttons {
  white-space: nowrap;
  overflow-x: auto;
  padding-top: 0 !important;
  line-height: normal;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;

}

.nav_bot_chaneel_buttons .nav_bot_cata {
  background: var(--pbtheme);
  color: #fff;
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid var(--pbtheme) !important;
}

.nav_bot_chaneel_buttons .nav_bot_cata.active {
  background: var(--pbg);
  border: 1px solid var(--pbc) !important;
  color: #fff;
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
}

.pb_notfound {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hlsImg .banner_img.hl_img {
  object-fit: contain !important;
  aspect-ratio: 16/9;
  background: var(--pbtheme) !important;
  min-height: calc(99vw* 0.567) !important;
}

.cateaogry_banner video {
  object-fit: contain;
  background: var(--pbtheme) !important;
}

.banner_after_navbar video {
  object-fit: contain !important;
  background: var(--pbtheme) !important;
}

.categry_tti_img img {
  border-radius: 0 !important;
}

.bannerSubImg img {
  border-radius: 0 !important;
}

.banner_after_navbar video {
  min-height: calc(98vw* 0.567) !important;
}

.audio_bott_dt {
  display: none;
}

.d-ils {
  display: inline-block;
  width: min-content;
}

.text-right-gh {
  text-align: right;
}


.banner_after_navbar .description_dt {
  flex-wrap: wrap;
}

.cat-bann-dtf .bannerSubImg.bannertitle {
  min-height: inherit !important;
}

.cat-bann-dtf #hlsImg {
  min-height: calc(98vw * 0.567) !important;
}

.nav_bot_br_button::-webkit-scrollbar {
  width: 0px !important;
  background: transparent !important;
}

.nav_bot_br_button::-webkit-scrollbar-thumb {
  background: transparent !important;
}

#promoCode {
  background: rgba(0, 0, 0, 0.5);
}

.edit-inner #new_user {
  background: rgba(0, 0, 0, 0.5) !important;
}

#exampleModalCenter {
  background: rgba(0, 0, 0, 0.5) !important;
}

.edit-inner #exampleModalCenter {
  background: rgba(0, 0, 0, 0.5) !important;
}

.shaka-range-element {
  cursor: pointer;
}

.view_m_btn .fa-arrow-right {
  padding: 6px 15px !important;
}

.bot_navs_dts .delayed-element {
  line-height: normal;
}

.nav_bot_br_button::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.nav_bot_br_button::-webkit-scrollbar-thumb {
  background: transparent;
}

.nav_bot_br_button {
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

.carousel_bott4 {
  overflow-x: hidden;
}

.geners_data {
  overflow-x: hidden;
}

.geners_data3 {
  overflow-x: hidden;
}

.carousel_bott {
  overflow-x: hidden;
}

#shimmer-section {
  overflow-x: hidden;
}

.add_body {
  flex-direction: row !important;
  justify-content: space-between !important;
  border-radius: 0 0 8px 8px;
  align-items: center;
}

.ac_details_text {
  padding: 10px 15px;
}

.acount_paras p {
  background: var(--pbg);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  margin: 18px 0;
}

.acount_deatisl_para {
  margin-top: 5px;
}

.acount_deatisl_para h4 {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  line-height: normal;
  color: rgba(151, 151, 151, 1);
  font-size: 15px;
}

.account_details_acc .card {
  background: var(--pbtheme) !important;
  border-radius: 8px;
}

.account_details_acc a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: normal;
}

.account_details_acc a .ac_col_detail h5 {
  font-size: 18px;
  color: white !important;
}

.account_details_acc a .ac_col_detail h6 {
  font-size: 14px;
  color: rgba(151, 151, 151, 1);
  margin-top: 5px;
}

.account_details_acc .card-header {
  padding: 15px !important
}

.subscription_dets ul li {
  color: rgba(151, 151, 151, 1);
  line-height: normal;
}

.subscription_dets ul li span {
  color: rgba(151, 151, 151, 1);
  font-size: 12px;
}

.subscription_dets {
  padding-right: 10px;
}

.payment_ac_con {
  border: 1px solid var(--pbtheme);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.pay_actg {
  justify-content: space-between;
  gap: 5px;
}

.pay_actg h5 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 18px;
}

.pay_actg .fa-rupee-sign {
  font-size: 15px;
}

.payment_ac_con p {
  color: rgba(151, 151, 151, 1);
  font-size: 10px;
  line-height: normal;
  margin-bottom: 8px;
}

.payment_ac_con .history_payment {
  background: inherit !important;
  color: rgba(151, 151, 151, 1);
  line-height: normal;
  font-family: 'AnekLatin-Light' !important;
  font-weight: 400 !important;
  font-size: 12px;
}

.payment_ac_con .history_payment .fa-eye {
  font-size: 10px;
}

.gaps-5 {
  gap: 5px;
}

.ac_tic_img {
  padding: 4px 6px;
  background: rgba(19, 28, 92, 1);
  border-radius: 2px;
}

.ac_tic_img img {
  width: 12px;
  height: 12px;
}

#accordion a[aria-expanded="true"] i.fa.fa-angle-down {
  transform: rotate(180deg) !important;
}

.account_details_acc .fa-angle-down {
  color: rgba(91, 95, 121, 1);
}

.account_billings_dt .subPart {
  border-radius: 8px;
  padding: 15px !important;
}

.account_billings_dt .subPart h6 {
  font-size: 18px;
  color: white !important;
}

.account_billings_dt .subPart .fa-chevron-right {
  color: rgba(91, 95, 121, 1);
}

.acount_deatisl_para h4 a {
  color: var(--pbc);
  text-decoration-line: underline;
}

.par_tner .top_margin_sec.banner-bottom-sec {
  margin-top: 15px !important;
}

.pb_lang_t::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.pb_lang_t::-webkit-scrollbar-thumb {
  background: transparent;
}

.pb_language_detail::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.pb_language_detail::-webkit-scrollbar-thumb {
  background: transparent;
}

.pb_language_detail {
  scrollbar-width: none;
}

.pb_lang_t {
  scrollbar-width: none;
}

.membership_billing_dt {
  padding: 15px;
  background: var(--pbtheme);
  border-radius: 8px;
}

.membership_billing_dt h6 {
  font-size: 18px;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  color: #fff;
  margin-bottom: 8px;
}

.membership_billing_dt .white_dts {
  color: rgba(151, 151, 151, 1);
  line-height: normal;
}

.membership_billing_dt span {
  color: #fff;
  font-size: 14px;
  line-height: normal;
}

.membership_billing_dt .para-lines {
  margin: 10px 0;
  border: 1px solid rgba(151, 151, 151, 0.25);
}

.billing_upi_dts {
  display: flex;
  align-items: center;
  gap: 5px;
}

.billing_upi_dts span {
  font-size: 14px;
  line-height: normal;
  color: #fff;
}

.billing_upi_dts .billing_upi_text img {
  width: 30px;
  height: 10px;
  object-fit: contain;
}

.biling_para_txt {
  padding-top: 10px;
  color: rgba(151, 151, 151, 1);
  font-size: 14px;
  line-height: normal;
}

.img_pdf_details_icon .pb_back {
  padding: 5px;
  padding-right: 10px;
}

.img_cara .pb_back {
  padding: 5px;
  padding-right: 10px;
}

.mob-s .share_btn_icon {
  padding: 0 !important;
}

.mob-s .like-btn {
  padding: 8px 10px !important;
}

.music-wrapper_details .music-card {
  max-width: 500px;
}

.music-wrapper_details .music-card__content {
  width: 500px !important;
}

.music-wrapper_details .music-div {
  height: 282px !important;
}

.audio_season_details li .nav-link.active {
  background-color: inherit !important;
  border-bottom: 1px solid #fff !important;
  border-radius: 0 !important;
  color: #fff;
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
}

.audio_season_details li .nav-link {
  border-radius: 0 !important;
  padding: 0 0 10px 0 !important;
  line-height: normal;
  color: rgba(151, 151, 151, 1);
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
  font-size: 18px;
}

.audio_season_details li {
  margin-right: 25px;
}

.audio_season_tabs {
  padding-top: 10px;
}

.audio_season_details .nav.nav-pills {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  z-index: 9999;
}

.music_audio_flex {
  display: flex;
  align-items: center;
  gap: 15px;
}

.audio_season_paras h6 {
  font-size: 18px;
  color: var(--white);
  margin-bottom: 0px;
  word-break: break-all;
}

.audio_season_paras p {
  font-size: 14px;
  line-height: normal;
  word-break: break-all;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.audio_season_paras .season_genaers {
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  margin-bottom: 0px;
  display: flex !important;
  align-items: center;
}

.audio_diescription .tex-fo-500 {
  color: rgba(255, 255, 255, 0.6) !important;
  display: flex;
  align-items: center;
  line-height: normal;
  font-size: 18px;
  flex-wrap: wrap;
}

.text_e7.txt_98 {
  word-break: break-all;
}

.fx {
  word-wrap: break-word
}

.fx h6 {
  white-space: nowrap;
}

.audio_diescription .dot_upcoming {
  width: 5px;
  height: 5px;
  color: rgba(255, 255, 255, 0.6) !important;
}

.audio_Ps {
  font-size: 16px;
  color: #fff;
  line-height: normal;
}

.aui_shares .share_btn_icon {
  background: var(--pbtheme) !important;
}


.audio_season_details .tab-content::-webkit-scrollbar {
  border-radius: 4px;
}

.music_audio_flex:hover {
  color: #fff;
}


.audio_season_details .tab-content::-webkit-scrollbar-thumb {
  background: var(--pbg) !important;
  border-radius: 5px;
}

.pb_notification_details::-webkit-scrollbar-thumb {
  background: var(--pbg) !important;
  border-radius: 5px;
}

.audio_season_details ul {
  background: rgb(0 0 55) !important;
}

.audio_season_tabs {
  position: relative;
}

.aui_shares .audio_Ps {
  color: #fff !important;
  font-size: 16px !important;
}

.audi_cast_dt h6 {
  font-size: 16px;
  margin: 0;
  color: #fff;
}

.audi_cast_dt p {
  font-size: 16px;
  line-height: normal;
  margin-left: 4px;
}

.aui_shares .likeDislike {
  background: var(--pbtheme) !important;
}

.audi_gapimgd {
  display: flex;
  align-items: center;
  gap: 28px;
}

.add_towat img {
  width: 30px;
  height: 30px;
}

.add_towat {
  background: var(--pbtheme) !important;
}

.audio_season_details {
  box-shadow: inset 0 -82px 30px 0px rgb(35 35 82 / 29%);
}

.audio_time_sec {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  white-space: nowrap;
}

.music-wrapper_details .shaka-overflow-button.shaka-resolution-button {
  display: block !important;
  position: absolute !important;
  bottom: -121px !important;
  left: 1px;
  background: var(--pbtheme) !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.music-wrapper_details .music-progress__time {
  margin-top: 30px !important;
}

.shaka-video-container .material-icons-round {
  font-family: "Material Icons Round";
  font-size: 24px !important;
}

.music-wrapper_details .shaka-overflow-button.shaka-resolution-button .material-icons-round {
  padding: 0 !important;
}

.audio_season_paras {
  width: 80%;
}

.music-wrapper_details .music-progress__time-item {
  color: rgba(249, 226, 226, 1) !important;
}

.music_audio_flex img {
  width: 46px;
  height: 46px;
}

.pb-audio-player .mt-5s {
  margin-top: 40px !important;
}

.aud-_carl {
  padding: 0 15px;
}

.aui_shares {
  padding: 0 15px;
}

.change_lang_scroll::-webkit-scrollbar-thumb {
  background: var(--pbg) !important;
  border-radius: 5px;
}

.sidenav::-webkit-scrollbar-thumb {
  background: var(--pbg) !important;
  border-radius: 5px;
}

.reminder_dts {
  background: #141414;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}

.reminder-details img {
  width: 36px !important;
  height: 100% !important;
  object-fit: contain;
}

.reminders_tooels .switch {
  position: relative;
  display: inline-block;
  font-size: 0 !important;
}

.reminders_tooels .slider.round {
  border-radius: 34px;
  width: 40px;
  height: 15px;
}

.reminders_tooels .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.reminders_tooels .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(62, 69, 117, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.reminders_tooels .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0px;
  bottom: -2px;
  background-color: rgba(89, 96, 148, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.reminders_tooels input:checked+.slider {
  background-color: var(--pbg);
}

.reminders_tooels input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

.reminders_tooels input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.reminders_tooels .slider.round {
  border-radius: 34px;
}

.reminders_tooels .slider.round:before {
  border-radius: 50%;
}

.reminders_toggels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.reminders_toggels p {
  font-size: 14px;
  margin: 0;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.reminder-header {
  flex-direction: column !important;
}

.reminder-header h5 {
  font-size: 18px !important;
  color: #fff !important;
}

.reminder-header p {
  font-size: 12px;
}

.reminder-header .close {
  background: rgba(10, 10, 10, 0.1) !important;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 9;
}

.reminder-header {
  border-bottom: 1px solid rgba(217, 217, 217, 1) !important;
}

.reminders_bodys {
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 24px;
}

.reminders_tooels {
  padding: 1rem !important;
  border-bottom: 1px solid rgba(217, 217, 217, 1) !important;
}

.reminder-header .watchCardImg {
  height: 14px !important;
  width: auto !important;
}

#reminderModal {
  background: rgba(0, 0, 0, 0.5);
}

.footer_link_sec li a {
  position: relative;
  z-index: 1;
}

.audio_season_detail::-webkit-scrollbar-thumb {
  background: var(--pbg) !important;
  border-radius: 4px;
}

.audio_season_detail {
  scrollbar-color: var(--pgb) !important;
  scrollbar-width: thin;
}

.audio_season_detail::-webkit-scrollbar-track {
  background: var(--pgb) !important;
}

.shaka-fast-foward-container,
.shaka-rewind-container {
  background-color: #0000005e !important;
}

.shaka-turn-captions-off-button .shaka-chosen-item {
  font-size: 18px !important;
}

.vds-videosd .shaka-video-container .material-icons-round.shaka-chosen-item {
  font-size: 18px !important;
}

.chnnl_vid .shaka-video-container .material-icons-round.shaka-chosen-item {
  font-size: 18px !important;
}

.owl-next.disabled {
  cursor: default !important;
}

.owl-next.disabled a {
  cursor: default !important;
}

.owl-prev.disabled {
  cursor: default !important;
}

.owl-prev.disabled a {
  cursor: default !important;
}

.video_ads_adss.video_ads_adss {
  border-radius: 20px;
  right: absolute;
  position: absolute;
  bottom: 16px;
  right: 3px;
  display: inline-block;
  z-index: 9;
  display: none;
  background: rgba(0, 0, 0, 0.4) !important;
  line-height: normal;
}

.video-ad-txt {
  font-size: 15px;
  color: #fff;
  border-radius: 13px;
  background: transparent;
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400 !important;
  padding: 5px 6px;
  display: block;
}

.video-ad-txt:hover {
  color: #fff;
}

.banner_after_navbar .play_w {
  display: inline-block;
}

.music-card__content .fa-external-link-alt {
  font-size: 12px !important;
}

.advertiser {
  font-size: 16px;
}

.card_hldes .pb_card_details:hover {
  transform: scale(1) !important;
}

.card_hldes .pb_card_details .pb_card_img:hover {
  transform: scale(1) !important;
}

.card_hldes .pb_card_details:hover .pb_card_img {
  transform: scale(1) !important;
}

#paymentModal .modal-body {
  width: 90%;
  margin: auto;
}

#paymentModal .modal-footer {
  width: 90%;
  margin: auto;
}

#paymentModal .modal-footer {
  width: 90%;
  margin: auto;
  justify-content: center;
  padding: 4px 0 20px 0 !important;
}

#paymentModal .modal-header {
  width: 90%;
  margin: auto;
}

#paymentModal .Crossmodal {
  margin-top: -3px !important;
  position: absolute;
  top: 11px;
  right: 14px;
}

#paymentModal .payment_popup {
  background: var(--pbtheme);
  border: 1px solid transparent !important;
}

#paymentModal .payment-option input:checked+label {
  font-weight: bold;
  color: var(--pbc);
  border: 2px solid var(--pbc) !important;
}

#paymentModal .confirmPayment {
  padding: 8px 26px !important;
}

#paymentModal .payment-option .payment_popup img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.de_cat_bvanners .category-data {
  margin-top: 0;
}

.de_cat_bvanners .categorylist_1.categeryBox.category-data {
  margin-top: 20px;
}

.provide_dets .top_margin_sec.categeryBox {
  margin-top: 20px !important;
  padding-top: inherit !important;
}

.cateaogry_banner.banner_after_navbar .live_upcoming {
  top: 30px !important;
}

.bac_flex h5 {

  font-size: 20px !important;

}

.logoin_refrel p {
  color: var(--pbc);
  font-size: 16px;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
  cursor: pointer;
}

#refealpModal .cross_modal_dt {
  margin-top: 0 !important;
  background: rgba(46, 46, 46, 0.5) !important;
  width: 34px !important;
  height: 34px !important;
}

#refealpModal .modal-header {
  justify-content: end;
  padding: 10px !important;
  border-bottom: 0 !important;
}

.Refferal_code .refferal_img {
  width: 80px;
  height: 80px;
}

.Refferal_code h5 {
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-align: center;
}

.Refferal_code .code-input {
  height: 44px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  padding-right: 25px;
  border-radius: 8px;
}

.Refferal_code .code-input::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
}

.referal_regs {
  margin-top: 10px;
  color: rgba(171, 169, 169, 1);
  font-size: 15px;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.mobile_crosst {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 9px;
  cursor: pointer;
}

#refealpModal .modal-body {
  padding: 10px 20px 15px 20px !important;
}

.refapply_btn {
  background: var(--pbg) !important;
  border-radius: 6px;
  padding: 9px 20px !important;
  width: 100%;
  color: var(--white) !important;
  font-size: 15px;
  border: 1px solid var(--pbc);
}

#refealpModal .refeal_can_btn {
  border: 0 !important;
  background: transparent !important;
  color: var(--pbc) !important;
}

#refealpModal {
  background: rgba(0, 0, 0, 0.5);
}

.promo_applied {
  cursor: default !important;
}

.promo_err_msg {
  margin-top: 10px;
  color: rgba(255, 0, 0, 1);
  font-size: 15px;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.pencil_color {
  background: #19194b !important;
  margin-left: 5px;
  display: inline-block;
  padding: 0 !important;
  cursor: pointer !important;
}

.pencil_color i {
  font-size: 12px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

.promo_apply_btn:disabled {
  cursor: no-drop;
  opacity: 0.6 !important;
}

.logoin_refrel .promo_applied {
  color: #848484 !important;
}

.logoin_refrel .p_code {
  color: #b0b0b0 !important;
}

.pb_card_img .pre_tags img {
  background: transparent !important;
}

.pb_episode_cont .episodeOne {
  -webkit-line-clamp: 2 !important;

  line-height: normal !important;
}

.m_live_cha_1 .shaka-spinner-container {
  margin-top: -30% !important;
}

.m_live_cha_1 .shaka-seek-bar-container {
  display: none !important;
}

.m_live_cha_1 .music-progress-bar {
  z-index: -1;
}

.m_live_cha_1 .shaka-play-button-container {
  opacity: 0 !important;
  display: none !important;
}

.names_device_flex .text-left {
  text-align: left;
}

.pb_live_channel li a {
  line-height: normal;
}

.pb_live_channel li:last-child a {
  padding: 12px 0 !important;
  color: #c1c1c1 !important;
}

.pb_live_channel li:first-child a {
  padding: 12px 0 !important;
  color: #c1c1c1 !important;
}

#top-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #2912ec57;
  z-index: 9999999999;
  overflow: hidden;
  display: none;
}

#top-loader::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, rgb(81 2 48) 0%, var(--pbc) 75%, var(--pbc) 100%);
  animation: moveLoader 1s linear infinite;
}

@keyframes moveLoader {
  0% {
    left: -20%;
  }

  100% {
    left: 100%;
  }
}

.start_overs_dt {
  border: 1px solid #262626;
  background: #040505;
  border-radius: 8px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start_overs_dt img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

#cancelSubs .dl_logouts {
  color: #fff !important;
  background: inherit !important;
  font-size: 15px !important;
}

.login_form .dl-titles {
  font-size: 32px !important;
}

.pb_notification_details li {
  border-bottom: 2px solid #141455;
}

.pb_notification_details li.unread-notfication {
  background: var(--pbtheme) !important;
}

.pb_notification_details li.read-notfication {
  background: rgba(12, 18, 63, 1) !important;
}

.marue_block_dt {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  /* line-height: normal;
      padding: 4px 0; */
  background-color: rgb(14, 22, 83);
}

.header_dtes.marue_headers {
  padding-top: 77px;
}

.marue_headers header {
  top: 28px;
}

.nav_bot_bar.marue_nav_bot_bar {
  top: 77px;
}

.geek2 {
  font-size: 14px !important;
}

.emergency_okay {
  color: #fff;
  background: var(--pbg);
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
  border: 1px solid var(--pbc) !important;
  font-size: 15px;
  border-radius: 8px;
  padding: 10px;
  display: block;
  word-break: break-all;
}

#emergenceyModal {
  z-index: 9999999999 !important;
}

.notification_sticky {
  padding: 9px 13px;
  position: sticky;
  top: 0;
  z-index: 9999999999999;
  background: var(--pbthemeop);
  text-align: left;
  box-shadow: 0 0 10px #282a2c;
}

.notification_fliter_btn {
  border-radius: 5px;
  color: #ffff;
  font-size: 14px;
  padding: 8px 8px;
  background: var(--pbtheme);
  color: #fff;
  font-family: 'AnekLatin-Regular' !important;
  font-weight: 400;
  margin-right: 5px;
  line-height: normal;
}

.notification_fliter_btn.active {
  background: var(--pbg);
  color: #fff;
  font-family: 'AnekLatin-Medium' !important;
  font-weight: 500 !important;
}

.position-relative.gms-dts {
  min-height: calc(98vw * 0.567) !important;
}

.position-relative.gms-dts img {
  min-height: calc(98vw * 0.567) !important;
}

.not-ficdt.notfie_dt {
  max-height: 300px;
  height: 80vw;
}

#notification-shimmer .notfie_dt ul {
  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;
  margin-bottom: 5px;
}

#notification-shimmer .notfie_dt ul li {
  background: inherit !important;
  border-bottom: none !important;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-10px);
  }

  40%,
  80% {
    transform: translateX(10px);
  }
}

.shake-animation {
  animation: shake 0.3s ease-in-out;
}

#emergenceyModal .log_dts.e_description {
  word-break: break-word;
}

#emergenceyModal .log_dts.e_description a {
  color: var(--pbc);
}

#emergenceyModal .user_manage_head.e_heading {
  word-break: break-word;
}

.grecaptcha-badge {
  display: none !important;
}

.game_ad_now {
  color: #fff;
  background: var(--pbg);
  font-family: 'AnekLatin-SemiBold' !important;
  font-weight: 600 !important;
  border: 1px solid var(--pbc) !important;
  font-size: 15px;
  border-radius: 8px;
  padding: 10px;
  display: block;
  word-break: break-word;
}

.pb_card_details .as_ratio2 {
  aspect-ratio: 2/3 !important;
}

.refer_fr h6 {
  font-size: 25px;
  color: var(--white);
  line-height: normal;
  margin-bottom: 10px;
}

.refer_fr p {
  color: var(--white);
  line-height: normal;
  font-size: 16px;
  margin-bottom: 10px;
}

.refer_form h6 {
  font-size: 22px !important;
}

.refer_codes input {
  border: 2px solid #FFFFFF66 !important;
  padding: 5px 25px 5px 30px;
  font-size: 16px;
  border-radius: 8px;
  height: inherit !important;
  color: var(--white);
  width: 100%;
  background: inherit !important;
}

.refer_copy_svg {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 10px;
}

.refer_copy_svg img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.refre_hg {
  min-height: 80vh;
}

.refer_img {
  text-align: center;
}

.refer_img img {
  aspect-ratio: 1/1;
}

.guest_logins {
  text-align: center;
  color: var(--white);
  font-size: 20px;
  padding: 10px 0 10px 0;
  margin-bottom: 0px;
  line-height: normal;
}

.magazines_news {
  padding: 0 15px;
}

.magazine_search_content {
  padding: 30px 15px 0 15px;
}

.serach_magaines {
  background: #0C123F;

  padding: 8px 38px 8px 38px;
  font-size: 15px;
  border-radius: 8px;
  height: inherit !important;
  border: 1px solid #5F5F5F !important;
  color: var(--white);
  width: 100%;
}

.mag-searc-res {
  position: relative;
}

.mag_searc_img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.mag_searc_img img {
  width: 17px;
  height: 17px;
}

.mag_speech {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.mag_speech img {
  width: 17px;
  height: 17px;
}

.magazine_select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: solid;
  border-width: 0 !important;
  height: 12px;
  left: 9px;
  position: absolute;
  top: 50%;
  width: 16px;
  background-image: url(../../images/slectionSection.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, 40%);
}

.magazine_select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff !important;
  line-height: inherit !important;
}

.magazine_select .select2-container .select2-selection--single {
  height: inherit !important;
}

.magazine_date .filter-container {
  position: relative;
}

.magazine_date .date-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #0d0d3f;
  border: 1px solid #444;
  padding: 14px 20px;
  border-radius: 8px;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}

.magazine_date .calendar-icon {
  font-size: 16px;
  line-height: normal;
}

.magazine_date .filter-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0d0d3f;
  border-radius: 8px;
  padding: 15px;
  width: 280px;
  z-index: 9999;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.magazine_date .popup-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 16px;
}

.magazine_date #closePopup {
  background: none;
  color: white;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.magazine_date .month-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow-x: auto;
}

.magazine_date .month-tabs::-webkit-scrollbar {
  display: none;
}

.magazine_date .month {
  background-color: #15154a;
  border: 1px solid #888;
  padding: 6px 10px;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 6px;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 500 !important;
}

.magazine_date .month .check-icon {
  width: 18px;
  height: 18px;
  background-color: #d9d9d9;
  color: #0a0a2a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}

.magazine_date .month.active {
  background-color: white;
  color: #0a0a2a;
  font-weight: bold;
}

.magazine_date .month.active .check-icon {
  background-color: #000037;
  color: white;
}

.magazine_date .year-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
  max-height: 200px;
}

.magazine_date .year-grid div {
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}

.magazine_date .year-grid div:hover {
  background-color: #333369;
}

.magazine_date .year-grid div.selected {
  background-color: #ffffff;
  color: #0a0a2a;
  font-weight: bold;
}

.magazine_date .year-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.magazine_date .pagination-btn {
  background-color: #1a1a4a;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.magazine_btn {
  background: var(--pbc);
  line-height: normal;
  padding: 14px 16px;
  color: var(--white);
  width: 100%;
  text-align: center;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500 !important;
}

.magazine_date #dateLabel {
  line-height: normal;
}

.pb_relatives.pb_card_img {
  position: relative;
}

.pb_relatives.pb_card_img .countdown {

  position: absolute;
  bottom: 11px;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #141414;
  border-radius: 4px;
  max-width: 95%;
  padding: 5px;
  line-height: normal;
}

.header_dtes .header_nav .pb_logo img {
  width: inherit !important;
}

.login_logo img {
  width: inherit !important;
  height: 65px;
}

.card__header.card_watch_img .position-relative.as4 {
  background: var(--pbtheme) !important;
}