/* video player section begin ****/


.channel-container {
  top: 894px;
  /* 956px; */
  z-index: 98;
  position:absolute;
  width:100%;
  padding: 3px;
  box-sizing: border-box;
  background: rgba(242,242,242,1);
  height: 100%;
  display:block;
}

#program-menu {
  min-height: 400px;
  height: 910px;
  /* 956px; */
  /* 940px; */
  /*100vh;*/
}


#program-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}


#program-menu::-webkit-scrollbar-track {
  background: hsla(0, 0%, 100%, .2);
  border-radius: 10px;
  background: #707070;
}


#program-menu::-webkit-scrollbar-thumb {
  background: #ee0979;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff6a00, #ee0979);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 10px;
}

.disc-container {
  display: grid;
  position: absolute;
  left: 100px;
  top: 140px;
  z-index: 2;
  align-items: left;
  justify-content: left;
  width: 36%;
  height: 100%;
  color: rgba(37,37,37,1);

}

.video-bottom-controls  {
  display: flex;
  justify-content: space-between;
  color: rgba(37,37,37,1);
  width: 100%;
  z-index: 10;
  align-items: end;
  padding: 30px 0px 20px 0px;

}

.not-available {
  background: url(../../assets/images/epg_sched_bg_img.svg) no-repeat;
  display: -webkit-box;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* calc(100% - 124px);*/
  position: absolute;
  z-index: 9;
  width: 100%;

}

.not-available .content {

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: calc(100% - 192px);
}

.not-available .content img {
  height: 100px;
  width: 100px;
}

.not-available .content p {
  color: rgba(37,37,37,1);
  text-align: center;
  margin-top: 30px;
  font-family: 'TV2ZFont-Regular';
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  width: 726px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.not-available-prg {
  background-color: rgba(242,242,242,1);
  height: 100%;
  /*calc(100% - 192px);*/
  z-index: 4;
}

.video-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: absolute;
  margin: 0 auto;
  width: 100%;
  z-index: 9;
}

.video-play-btn img {
  height: 32px;
}

.play-links {
  display: flex;
  justify-content: flex-start;
  column-gap: 10px;
}

.play-links #playpause {
  margin-right: 15px;
}

.upcoming {
  display: flex;
  justify-content: flex-end;
  grid-gap: 30px;
  align-items: center;
  color: rgba(37,37,37,1);
  font-size: 24px;
  font-weight: 400;
  font-family: 'TV2ZFont-Regular';
}

.upcoming span {
  /* font-weight: 700; */
  font-family: 'TV2ZFont-bold';
}
.golive-container {
  display: flex;
  align-items: center;
}
.golive-container .current-time, .golive-container .streaming-time{
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 20px;
  margin-right: 20px;
}


.upcoming p {
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  font-family: 'TV2ZFont-Regular';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}

.btn-over {
  display: flex;
}

/* video player section end ****/


/**** program section begin ****/

.program-item.focused {
  border: solid 3px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
  /* overlapped colors */

}

.horizontal-channel-nav {
  display: inline-flex;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.5s ease-out;
  border: 0px solid transparent;
  margin-bottom: 16px;
}

.horizontal-channel-container {
  border: 3px solid transparent;
  margin: 0px 6px;
  /* display: flex;
  display: -webkit-flex;
  display: -webkit-box; */
  position: relative;
  padding: 7px;
  border-radius: 8px;
}

.horizontal-channel-container.active {
  background-color: rgba(77,119,172,0.24);
}

.horizontal-channel-container.focused {
  border: solid 3px rgba(0,138,255,1);
  /* background-color: rgba(77,119,172,0.24); */
}

.channel-image {
  height: 168.75px;
  width: 300px;
  /* display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; */
  aspect-ratio: 16/9;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.channel-image img{
  height: 100%;
  width: 100%;
}

#program-menu * {
  font-family: 'TV2ZFont-Regular';

}

#program-menu {
  position: relative;
  margin: 0px 3px;

}

ul.program-list {
  padding: 0px;
}

.list-container {
  background-color: rgba(242,242,242,1);
}

ul.program-list li.active {
  background-color: rgba(77,119,172,0.24);
}

ul.program-list li.active.focused {
  background-color: rgba(77,119,172,0.24);
  border: solid 3px rgba(0,138,255,1);
}

.prog-container {
  min-height: 135px;
  padding: 0px 0px;
  color: rgba(37,37,37,1);
  margin-bottom: 10px;
  display: flex;
  align-items: stretch;
}

.show-time {
  font-size: 52px;
  width: 270px;
  min-width: 270px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.show-logo {
  width: 360px;
  min-width: 360px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}


.disc-container .show-logo {
  justify-content: start;
}

.prog-container .show-logo img {
  max-width: 162px;
  max-height: 90px;
}

.show-details {
  flex-basis: auto;
  flex-grow: 1;
  font-size: 22px;
  color: rgba(37,37,37,1);
  display: flex;
  position: relative;

}

.show-details-wrap {
  position: relative;
  justify-content: start;
  flex-flow: column;
  display: flex;

}

.show-details-wrap .title .season-episode {
  color: rgba(119,119,119,1);
}

.show-details .show-details-wrap, .show-details .upnext-show-details-wrap {
  position: relative;
  justify-content: center;
  flex-flow: column;
  display: flex;
}

.show-details .title {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  color: rgba(37,37,37,1);
}

.pipe {
  color: rgba(119,119,119,1);
  padding: 0px 5px;
  font-weight: 400;
}

.show-details .year,
.show-details .genre,
.show-details .duration {
  font-size: 22px;
  color: rgba(37,37,37,1);
  font-weight: 400;
}

.season-episode {
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  color: rgba(37,37,37,1);
  line-height: 1;
}

.show-links {
  display: flex;
  width: 70px;
  justify-content: flex-end;
  align-items: center;
  column-gap: 30px;
}

.progress-timer {
  position: relative;
  width: 369px;
}

.progress-timer p {
  padding-bottom: 10px;
  margin: 0px;
}

.progress-bar-wrap {
  background: rgba(241,241,241,0.3);
  height: 3px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.progress-bar {
  width: 1px;
  height: 3px;
  transition: 0.9s;
  background-color: rgba(241,241,241,0.3);
}

.disc-container .progress-bar-wrap {
  height: 1px;
}

.disc-container .progress-bar {
  height: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.info-img-size {
  height: 36px;
  width: 36px;
}

.list-container .container {
  padding: 0px;
  max-width: 100%;
  width: 100%;
}

.list-container {
  margin-bottom: 4px;
  border: solid 3px transparent;
  list-style: none;
}

.prog-container {
  margin-bottom: 0px;
}

/**** program section end ****/

/** video styles begin **/

.player-title-description {
  display: none;
  position: absolute;
  z-index: 5;
  text-align: center;
  width: 100%;
  /* padding-left: 140px;
  padding-top: 90px; */
  height: 100%;
  /* color: rgba(37,37,37,1);
  background: linear-gradient(90deg, rgba(242,242,242,1) 20%, rgba(242,242,242, 0.92) 44.66%, rgba(242,242,242, 0.8) 60.23%, rgba(242,242,242, 0) 100%); */
}

.on-air {
  color: rgba(222, 0, 0, 1);
  font-size: 28px;
  font-weight: 600 !important;
  display: inline-flex;
}

.on-air:before {
  content: '';
  background: url(../../assets/images/ic-on-air-red.svg) no-repeat;
  width: 36px;
  margin: 6px 0px 0px 0px;
  background-size: 26px 26px;
}

.player-title-description .show-details-wrap .show-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom:12px;
}

.show-details-wrap .show-logo img {
  height: 128px;
  /*140px; */
}

.sinopsis {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 28px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-top: 10px;
  line-height: normal;
}

.starring,
.sinopsis,
.creator,
.title,
.content-gener {
  max-width: 712.6px;
}

.sinopsis,
.creator {
  margin-bottom: 34px;
}

.content-gener {
  margin-bottom: 16px;
}

.video-bottom-controls {
  display: flex;
  justify-content: space-between;
  color: rgba(37,37,37,1);
  width: 100%;
  z-index: 11;
  align-items: flex-end;
  position: absolute;
  bottom: 186px;
  /* 124px; */
  /*176px;*/
  /* background: linear-gradient(360deg, rgba(242,242,242,0.95) 50%, rgba(242,242,242,0) 118.57%); */
  height: 176px;
  padding-left: 40px;
  padding-right: 40px;
}

.show-details-wrap {
  position: relative;
  justify-content: start;
  /*center;*/
  flex-flow: column;
  display: flex;
  width: 100%;
  /* 38% ;*/
  color: rgba(119,119,119,1);
  font-size: 22px;
  z-index: 3;
  text-align: left;
}

.show-details-wrap * {
  font-weight: 400;
  font-family: 'TV2ZFont-Regular';
}

.show-details-wrap .title {
  font-family: 'TV2ZFont-Regular';
  font-size: 60px;
  font-weight: 600;
  line-height: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 85%;
  color: rgba(37,37,37,1);
}

.show-details-wrap .progress-section {
  width: 35%;
}

.show-details-wrap .title .season-episode {
  color: rgba(119,119,119,1);
}

.show-details .show-details-wrap, .show-details .upnext-show-details-wrap {
  position: relative;
  justify-content: center;
  flex-flow: column;
  display: flex;
}

.show-details .title {
  font-size: 42px;
  /*36px; */
  font-weight: 500;
  line-height: 1.5em;
  color: rgba(37,37,37,1);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 1070px;
  /*1100px;*/
}

.pipe {
  color: rgba(119,119,119,1);
  padding: 0px 5px;
  font-weight: 400;
}

.more,
.less {
  display: -webkit-box;
  display: block;
  text-align: center;
  color: rgba(37,37,37,1);
  font-size: 28px;
  padding: 10px 0px 10px 0px;
}

.more a,
.less a {
  font-size: 28px;
  color: rgba(37,37,37,1);
  text-decoration: none;
}

.more img,
.less img {
  height: 36px;
  width: 36px;
}

.show-details .year,
.show-details .genre,
.show-details .duration {
  font-size: 22px;
  /*18px;*/
  color: rgba(37,37,37,1);
  font-family: 'TV2ZFont-Regular';
  font-weight: 400;
}

.season-episode {
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  color: rgba(37,37,37,1);
  /* var(--white-primary);*/
  line-height: 1;
}

.show-links {
  display: flex;
  width: 70px;
  justify-content: flex-end;
  align-items: center;
  column-gap: 30px;
}

.progress-bar-wrap {
  background: rgba(241,241,241,0.3);
  height: 3px;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.progress-bar {
  width: 1px;
  height: 3px;
  transition: 0.9s;
  background-color: rgba(0,138,255,1);
}

.show-details-wrap .progress-bar-wrap {
  height: 1px;
}

.show-details-wrap .progress-bar {
  height: 1px;
}

.separator:before {
  content: "|";
  color: rgba(119,119,119,1);
  padding: 0px 5px;
  font-weight: 400;
}

.vod .player-label {
  font-size: 20px !important;
  top: -60px;
  line-height: 1.2em !important;
  padding: 6px 8px !important;
}

.play-links #playpause {
  background: url(../../assets/images/ic-epg-play-on-lbg.svg) no-repeat;
  height: 50px;
  width: 50px;
  background-size: cover;
}

.play-links #subtitle {
  background: url(../../assets/images/ic-epg-subtitles-on-lbg.svg) no-repeat 0px 0px;
  height: 50px;
  width: 50px;
  background-size: cover;
}

.play-links #subtitle.focused {
  background: url(../../assets/images/ic-focused-subtitles-round-filled.svg) no-repeat 0px 0px;
  background-size: cover;
  height: 50px;
  width: 50px;
}

.prg-sinopsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-top: 10px;
  max-width: 1070px;
  /*1100px;*/
  margin: 0px;
  font-size: 22px;
  line-height: 1.3;
  color: rgba(37,37,37,1);
}

.video-grad-overlay {
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}


.sinopsis,
.starring,
.creator {
  color: rgba(37,37,37,1);
}
.player-title-description .show-details-wrap .starring {
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.4;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.show-details-wrap p,
.content-gener {
  color: rgba(37,37,37,1);
}


.player-container,
.player-container .video-container video {
  background-color: transparent;
}

.starcast,
.castcreator {
  padding-left: 6px;
}

/** video styles end **/



/*** channel watch section start ***/
.channel-enter-pin-to-watch {
  height: 488px;
  position: relative;
  display: block;
  overflow: hidden;
}

.channel-discription-container {
  height: 491px;
  position: absolute;
  z-index: 4;
}

.channel-discription-container-rent-or-buy {
  height: 491px;
  z-index: 4;
}

.channel-title {
  top: 75px;
  left: 190px;
  min-height: 195px;
  position: relative;
}

.channel-title img {
  height: 195px;
}

.channel-prg-cover {
  z-index: 1;
  position: absolute;
  background: rgba(242,242,242,1);
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.channel-prg-cover img {
  height: 489px;
}

.channel-bg-overlay {
  background: rgba(53,80,161,0.9);
  height: 491px;
  z-index: 2;
  position: absolute;
  width: 100%;
}

.channel-content {
  padding-left: 281px;
  position: relative;
  top: 95px;
}

.channel-content p {
  font-family: 'TV2ZFont-Regular';
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: rgba(37,37,37,1);
  margin: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  width: 98%;
}

p.pin-btn {
  color: rgba(37,37,37,1);
  padding: 10px 20px;
  border: solid 3px rgba(37,37,37,1);
  width: fit-content;
  margin-top: 30px;
  font-family: 'TV2ZFont-Regular';
  font-size: 24px;
  display: inline-block;
}

p.pin-btn.focused {
  border: solid 3px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
}

.channel-subscribe-to-watch .channel-title {
  font-family: 'TV2ZFont-Regular';
  font-size: 110px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: normal;
  text-align: left;
  color: rgba(37,37,37,1);
}

p.para-bold {
  font-family: 'TV2ZFont-Regular';
  font-weight: 600;
  font-size: 24px;
  margin-top: 18px;
}

.channel-subscribe-to-watch .channel-bg-overlay {
  background: rgba(53,80,161,0.9);
}

.channel-rent-or-buy {
  height: 488px;
  position: relative;
  display: block;
  overflow: hidden;
}

.channel-rent-or-buy .channel-bg-overlay {
  background: rgba(53,80,161,0.9) !important;
  top: 0;
}

.channel-rent-or-buy .channel-prg-cover {
  top: 0;
}

.channel-rent-or-buy .channel-prg-cover img {
  width: 100%;
  height: auto !important;
}

/*** channel watch section end ***/



/* add blur background on pin control popup enable */
.modal-open>.top-section,
.modal-open>.channel-container,
.modal-open>.back-btn {
  filter: blur(5px);
}

.modal-open>.top-section,
.modal-open>.channel-container {
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

/* .player-label::before,
.player-label:after {
  left: 24px;
} */

/* Smart channel logo css*/
.smart-channel-logo {
  position: absolute;
  margin-top: 30px;
  margin-right: 30px;
  z-index: 10;
  right: 0px;
}

.smart-channel-logo img {
  max-height: 98px;
}

/* TVOD CSS */
.channel-discription-container-rent-or-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
}

.channelTitle {
  /* font-weight: 700; */
  font-family: 'TV2ZFont-bold';
  line-height: 79px;
  letter-spacing: 0px;
  text-align: center;
  font-size: 48px;
  color: rgba(37,37,37,1);
}

.channelContent {
  text-align: center;
}

.channel-rent-or-buy .rentBuyInfo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.channel-rent-or-buy .buy-or-rent {
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  /* font-weight: 700; */
  font-family: 'TV2ZFont-bold';
  line-height: 23px;
  letter-spacing: 0px;
  color: rgba(37,37,37,1);
  padding: 8px 16px 8px 16px;
  z-index: 4;
  background-color: rgba(135,135,135,0.12);
}

.channel-rent-or-buy .buy-or-rent.focused {
  background-color: rgba(77,119,172,0.24);
  border: 3px solid rgba(0,138,255,1);
}

.player_page .pricingScreen {
  position: absolute;
  top: 0;
}

.expiresInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 8px 0;
}

.expiresInfo span {
  margin-left: 8px;
  font-size: 22px;
  /* font-weight: 700; */
  font-family: 'TV2ZFont-bold';
  line-height: 36px;
}

.limitInfo {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 8px 0;
}


.progress-timer-container {
  display: flex;
  justify-content: space-between;
  color: rgba(254,254,254,1);
  width: 100%;
  z-index: 11;
  position: absolute;
  bottom: 290px;
  height: 90px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom:20px;
  flex-direction: column;
}
.timer{
  display: flex;
  justify-content: space-between;
}
.progress-timer-container .player-controls{
  background:transparent;
  display: flex;
}
#golive-btn{
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 12px 16px;
  background: rgba(var(btn_color));
  border: 2px solid rgba(143,143,143,1);
}
.golive-btn{
  display:flex;
  justify-content: center;
  align-items: center;
  font-family: 'TV2ZFont-Regular';
  /* font-weight: 700; */
  font-family: 'TV2ZFont-bold';
  font-size: 20px;
  color: rgba(37,37,37,1);
}
#golive-btn.focused{
  background-color: rgba(77,119,172,0.24);
  border: 2px solid rgba(0,138,255,1);
}
#golive-btn .live-round{
  width:16px;
  height:16px;
  background-color: rgba(222, 0, 0, 1);
  border-radius: 50%;
  margin-right: 8px;
}



/* live details page css changes */

.live-channel-detail-overlay{
  overflow: hidden;
  display: block;
  position: absolute;
  z-index: 2;
  text-align: left;
  width: 100%;
  padding-left: 144px;
  /* padding-right: 144px; */
  padding-top: 64px;
  height: 100%;
  color: rgba(37,37,37,1);
  background: linear-gradient(90deg, rgba(242,242,242,1) 20%, rgba(242,242,242,0.92) 44.66%, rgba(242,242,242,0.8) 60.23%, rgba(242,242,242,0) 100%);
}
.live-channel-detail-overlay .live-carousel-data-container{
  height:100%;
  width:100%;
  margin-left: -15px;
  margin-right: -15px;
}
.live-channel-detail-overlay .live-carousel-data-container .bottom-section{
  width:100%;
  /* overflow:hidden; */
}
/* .live-channel-detail-overlay .live-carousel-data-container .homepagecontent_div {
  overflow: visible;
}
.live-channel-detail-overlay .live-carousel-data-container .slidSectiondata {
  overflow: hidden;
} */
.live-channel-detail-overlay .upnext-show-details-wrap {
  position: relative;
  justify-content: start;
  flex-flow: column;
  display: flex;
  width: 100%;
  color: rgba(119,119,119,1);
  font-size: 24px;
  z-index: 3;
  margin-top: 80px;
}
.live-channel-detail-overlay .upnext-show-details-wrap .title {
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 42px;
  line-height: 100%;
  margin-bottom:16px;
}
.live-channel-detail-overlay .live-show-details-wrap .show-logo {
  justify-content: flex-start;
}
.live-channel-detail-overlay .live-show-details-wrap .show-logo img {
  max-width:300px;
  height: 150px;
  margin-bottom:16px;
}
.live-channel-detail-overlay .live-show-details-wrap .title {
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 42px;
  line-height: 100%;
  margin-bottom:16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live-channel-detail-overlay .live-show-details-wrap .content-gener {
  display: flex;
  align-items: center;
  margin-bottom:16px;
}
.live-channel-detail-overlay .live-show-details-wrap .content-gener .livetag{
  width: auto;
  height: 30;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
  border-radius: 4px;
  background: rgba(222, 0, 0, 1);
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  color: rgba(254,254,254,1);
  margin-right: 8px;
  text-transform: uppercase;
}
.live-channel-detail-overlay .upnext-show-details-wrap .content-gener .epg-duration {
  font-family: 'TV2ZFont-Regular';
  color: rgba(37,37,37,1);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
}
.live-channel-detail-overlay .upnext-show-details-wrap .sinopsis {
  font-family: 'TV2ZFont-Regular';
  color: rgba(37,37,37,1);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  margin-top:0px;
  margin-bottom:32px;
  max-width: 888px;
}
.live-channel-detail-btn-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  position: relative;
  margin-bottom: 40px;
}
.live-channel-detail-btn-container .detail_btn {
  margin-right: 24px;
}
.live-channel-detail-btn-container.top-align{
  margin-top: 64px;
}
.watchlive-data-container, .catchup-data-container, .upnext-data-container {
  height:100%;
}
.catchup-data-container, .upnext-data-container {
  padding-right: 144px;
}
.catchup-data-container .catchupContainer{
  padding:0px;
}
#live-channel-details-info {
  margin-top:80px;
}
#live-channel-details-info .epg-duration{
  font-size:24px;
}
.live-channel-detail-btn-container .detail_btn{
    border: 3px solid transparent;
    text-align: left;
    letter-spacing: 0;
    color: rgba(37,37,37,1);
    opacity: 1;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 24px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: auto;
    padding: 12px 16px;
    border-radius: 8px;
    flex-shrink: 0;
    height: 64px;
    /* column-gap: 8px; */
    background: rgba(135,135,135,0.12);
}
.live-channel-detail-btn-container .detail_btn .icon {
  display: flex;
  width: 32px;
  height: 32px;
  text-align: center;
  margin-right:8px;
}
.live-channel-detail-btn-container .detail_btn .icon img {
  width: 32px;
  height: 32px;
}
.live-channel-detail-btn-container .detail_btn.focused {
  border: solid 3px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
  border-radius: 8px;
}

.live-channel-detail-btn-container .detail_btn.active{
  border: solid 3px transparent;
  background-color: rgba(77,119,172,0.24);
}

.live-channel-detail-btn-container .detail_btn.active.focused{
  border: solid 3px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
  border-radius: 8px;
}

.watch-now-text, .catchup-text, .upnext-text{
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 24px;
  color: rgba(37,37,37,1);
}

.seeAllDetailsBox .optionsContainer .watch-now-text,
.seeAllDetailsBox .optionsContainer .record-text,
.seeAllDetailsBox .optionsContainer .my_list_text,
.seeAllDetailsBox .optionsContainer .more-about-text {
  color: rgba(254,254,254,1);
  line-height:1.6;
}
 
.live-channel-detail-overlay .upnext-data-container .list-container {
  background: rgba(9, 12, 16, 0.4);
  border-radius: 12px;
  margin-bottom: 16px !important;
}
.live-channel-detail-overlay .upnext-data-container .list-container .prog-container {
  padding: 24px;
}
.live-channel-detail-overlay .upnext-data-container .list-container .prog-container .show-logo {
  width: 178px;
  height:100px;
  min-width: 178px;
  margin-right: 16px;
}
.live-channel-detail-overlay .upnext-data-container .list-container .prog-container .livebtn-container{
  margin-left: 16px;
}
.live-channel-detail-overlay .upnext-data-container .list-container .prog-container .show-logo img {
  max-width: 178px;
  max-height: 100px;
  border-radius: 4px;
}
.live-channel-detail-overlay .upnext-data-container .upnext-show-details-wrap {
  position: relative;
  justify-content: start;
  flex-flow: column;
  display: flex;
  width: 100%;
  color: rgba(119,119,119,1);
  font-size: 24px;
  z-index: 3;
  margin-top: 0px;
}
.live-channel-detail-overlay .upnext-data-container .upnext-show-details-wrap .content{
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.live-channel-detail-overlay .upnext-data-container .show-details .title {
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 28px;
  line-height: 1.3;
  color: rgba(37,37,37,1);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  margin-bottom:0px;
}
.live-channel-detail-overlay .upnext-data-container .show-time, .catchupContainer .show-time {
  justify-content: flex-start;
}
.live-channel-detail-overlay .upnext-data-container .show-time ul, .catchupContainer .show-time ul{
  display: flex;
  list-style: disc;
}
.live-channel-detail-overlay .upnext-data-container .show-time ul li, .catchupContainer .show-time ul li{
  font-family: 'TV2ZFont-Regular';
  font-weight: 400;
  font-size: 22px;
  color: rgba(var(secondary_font_color_on_lbg));
}
.live-channel-detail-overlay .upnext-data-container .show-time ul li:first-child, .catchupContainer .show-time ul li:first-child{
  list-style: none;
  margin-right: 40px;
}
.live-channel-detail-overlay .upnext-data-container .show-details .prg-sinopsis {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-width: 100%;
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(37,37,37,1);
}
.live-channel-detail-overlay .upnext-data-container .list-container.focused {
  border: solid 3px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
}
.live-channel-detail-overlay .upnext-data-container .list-container.focused .show-details .prg-sinopsis{
  -webkit-line-clamp: unset;
}

.container-heading {
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 24px;
  color: rgba(37,37,37,1);
  margin-bottom: 24px;
}
#catchup-container .date-info-container {
	height: 84px;
	padding: 16px 24px;
	background: rgba(229,229,229,1);
	border-radius: 12px;
  margin-bottom: 16px;
}
#catchup-container #catchUpListContainer {
  background:transparent;
}
#catchup-container #catchUpListContainer .item{
  background: rgba(var(card_base_with_opacity));
  margin-bottom:16px;
}

#watch-live-container .slidSectiondata{
  overflow: hidden;
}

#watch-live-container .homepagecontent_div{
  overflow: visible;
}
#catchup-container .list-container .item.active{
  background: rgba(135,135,135,0.12)!important;
}

.player-info-container{
  width: 100%;
  position: absolute;
  bottom: 24px;
  z-index: 1;
  padding: 0px 200px;
}
.program-title-progressbar-container {
  margin-bottom:40px;
}
.program-title-progressbar-container .program-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position:relative;
}
.program-title-progressbar-container .program-title .live-red{
  position:absolute;
  bottom:24px;
  right:0px;
}
.program-title-progressbar-container .program-title .live-red span {
  background: rgba(222, 0, 0, 1);
  color: rgba(254,254,254,1);
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 20px;
  line-height: 100%;
  padding:6px 8px;
  border-radius: 4px;
  text-transform: uppercase;
}
.program-title-progressbar-container .program-title .prog-num{
  width: 215px;
  height: 190px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prog-num span{
  font-family: 'TV2ZFont-Regular';
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: rgba(254,254,254,1);
  min-height: 45px;
}
.prog-num .ch-number{
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 48px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  color: rgba(254,254,254,1);
}
.prg-buttons-container{
  display: flex;
  justify-content: space-around;
  height: 120px;
  margin-bottom: 40px;
  align-items: center;
  width: 100%;
}
.prg-buttons-container .prg-btn{
  min-width: 16%;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border:2px solid transparent;
  border-radius: 4px;
  align-self: flex-start;
  padding: 16px 0px;
  overflow: hidden;
}
.prg-buttons-container .prg-btn.focused {
  border: solid 2px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);  
}
.prg-buttons-container .prg-btn img{
  width: auto;
  height: 36px;
  margin-bottom: 16px;
}
.prg-buttons-container .prg-btn span{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-family: 'TV2ZFont-Regular';
  color: rgba(254,254,254,1);
  padding: 0px 16px;
  line-height: 1.4;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%; */
}
/* .prg-buttons-container .prg-btn .marquee-text {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-family: 'TV2ZFont-Regular';
  color: rgba(var(--primary_font_color_on_dbg));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.4;
}
.marquee-btn {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    black       20%,
    black       80%,
    transparent 100%
  );
}
.marquee-text.scroll {
  display: inline-block;
  overflow: visible!important;
  animation: marquee 6s linear infinite;
}
.prg-btn:not(.focused) .marquee-text.scroll {
  animation-play-state: paused;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
} */

.player-info-container .progress-timer {
  width:100%;
}
.player-info-container .progress-bar-wrap{
  position: relative;
  height:8px;
  border-radius: 10px;
  background: rgba(241,241,241,0.3);
}
.player-info-container .progress-bar-wrap .progress-bar{
  height:8px;
  border-radius: 10px;
}
.player-info-container .timer-container{
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-weight: 500;
  font-size: 20px;
  font-family: 'TV2ZFont-Regular';
  color: rgba(254,254,254,1);
}
.more-link{
  display: flex;
  justify-content: center;
  align-items: center;
  height:64px;
}
.more-link img{
  width:48px;
  height:48px;
  margin-right: 8px;
}
.more-link span{
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  font-family: 'TV2ZFont-Regular';
  color: rgba(254,254,254,1);
}
.player-info-video-grad-overlay {
  background: linear-gradient(180deg, rgba(37,37,37,0) 14.85%, rgba(37,37,37,1) 96.56%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.player-info-container .show-logo {
  width: 100%;
  height: 70px;
  min-width: 140px;
  margin-bottom: 16px;
  justify-content: left;
}
.player-info-container .show-logo img{
  height:100%;
}
.player-info-container .show-content-wrap{
  width: 782px;
  position: relative;
  justify-content: start;
  flex-flow: column;
  display: flex;
  color: rgba(119,119,119,1);
  font-size: 22px;
  z-index: 3;
  text-align: left;
}
.player-info-container .show-content-wrap .show-title {
  font-family: 'TV2ZFont-Regular';
  color: rgba(254,254,254,1);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  -webkit-line-clamp: 1;
  margin-bottom:16px;
}
.player-info-container .show-content-wrap .show-started {
  font-family: 'TV2ZFont-bold';
  color: rgba(254,254,254,1);
  font-size: 24px;
  /* font-weight: 700; */
  line-height: 1.4;
  margin-bottom:16px;
}
.player-leftmenu-btn {
  height: 54px;
  width: auto;
  margin-top: 32px;
  margin-left: 40px;
  background-color: rgba(20,20,20,0.4);
  position:absolute;
  padding:6px;
  color: rgba(254,254,254,1);
  font-size:24px;
  border-radius: 4px;
  border: solid 2px transparent;
  z-index: 6;
  display: block;
  white-space: nowrap;
  line-height: 1.4;
}
.player-leftmenu-btn img{
  margin-right: 10px;
}
.player-leftmenu-btn span{
  vertical-align: middle;
}
.player-leftmenu-btn.focused {
  border: solid 2px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
}
.player-ch-input-div {
  background-color: rgba(20,20,20,0.4); 
  position:absolute;
}
.channel-kb-entry{
  position:absolute;
  width: auto;
  height: 118px;
  top:50%;
  right:0px;
  transform: translateY(-50%);
  padding:32px 80px 32px 80px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  display:flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(20,20,20,0.4);
  z-index:1;
}
.channel-kb-entry .ch-digit{
  font-family: 'TV2ZFont-bold';
  color: rgba(254,254,254,1);
  /* font-weight: 700; */
  line-height: 1.3;
  font-size: 44px;
  text-align: center;
}
.channel-kb-entry .ch-logo{
  width:140px;
  height:70px;
  margin-left: 24px;
}
.channel-kb-entry .ch-logo img{
  width:auto;
  height:100%;
}
.play-pause-container{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:100px;
  height:100px;
  padding:12px;
  z-index: 1;
}
.play-pause-container img{
  width:100%;
  height:100%;
}
.audio-subtitles-overlay{
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background: rgba(53,80,161,0.9);
  /* z-index:5; */
}
.audio-subtitles-container {
  max-width: 1193px;
  width: auto;
  min-width: 400px;
  min-height: 427px;
  height: auto;
  /* top: 159px;
  left: 363px; */
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  gap: 24px;
  border-radius: 8px;
  padding: 40px;
  display:flex;
  background: rgba(40,49,75,1);
  position: absolute;
}
.audio-subtitles-content{
  gap: 40px;
  display:flex;
  width:100%;
}
.audio-container, .subtitle-container{
  width:100%;
}
/* .audio-subtitles-content .wrapper{
  overflow-y: scroll;
  height: 682px;
}
.audio-subtitles-content .wrapper::-webkit-scrollbar{
  width:0px;
} */
.audio-subtitles-content .wrapper .list-header {
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 40px;
  color: rgba(254,254,254,1);
  opacity: 1;
  margin-bottom: 48px;
  padding-right: 16px;
}
.audio-subtitles-content .wrapper .list {
  list-style: none;
  overflow-y: scroll;
  height: 100%;
}
.audio-subtitles-content .wrapper .list::-webkit-scrollbar{
  width:0px;
}
.audio-subtitles-content .wrapper .list .check{
  content:url('../images/ic-check-small-on-dbg.svg');
  width: 32px;
  height:32px;
  margin-right: 16px;
}
.audio-subtitles-content .wrapper .list-item {
  font-family: 'TV2ZFont-bold';
  /* font-weight: 700; */
  font-size: 28px;
  color: rgba(254,254,254,1);
  opacity: 1;
  border:2px solid transparent;
  border-radius:4px;
  padding: 16px;
  margin-bottom:24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
  display: block;
  width: fit-content;
  height:68px;
}
.audio-subtitles-content .wrapper .list-item.focused {
  border: solid 2px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
}
.player-ch-carousel-section{
  background: linear-gradient(180deg, rgba(37,37,37,0) 15%, rgba(37,37,37,0.95) 98%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.ch-carousel-container {
  position: absolute;
  bottom: 24px;
  width: 100%;
}
.player-carousel-div{
  width: 100%;
  margin-bottom:40px;
  position: relative;
}



.program-title-progressbar-container .seek-bar {
  width: 100%;
  position: relative;
  top: 0px;
  left: 0px;
  height:8px;
  border-radius: 10px;
  background: rgba(241,241,241,0.3);
}
.program-title-progressbar-container .seek-bar .player_progress,
.player_progress_for_mouse {
  height: 7.2px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.program-title-progressbar-container .seek-bar .player_progress{
  background: rgba(53,80,161,1);
  transition: all linear 0.2s;
}
.program-title-progressbar-container .seek-bar .player_progress .circle,
.player_progress_for_mouse span{
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 32px;
  width: 32px;
  right: -16.5px;
  margin-top: -13.5px;
}
    .program-title-progressbar-container .seek-bar.focused .player_progress .circle {
      width: 32px;
      height: 32px;
    }
.program-title-progressbar-container .seek-bar .player_progress .circle{
  background-image: url("../images/ic-player-peg-unfocused.svg");
}
.program-title-progressbar-container .seek-bar.focused .player_progress .circle{
  background-image: url("../images/ic-player-peg-focused.svg");
}

.h-channellogo {
  position: absolute;
  top: 8px;
  right: 8px;
}
.h-channellogo img {
  width: 90px;
  height: auto;
}
.h-livechannel-titlecontainer {
  position: absolute;
  bottom: 12px;
  left: 0px;
  padding: 0px 8px 6px 8px;
  width: 100%;
}
.h-livechannel-titlecontainer .livechannel-title, .h-livechannel-titlecontainer .livechannel-number{
  font-size: 26px;
  /* font-weight: 700; */
  font-family: 'TV2ZFont-bold';
  line-height: 1.4;
  text-align: left;
  color: rgba(254,254,254,1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.h-livechannel-titlecontainer .livechannel-prgtitle{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  color: rgba(254,254,254,1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.player-carousel-div .horizontal-channel-nav {
  display: inline-flex;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  padding-left: 0;
  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translate3d(0px, 0px, 0px);
  transition: transform 0.5s ease-out;
  border: 0px solid transparent;
  /* margin-bottom: 16px; */
}
.channel-grad {
  background: linear-gradient(179.82deg, rgba(37,37,37,0.2) 0.16%, rgba(37,37,37,0.9) 99.78%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.player-carousel-div .horizontal-channel-container.active {
  background: transparent;
}
.player-carousel-div .horizontal-channel-container.focused {
  border: solid 3px rgba(0,138,255,1);
  background: transparent;
}

.player-carousel-div .arrowItem {
  top: 0px;
  height: 100%;
  margin-top: 0px;
}

.ch-carousel-container .horizontal-channel-container.focused {
  border: solid 3px rgba(0,138,255,1);
  background-color: rgba(77,119,172,0.24);
} 
.horizontal-channel-container .progressbar-container {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  background: rgba(241,241,241,0.3);
}

.horizontal-channel-container .progressbar-container .livepackbackpercentage {
  background: rgba(0,138,255,1);
  height: 3px;
  position: relative;
  border-radius: 4px;
}

.msg-container{
  display: inline-flex;
  height: 54px;
  padding: 12px 16px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: rgba(53,80,161,0.9);
  position: absolute;
  left: 50%;
  top: 32px;
  text-align: left;
  width: auto;
  max-width: 820px;
  transform: translateX(-50%);
}
 
.msg-content{
  overflow: hidden;
  color: rgba(254,254,254,1);
  text-overflow: ellipsis;
  font-family: 'TV2ZFont-Regular';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.msg-container img{
  width: 30px;
  height: 30px;
  margin-right: 16px;
  flex-shrink: 0;
}
.epg-container .channels-span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.epg-container .channels-span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/** 1280 styles ***/
@media screen and (max-width: 1280px) and (min-width: 720px) {


  .channel-container {
    top: 596px;
  }
  
  #program-menu {
    min-height: 267px;
    height: 607px;
  }
  
  #program-menu::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  #program-menu::-webkit-scrollbar-track {
    border-radius: 7px;
  }
  
  #program-menu::-webkit-scrollbar-thumb {
    border-radius: 7px;
  }
  
  .disc-container {
    left: 67px;
    top: 93px;
  }
  
  .video-bottom-controls  {
    padding: 20px 0px 13px 0px;
  }
  
  .not-available .content {
    height: calc(100% - 128px);
  }
  
  .not-available .content img {
    height: 100px;
    width: 100px;
  }
  
  .not-available .content p {
    margin-top: 20px;
    font-size: 24px;
    width: 484px;
  }
  
  .video-play-btn img {
    height: 21px;
  }
  
  .play-links {
    column-gap: 7px;
  }
  
  .play-links #playpause {
    margin-right: 10px;
  }
  
  .upcoming {
    grid-gap: 20px;
    font-size: 16px;
  }
  
  .golive-container .current-time, .golive-container .streaming-time{
    font-size: 13px;
    margin-right: 13px;
  }
  
  .upcoming p {
    font-size: 16px;
    line-height: 1.4;
  }
  
  .horizontal-channel-nav {
    margin-bottom: 11px;
  }
  
  
  .channel-image {
    height: 112.5px;
    width: 200px;
    border-radius: 5px;
  }

  .prog-container {
    min-height: 90px;
    margin-bottom: 7px;
  }
  
  .show-time {
    font-size: 35px;
    width: 180px;
    min-width: 180px;
  }
  
  .show-logo {
    width: 240px;
    min-width: 240px;
  }
  
  .prog-container .show-logo img {
    max-width: 108px;
    max-height: 60px;
  }
  
  .show-details {
    font-size: 15px;
  }
  
  .show-details .title {
    font-size: 28px;
  }
  
  .show-details .year,
  .show-details .genre,
  .show-details .duration {
    font-size: 15px;
  }
  
  .season-episode {
    font-size: 24px;
  }
  
  .show-links {
    width: 47px;
    column-gap: 20px;
  }
  
  .progress-timer {
    width: 246px;
  }
  
  .progress-timer p {
    padding-bottom: 7px;
  }
  
  
  .info-img-size {
    height: 24px;
    width: 24px;
  }
  
  
  /* .player-title-description {
    padding-left: 93px;
    padding-top: 60px;
  }
   */
  .on-air {
    font-size: 19px;
  }
  
  .on-air:before {
    width: 24px;
    margin: 4px 0px 0px 0px;
    background-size: 17px 17px;
  }
  
  .player-title-description .show-details-wrap .show-logo {
    margin-bottom:8px;
  }

  .show-details-wrap .show-logo img {
    height: 85px;
  }
  
  .sinopsis {
    margin-top: 7px;
    font-size: 19px;
  }
  
  .starring,
  .sinopsis,
  .creator,
  .content-gener {
    max-width: 475px;
  }
  
  .sinopsis,
  .creator {
    margin-bottom: 23px;
  }
  
  .content-gener {
    margin-bottom: 11px;
  }
  
  .video-bottom-controls {
    bottom: 124px;
    height: 117px;
    padding-left: 27px;
    padding-right: 27px;
  }
  
  .show-details-wrap {
    font-size: 15px;
  }
  
  .show-details-wrap .title {
    font-size: 40px;
    line-height: 2;
  }
  
  
  .show-details .title {
    font-size: 28px;
    max-width: 713px;
  }
  
  .more,
  .less {
    font-size: 19px;
    padding: 7px 0px 7px 0px;
  }
  
  .more a,
  .less a {
    font-size: 19px;
  }
  
  .more img,
  .less img {
    height: 24px;
    width: 24px;
  }
  
  .show-details .year,
  .show-details .genre,
  .show-details .duration {
    font-size: 15px;
  
  }
  
  .season-episode {
    font-size: 24px;
  }
  
  .show-links {
    width: 47px;
    column-gap: 20px;
  }
  
  .vod .player-label {
    font-size: 13px !important;
    top: -40px;
    padding: 4px 5px !important;
  }
  
  .play-links #playpause {
    height: 33px;
    width: 33px;
  }
  
  .play-links #subtitle {
    height: 33px;
    width: 33px;
  }
  
  .play-links #subtitle.focused {
    height: 33px;
    width: 33px;
  }
  
  .prg-sinopsis {
    margin-top: 7px;
    max-width: 713px;
    font-size: 15px;
  }
  
  .starcast,
  .castcreator {
    padding-left: 4px;
  }
  
  .channel-enter-pin-to-watch {
    height: 325px;
  }
  
  .channel-discription-container {
    height: 327px;
  }
  
  .channel-discription-container-rent-or-buy {
    height: 327px;
  }
  
  .channel-title {
    top: 50px;
    left: 127px;
    min-height: 130px;
  }
  
  .channel-title img {
    height: 130px;
  }
  
  
  .channel-prg-cover img {
    height: 326px;
  }
  
  .channel-bg-overlay {
    height: 327px;
  }
  
  .channel-content {
    padding-left: 187px;
    top: 63px;
  }
  
  .channel-content p {
    font-size: 15px;
  }
  
  p.pin-btn {
    padding: 7px 13px;
    margin-top: 20px;
    font-size: 16px;
  }
  
  
  .channel-subscribe-to-watch .channel-title {
    font-size: 73px;
  }
  
  p.para-bold {
    font-size: 16px;
    margin-top: 12px;
  }
  
  
  .channel-rent-or-buy {
    height: 325px;
  }
  
  
  .smart-channel-logo {
    margin-top: 20px;
    margin-right: 20px;
  }
  
  .smart-channel-logo img {
    max-height: 65px;
  }
  
  
  .channelTitle {
    line-height: 1.4;
    font-size: 32px;
  }
  
  
  .channel-rent-or-buy .buy-or-rent {
    height: 32px;
    font-size: 15px;
    /* font-weight: 700; */
    font-family: 'TV2ZFont-bold';
    line-height: 1.4;
    padding: 6px 11px 6px 11px;
  }
  
  .expiresInfo {
    margin: 6px 0;
  }
  
  .expiresInfo span {
    margin-left: 6px;
    font-size: 15px;
    line-height: 24px;
  }
  
  .limitInfo {
    font-size: 12px;
    line-height: 20px;
    margin: 6px 0;
  }
  
  .progress-timer-container {
    bottom: 193px;
    height: 60px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom:13px;
  }
  
  #golive-btn{
    gap: 5px;
    border-radius: 20px;
    padding: 8px 11px;
  }
  .golive-btn{
    font-size: 13px;
  }
  #golive-btn .live-round{
    width:11px;
    height:11px;
    margin-right: 5px;
  }
  
  .live-channel-detail-overlay{
    padding-left: 96px;
    /* padding-right: 96px; */
    padding-top: 43px;
  }
  
  .live-channel-detail-overlay .upnext-show-details-wrap {
    font-size: 16px;
    margin-top: 53px;
  }
  
  .live-channel-detail-overlay .upnext-show-details-wrap .title {
    font-size: 28px;
    margin-bottom:11px;
  }
  
  .live-channel-detail-overlay .live-show-details-wrap .show-logo img {
    max-width:200px;
    height: 100px;
    margin-bottom:11px;
  }

  .live-channel-detail-overlay .live-show-details-wrap .title {
    font-size: 28px;
    margin-bottom:11px;
  }
  
  .live-channel-detail-overlay .live-show-details-wrap .content-gener {
    margin-bottom:11px;
  }
  
  .live-channel-detail-overlay .live-show-details-wrap .content-gener .livetag{
    height: 20px;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 3px;
    padding-left: 6px;
    font-size: 12px;
    margin-right: 6px;
  }
  .live-channel-detail-overlay .upnext-show-details-wrap .content-gener .epg-duration {
    font-size: 16px;
  }
  
  .live-channel-detail-overlay .upnext-show-details-wrap .sinopsis {
    font-size: 16px;
    margin-bottom:21px;
    max-width: 592px;
  }
  
  .live-channel-detail-btn-container {
    margin-bottom: 27px;
  }
  .live-channel-detail-btn-container .detail_btn{
    margin-right:16px;
    font-size: 16px;
    padding: 8px 11px;
    border-radius: 5px;
    height: 43px;
  }
  .live-channel-detail-btn-container .detail_btn.focused {
    border-radius: 5px;
  }
  .live-channel-detail-btn-container.top-align{
    margin-top: 42px;
  }
  .catchup-data-container, .upnext-data-container {
    padding-right: 96px;
  }
  #live-channel-details-info {
    margin-top:53px;
  }
  #live-channel-details-info .epg-duration{
    font-size:16px;
  }
  .live-channel-detail-btn-container .detail_btn{
      font-size: 16px;
      padding: 8px 11px;
      height: 37px;
      /* column-gap: 6px; */
  }
  .live-channel-detail-btn-container .detail_btn .icon {
    width: 21px;
    height: 21px;
    margin-right:6px;
  }

    .live-channel-detail-btn-container .detail_btn .icon img {
      width: 21px;
      height: 21px;
    }
  
  .watch-now-text, .catchup-text, .upnext-text{
    font-size: 16px;
  }
   
  .live-channel-detail-overlay .upnext-data-container .list-container {
    border-radius: 8px;
    margin-bottom: 11px !important;
    padding-left: 0px!important;
  }
  .live-channel-detail-overlay .upnext-data-container .list-container .prog-container {
    padding: 16px;
  }
  
  .live-channel-detail-overlay .upnext-data-container .list-container .prog-container .show-logo {
    width: 119px;
    height:67px;
    min-width: 119px;
    margin-right: 11px;
  }
  .live-channel-detail-overlay .upnext-data-container .list-container .prog-container .livebtn-container{
    margin-left: 11px;
  }
  .live-channel-detail-overlay .upnext-data-container .list-container .prog-container .show-logo img {
    max-width: 119px;
    max-height: 67px;
  }
  .live-channel-detail-overlay .upnext-data-container .upnext-show-details-wrap {
    font-size: 16px;
  }
  .live-channel-detail-overlay .upnext-data-container .upnext-show-details-wrap .content{
    gap: 6px;
  }
  
  .live-channel-detail-overlay .upnext-data-container .show-details .title {
    font-size: 19px;
  }
  
  .live-channel-detail-overlay .upnext-data-container .show-time ul li{
    font-size: 15px;
  }
  .live-channel-detail-overlay .upnext-data-container .show-time ul li:first-child{
    margin-right: 27px;
  }
  .live-channel-detail-overlay .upnext-data-container .show-details .prg-sinopsis {
    font-size: 16px;
  }
  .container-heading {
    font-size: 16px;
    margin-bottom: 16px;
  }
  #catchup-container .date-info-container {
    height: 56px;
    padding: 11px 16px;
    border-radius: 8px;
    margin-bottom: 11px;
  }
  
  #catchup-container #catchUpListContainer .item{
    margin-bottom:11px;
  }

  
  /* zapping styles*/
  .player-info-container{
    bottom: 16px;
    padding: 0px 133px;
  }
  
  .program-title-progressbar-container {
    margin-bottom:27px;
  }
  
  .program-title-progressbar-container .program-title .live-red{
    bottom:16px;
  }
  
  .program-title-progressbar-container .program-title .live-red span {
    font-size: 13px;
    padding:4px 5px;
  }
  
  .program-title-progressbar-container .program-title .prog-num{
    width: 143px;
    height: 127px;
    margin-right: 11px;
  }
  
  .prog-num span{
    font-size: 24px;
    min-height: 30px;
    line-height: 1.4;
  }
  
  .prog-num .ch-number{
    font-size: 32px;
  }
  
  .prg-buttons-container{
    height: 80px;
    margin-bottom:27px;
  }
  
  .prg-buttons-container .prg-btn{
    min-width: 147px;
    min-height: 80px;
    padding: 11px 0px;
  }
  
  .prg-buttons-container .prg-btn img{
    height: 24px;
    margin-bottom: 11px;
  }
  
  .prg-buttons-container .prg-btn span{
    font-size: 19px;
    padding: 0px 11px;
  }
  
  .player-info-container .progress-bar-wrap{
    height:5px;
    border-radius: 7px;
  }
  
  .player-info-container .progress-bar-wrap .progress-bar{
    height:5px;
    border-radius: 7px;
  }
  
  .player-info-container .timer-container{
    margin-top: 5px;
    font-size: 13px;
  }
  
  .more-link{
    height:43px;
  }
  
  .more-link img{
    width:32px;
    height:32px;
    margin-right: 5px;
  }
  
  .more-link span{
    font-size: 19px;
  }
  
  .player-info-container .show-logo {
    height: 47px;
    min-width: 93px;
    margin-bottom: 11px;
  }
  
  .player-info-container .show-content-wrap{
    width: 521px;
    font-size: 15px;
  }
  .player-info-container .show-content-wrap .show-title {
    font-size: 24px;
    margin-bottom:11px;
  }
  
  .player-info-container .show-content-wrap .show-started {
    font-size: 16px;
    margin-bottom:11px;
  }
  
  .player-leftmenu-btn {
    height: 36px;
    width: auto;
    margin-top: 21px;
    margin-left: 27px;
    padding: 4px;
  }
  
  .channel-kb-entry{
    height: 79px;
    padding:21px 53px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  
  .channel-kb-entry .ch-digit{
    font-size: 29px;
  }
  
  .channel-kb-entry .ch-logo{
    width:93px;
    height:47px;
    margin-left: 16px;
  }
  
  .play-pause-container{
    width:67px;
    height:67px;
    padding:8px;
  }
  
  .audio-subtitles-container {
    max-width: 795px;
    min-width: 267px;
    min-height: 285px;
    gap: 16px;
    border-radius: 6px;
    padding: 27px;
  }
  
  .audio-subtitles-content{
    gap: 27px;
  }
  
  .audio-subtitles-content .wrapper .list-header {
    font-size: 27px;
    margin-bottom: 32px;
    padding-right: 11px;
  }
  
  .audio-subtitles-content .wrapper .list .check{
    width: 21px;
    height:21px;
    margin-right: 11px;
  }
  
  .audio-subtitles-content .wrapper .list-item {
    font-size: 19px;
    padding: 11px;
    margin-bottom:16px;
    height:45px;
  }
  
  .ch-carousel-container {
    bottom: 16px;
  }
  
  .player-carousel-div{
    margin-bottom:27px;
  }
  
  .program-title-progressbar-container .seek-bar {
    height:5px;
    border-radius: 7px;
  }
  
  .program-title-progressbar-container .seek-bar .player_progress,
  .player_progress_for_mouse {
    height: 5px;
  }
  
  .program-title-progressbar-container .seek-bar.focused .player_progress .circle{
    width: 22px;
    height: 22px;
  }
    .program-title-progressbar-container .seek-bar .player_progress .circle,
    .player_progress_for_mouse span {
      height: 22px;
      width: 22px;
      right: -11px;
      margin-top: -9px;
    }
  
  .h-channellogo {
    top: 6px;
    right: 6px;
  }
  
  .h-channellogo img {
    width: 60px;
    height: auto;
  }
  
  .h-livechannel-titlecontainer {
    bottom: 8px;
    padding: 0px 5px 4px 5px;
  }
  
  .h-livechannel-titlecontainer .livechannel-title, .h-livechannel-titlecontainer .livechannel-number{
    font-size: 17px;
  }
  
  .h-livechannel-titlecontainer .livechannel-prgtitle{
    font-size: 11px;
  }
  
  .horizontal-channel-container .progressbar-container {
    left: 6px;
    right: 6px;
    bottom: 6px;
  }

  .msg-container{
    height: 36px;
    padding: 8px 11px;
    top: 21px;
    max-width: 547px;
  }
  .msg-content{
    font-size: 16px;
  }
  .msg-container img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  /* zapping styles end */
  
  .horizontal-channel-container {
    margin: 0px 4px;
    padding: 5px;
    border-radius: 5px;
  }

}