 .onscreen-tv-header{
    padding: 15px 20px;
}
.onscreen-tv-header  .onscreen-tv-header-inner{
    height: 56px;
    padding: 0 16px; 
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-left{    
    display: flex;
    flex-direction: row;align-items: center;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-left .onscreen-tv-logo{
/*    margin-left: 25px; */
}  

.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center{
  display: flex;
  flex-direction: row;align-items: center;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-right{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-right .login-cta-header {
  background:#ffdc4f;
  color:#000;
  border-radius:30px;
  border:none;
  cursor:pointer;
  font-size:15px;
  
  text-decoration:none;
  padding:9px 20px;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-right span{
    margin-left: 15px;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center .onscreen-tv-header-search{
    display: inline-block;
    position: relative;
    
    width: 460px;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center .onscreen-tv-header-search input, .onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center .onscreen-tv-header-search button{
    -webkit-appearance: none;
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center .onscreen-tv-header-search .aiapp-store-text{
    background: #fff;
    border-radius: 36px;
    display: inline-block;
    width: 100%;
    padding: 15px 25px;
    border:0px;
    font-size: 14px;
    line-height: 22px;
    outline: none !important;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.12);
}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center .onscreen-tv-header-search .aiapp-store-btn{
    background: #ffdc4f;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 100%;
    border: 0px;
    padding: 13px;
    position: absolute;
    right: 4px;
    top: 3px;
    cursor: pointer;

}
.onscreen-tv-header  .onscreen-tv-header-inner .onscreen-tv-header-center .onscreen-tv-header-search .aiapp-store-btn img{
    width: 100%;
}

.onscreen-tv-detail{
    padding: 40px 10px;
    width: 96%;
    margin:0 auto;
}

.onscreen-tv-detail .onscreen-tv-left-col{
    float: left;
    width: 70%;
}


.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video .onscreen-tv-big-video-inner{
    width: 100%;
    display: inline-block;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video .onscreen-tv-big-video-inner iframe{
    width: 100%;
    min-height: 485px;
    border-radius: 20px;
    }

.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content h2{
    
    font-size: 20px;
    line-height: 28px;
}
.onscreen-tv-big-video-author-icon img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action{
  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn{
    position: relative;

}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share{
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 32px 0 rgba(0,0,0,0.1);
    width: 140px;
    padding: 10px 0px;
    margin-top: 10px;
    opacity: 0;
z-index: 9;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share.show{
    opacity: 1;z-index: 99;

}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share a{
    border-radius: 0px;
    padding: 6px 15px;
    background: none;
    margin: 0px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share a:hover{
background: #F3F3F3;
}

.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn .onscreen-tv-bva-share a span{
    padding-left: 0px;
    width: 20px;
    display: inline-block;
}

.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-big-video-author-info{
  display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 25px;
}
.onscreen-tv-big-video-author{
    display: flex;
    flex-direction: row;
    align-items: center; 
}
.onscreen-tv-big-video-author-subscribed a{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff; 
    border-radius: 36px;
    padding: 10px 20px; 
    font-size: 13px;
    color: #000000;
    
}
.onscreen-tv-big-video-author-subscribed.not-active a {
    background: #fff;
    color: #000;
}
.onscreen-tv-big-video-author-subscribed.not-active a img{
    display: none;

}
.onscreen-tv-big-video-author-subscribed a span{
    padding: 0px 10px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-big-video-author-info .onscreen-tv-big-video-author-name{
    display: flex;
    flex-direction: column;
     color: #525252;
     font-size: 12px;
    padding-left: 15px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content  .onscreen-tv-big-video-author-action .onscreen-tv-big-video-author-info .onscreen-tv-big-video-author-name .ftva-name{
    font-size: 16px;
    color: #fff;
    
}
.show-more-height{
    overflow: hidden;
    height: 80px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-action {
     display: flex;
    flex-direction: row;
    align-items: center;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-action a{
     display: flex;
    flex-direction: row;
    align-items: center;
    background: #F3F3F3; 
    border-radius: 36px;
    padding: 8px 15px; 
    font-size: 13px;
    color: #000000;
    
    margin-left: 10px;

}
.onscreen-app-ratings-review-inner h2{
    display: inline-block;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-action a span{
    padding-left: 10px;
}

.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-more-info .onscreen-tv-big-video-more-inner{
    background: #060606;
    padding: 15px;
    border-radius: 8px;
    width: 100%;
margin: 20px 0px;
}

.onscreen-tv-detail .onscreen-tv-right-col{
    float: left;
    width: 30%;
    padding-left: 20px;
}

.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav .slick-list {
   
    padding: 0px  ;
}
 .onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav .onscreen-tv-right-top-nav-inner{
    overflow-y: auto;
    padding-left: 5px;
} 
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav{
        /*white-space: nowrap;*/
    overflow: hidden;
    width: 100%;
    position: relative;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav:after{
content: '';
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 0px;
    height: 38px;
   background: linear-gradient(to right, rgba(24, 20, 1, 0.01) 0%, rgb(24 20 1) 100%);
    width: 80px;
    top: 0px;

}
.onscreen-tv-right-top-nav .slick-next{
    right: 0px;
    cursor: pointer;
    z-index: 9;
}
.onscreen-tv-right-top-nav .slick-next:before{
    background: url(../images/arrow-onscreen-tv.png) no-repeat;
        width: 20px;
    display: inline-block;
    height: 20px;
    font-size: 0px;background-position: center;
}

.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav a{
 display: inline-block;
    background: #F3F3F3; 
    border-radius: 36px;
    padding: 8px 15px; 
    font-size: 13px;
    color: #000000;
    
    margin: 2px;

}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav a.active{
    color: #fff;
    background: #F5CC07;
}

.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list{
    padding-top: 20px;  
}

.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box{
    margin-bottom: 15px;
      display: flex;
    flex-direction: row; 
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content{
padding-left: 15px;
}

.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content h3{
font-size: 16px;
color: #fff;
   
margin: 0px;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content h3 a{
    color: #fff;
}


.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content span{
    font-size: 12px;
    display: block;
    color: #767676;
}

.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-video{
    position: relative;
    max-width: 172px;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-video img{
    border-radius: 8px;
    width: 100%;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-video video{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    left: 0px;
    top: 0px;
    z-index: 1;
    object-fit: cover;
    opacity: 0;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box:hover .onscreen-tv-right-v-box-video video{
    opacity: 1;
}
.onscreen-review-modal-btn {
    border: 0px;
    font-size: 14px; 
    text-decoration: none;
    padding: 6px 25px;
    border-radius: 35px;
    display: inline-block;
   background: #F5CC07;
    border: 0px;
    color: #000;
    float: right;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-video span{

    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 2;
    padding: 5px;
    border-radius: 4px;
    font-size: 9px;
}

.onscreen-app-rating-stars{
    display: none;
}


.onscreen-app-rating-review .onscreen-app-rating-head{
    padding: 30px 0px;
    width: 70%;
    display: inline-block;
}

.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-left{
    float: left;
    width: 20%;
    text-align: center;

} 

.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-left span{
    display: block;
    font-size: 14px;
}
.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-left span.onscreen-app-rating-big,.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-left span.onscreen-app-rating-big .glsr-tag-value{
    font-size: 48px;

}
.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-left span.onscreen-app-rating-stars{
    color: #ffde59;
}
.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-right {
    float: left;
    width: 80%;
    font-size: 14px;
}
.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-right .onscreen-app-rating-p-bar{
    background-color: rgb(232,234,237);
    border-radius: 36px;
    height: 8px;
    float: right;
    width: calc(100% - 20px);
    margin-top: 5px;
    margin-left: 10px;
}
.onscreen-app-rating-review .onscreen-app-rating-head .onscreen-app-rating-head-right .onscreen-app-rating-p-bar span{
    background: #ffde59;
    display: inline-block;
    height: 8px;
    float: left;  border-radius: 36px;

}
.onscreen-app-rating-review  .glsr-summary .glsr-bar-background-percent {
    background-color: #ffde59;
    color: var(--glsr-bar-bg);
}

.onscreen-app-rating-review   .onscreen-app-rating-boxes{
  padding: 30px 0px;
  width: 70%;
  display: inline-block;
}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .onscreen-app-rating-box{
    padding: 20px 0px;
    display: inline-block;
    width: 100%;
}
.onscreen-app-rating-review .glsr-summary {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: inherit;
}
.onscreen-app-rating-review  .glsr-summary .glsr-bar-background:before, .onscreen-app-rating-review .glsr-summary .glsr-bar-background-percent {
    height: 8px;  border-radius: 36px;
}
.onscreen-app-rating-review  .glsr-summary .glsr-bar-background:before{  margin-top: calc(8px/2*-1);
}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user{
        margin-bottom: 10px;

}
.glsr-review-author{
    text-transform: capitalize;
}
.feeda-app-rating-stars{
    display: none !important;
}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user .farbu-icon{
   display: inline-block;
   width: 40px;
   height: 40px;
   font-size: 18px;  background: #F5CC07;
   border-radius: 100%;
   text-align: center;
   line-height: 40px;
   margin-right: 10px;
   color: #000;
}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user .farbu-icon .glsr-tag-value{
 font-size: 0px;
} 
.onscreen-app-rating-review   .onscreen-app-rating-boxes .feeda-app-rating-box-head .feeda-app-rating-box-user .farbu-icon .glsr-tag-value:first-letter{
   font-size: 18px;
}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .onscreen-app-rating-box-head .onscreen-app-rating-box-star{
    margin-top: 10px;
    font-size: 13px;
}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .onscreen-app-rating-box-head .onscreen-app-rating-box-star i{
    color: #ffde59;

}
.onscreen-app-rating-review   .onscreen-app-rating-boxes .onscreen-app-rating-box-body{
    display: inline-block;
    width: 100%;
}
.onscreen-review-modal{
   position: fixed;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%; 
   z-index: 99;
   display: none;
}
.onscreen-review-modal.show{
    display: block;
}
.onscreen-review-modal .onscreen-review-modal-inner {
    background: #fff;
    margin:8vh auto;
    padding: 30px;
    border-radius: 30px;
    width: 750px;
    line-height: 1px;
    position: relative;    color: #000;
}
.wp-block-button__link{
    background: #F5CC07;
    border: 0px;
    color: #000;
}
.onscreen-review-modal .onscreen-review-modal-inner .onscreen-review-modal-close{
    position: absolute;
    right: 34px;
    top: 34px;
    cursor: pointer;
}
.onscreen-review-modal .onscreen-review-modal-inner form.glsr-form .glsr-star-rating--stars>span{
    width: 20px !important;
}
.onscreen-review-modal .onscreen-review-modal-inner .glsr-default form.glsr-form textarea.glsr-textarea{
    height: 90px;
}
.onscreen-review-modal .onscreen-review-modal-inner .modal-app-info{
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
font-family: plusjakartasansbold;
}
.glsr-star-rating.glsr-star-rating--ltr,.glsr-field.glsr-field-choice{
    display: none !important;
}
@media only screen and (min-width:1440px)  {
    .onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video .onscreen-tv-big-video-inner iframe {
   
  min-height: 506px; 
}
    }
@media only screen and (min-width:1580px) {
    .onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video .onscreen-tv-big-video-inner iframe {
  width: 100%;
  min-height: 626px;
  border-radius: 20px;
}
    }
@media only screen and (min-width:1780px) {
 
}

@media only screen and (min-width: 651px) and (max-width:992px) {
    }

@media only screen and (max-width: 650px) {
    .onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-action a{
        margin-left: 0px;
        margin-right: 5px;
        padding: 8px 12px;
    }
    .hide-mobile{
        display: none !important;
    }
    .onscreen-tv-detail .onscreen-tv-left-col {
    float: left;
    width: 100%;
}
.onscreen-tv-header{
    /* display: none; */
    
padding: 5px 5px;   }
    .onscreen-tv-header .onscreen-tv-header-inner {
  height: 42px;
  padding: 0 7px;
  }
  .onscreen-tv-header .onscreen-tv-header-inner .onscreen-tv-logo img {
    width:100px;
  }
  .onscreen-tv-header .onscreen-tv-header-inner .onscreen-tv-header-center {
    display:none;
  }
  .onscreen-tv-header-right img {
    width:20px;
  }
  .onscreen-tv-header .onscreen-tv-header-inner .onscreen-tv-header-right .login-cta-header {
  font-size: 13px;
  padding: 6px 15px;
}
  
.onscreen-tv-detail {
  padding: 0px;
  width: 100%; 
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video .onscreen-tv-big-video-inner iframe {
  width: 100%;
  min-height: inherit;
  border-radius: 0px;
}
.onscreen-tv-big-video-content{
    padding: 20px;
    padding-top: 0px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content .onscreen-tv-big-video-author-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content .onscreen-tv-big-video-author-action .onscreen-tv-big-video-author-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 0;
}
.onscreen-tv-big-video-more-info{
    padding: 0px 20px;
}
.onscreen-tv-detail .onscreen-tv-right-col {
  float: left;
  width: 100%;
  padding:0px 20px;
}
.onscreen-tv-big-video-comments{
    padding: 0px 20px;
}
.onscreen-tv-big-video-author{
    width: 100%;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-action {
  display: inline-block; 
  align-items: center; 
  width: 100%;
  padding: 20px 0px; 
  padding-bottom: 0px;
}
.onscreen-tv-detail .onscreen-tv-left-col .onscreen-tv-big-video-wrap .onscreen-tv-big-video-content .onscreen-tv-big-video-author-action .onscreen-tv-bva-btn{
    display: inline-block;
    margin-bottom: 10px;
}
 .onscreen-review-modal-btn {
     padding: 8px 12px !important;
    font-size: 12px;
    font-weight: normal;
  }
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box{
display:inline-block;
width:100%; margin-bottom: 10px;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-video {
  float:left;
width:40%;
max-width:inherit;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content {
  padding-left: 15px;
  float:left;
width:60%;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content span {
  font-size: 11px;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-video-list .onscreen-tv-right-v-box .onscreen-tv-right-v-box-content h3 {
  font-size: 14px;
}
.onscreen-tv-detail .onscreen-tv-right-col .onscreen-tv-right-top-nav .onscreen-tv-right-top-nav-inner {
   padding-left: 0px;
}
}
