#channel-page{
    font-size: 0;
    padding: 50px 0;
    height: 100%;
    padding-left: 120px;
}
#channel-page-contents-wrapper {
    height: 100%; 
    overflow-y: visible;
}
#channel-page .side-bar-1 {
    width: 25%;    
}
#channel-page .side-bar-2 {
    width: 75%; 
}

#channel-page-categories-container, #channel-page-menu-wrapper{    
    padding: 0 0;    
    overflow-y: scroll;    
    position: relative;
    height: 880px;
}
#channel-page-menu-container{    
    display: inline-block;
    height: 100%;
    width: 40%;    
    vertical-align: top;
    transition: all 0.3s;
    padding-right:20px;
}

/* .side-bar-1.collapsed ~ .stream-page-contents-section #channel-page-menu-container{
    width: 55%;
} */
#channel-page-video-section {
    display: inline-block;
    width: 60%;
    height: 100%;      
    overflow: hidden;  
    transition: all 0.3s;
    position: relative;
}

/* .side-bar-1.collapsed ~ .stream-page-contents-section #channel-page-video-section {
    width: 45%;
    padding-left: 30px;
} */
#channel-page .stream-page-contents-section {
    position: relative;
    padding-bottom: 20px;
    padding-left: 10px; 
    padding-right: 20px;
}

.channel-page-category-item, .channel-menu-item{
    padding:10px 20px;
    font-size:24px;
    font-weight: normal;    
    width:100%;
    position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #A99987;
    border-radius: 10px;
}
.channel-page-category-item.active, .channel-menu-item.active {
    color: #FFF;
    background: linear-gradient(
        180deg,
        #e6c84f 0%,   /* softer top */
        #d4af37 30%,  /* gold */
        #c49b1a 60%,  /* deeper gold */
        #8f6f00 100%  /* dark base */
    );
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.7);    
}
.channel-page-category-item *, .channel-menu-item *{
    vertical-align: middle;
}

.channel-page-category-item.rearrange, .channel-menu-item.rearrange{
    background:#ec8e60;
}
.channel-page-category-item{
    padding-right: 100px;
}
.channel-category-movie-counts-wrapper {
    position: absolute;
    right: 0;
    width: 100px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
    font-size: 23px;
    padding-right: 8px;
}
.channel-category-movie-counts {
    vertical-align: middle;
    display: inline-block;
}
.channel-category-movie-counts-wrapper img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.channel-category-name-wrapper {
    width: 381px;
    display: inline-block;
    vertical-align: middle;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.channel-category-name {
    display: inline-block;
    width: 305px;
    overflow: hidden;
    white-space: nowrap;
}
.channel-name {
    display: inline-block;
    vertical-align: middle;
    width: 327px;    
    overflow: hidden;
    white-space: nowrap;
}
.channel-category-number {
    margin-right: 15px;
}
.channel-icon-container {
    width: 45px;
    height: 45px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
#channel-page .channel-icon{
    width: 90%;
    max-height: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#channel-page .channel-epg-icon {
    width: 30px;
    margin-right: 10px;
}
#channel-page .channel-number{
    width:65px;
    margin-right:5px;
    text-align: left;
    display:inline-block;
    vertical-align: middle;
    /* display: none; */
}
#channel-page .player-container{
    width:100%;
    background: #594C41;
    position: relative;
    z-index:10;
    height: 445.5px;
}
#channel-page .player-container.expanded{
    position:fixed;
    left:0;
    top:0;
    height:1080px;
    width:1920px;
}
html.no-scale-layout #channel-page .player-container.expanded{
    height:100vh;
    width:100vw;
}
#channel-page .player-container.expanded+.channel-information-container {
    display: none;
}
#channel-page-video, #channel-page-video-lg{
    left:0;
    top:0;
    position:absolute;
    height: 100%;
    width: 100%;
}
#channel-page .player-container.expanded #channel-page-video,
#channel-page .player-container.expanded #channel-page-video-lg{
    position:fixed;
}
html.no-scale-layout #channel-page .player-container.expanded #channel-page-video,
html.no-scale-layout #channel-page .player-container.expanded #channel-page-video-lg{
    left:0;
    top:0;
    width:100vw;
    height:100vh;
}
#channel-page .channel-information-container{
    margin-top:10px;
}
#channel-title{
    font-size: 35px;
    color: #FFFBDE;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}
.next-program-item{
    font-size:25px;
    color:#FFFBDE;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.next-program-item span{
    font-weight: normal;
}
.next-program-item.current{
    color: #FFEA48;
}
.program-time{
    margin-right:20px;
}

.full-screen-program-item-container {
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    color: #F6F3D7;
}
.full-screen-program-item-container * {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.full-screen-program-item-container:nth-child(2) {
    text-align: right;
}
.full-screen-program-name {
    margin-left: 15px;
}

#full-screen-information{
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:30px 0;
    z-index:11;
    display: none;
}

#channel-page-action-btns-container {
    position: absolute;
    bottom: 0;
}

.channel-action-btn-icon {
    height: 20px;
    margin-left: 5px;
}
.favourite-icon{
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    color: #FF0018;
}

#typed-channel-number{
    position: fixed;
    top: 30px;
    right: 40px;
    color: yellow;
    font-weight: bold;
    font-size: 50px;
}

#channel-page .video-control-icon-container{
    width: 33.33%;
}
#live-channel-favourite-button{
    margin-left: 10px;
}
.full-screen-contents-wrapper {
    width: 90%;
    margin: 0 auto;
}
#full-screen-channel-logo {
    display: block;
    margin-top: 20px;
    height: 100px;
    margin-left: 20px;
}

.full-screen-progress-bar{
    height: 7px;
    overflow: hidden;
    /* background-color: #6f6d6b; */
    background-color: #FEFDFE;

    margin: 10px 0;
    border-radius: 5px;
}
.full-screen-progress-bar span{
    display: block;
    background: #028BFA;
    height:100%;
    width:0;
}
.channel-fullscreen-padding-text{
    padding:0 40px 10px 0;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#full-screen-information-progress{
    height: 10px;
    overflow: hidden;
    background-color: #00ffb4;
    margin: 20px 40px;
}
#full-screen-information-progress span{
    display: block;
    background: #cc0000;
    height:100%;
    width:0;
}
.full-screen-contents-wrapper {
    width: 90%;
    margin: 0 auto;
}
.full-screen-channel-logo-wrapper {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}
.full-screen-channel-logo {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
}
.full-screen-programmes-container {
    white-space: nowrap;
    margin-top:15px;
}
.full-screen-channel-name {
    font-size: 45px;
    color: #F6F3D7;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 40px;
    /*padding-bottom:10px;*/
    line-height: 1;
}
#channel-page-video-controls-container {
    margin-top: 25px;
    height: 37px;
    transition: all 0.5s;
    overflow: hidden;
}
.channel-video-control-icon-container {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}
.channel-video-control-icon-wrapper {
    font-size: 25px;
    color: #F6F3D7;
    transition: all 0.2s;
    display: inline-block;
}
.channel-video-control-icon-container:first-of-type {
    text-align: left;
}
.channel-video-control-icon-container:nth-of-type(2) {
    text-align: center;
}
.channel-video-control-icon-container:nth-of-type(3) {
    text-align: right;
}
.channel-video-control-icon-wrapper.active {
    color: #ffff00;
}
.channel-video-control-icon-txt {
    margin-left: 10px;
}
#channel-page-video-info-btns-container {
    text-align: center;
    white-space: nowrap;
    
    /* display: none; */
    overflow: hidden;
    height: 0;
    margin-top:0;
    transition: all 0.5s;
}
#full-screen-information.show-info-btn #channel-page-video-info-btns-container {
    /* display: block; */
    margin-top:25px;
    height: 110px;
}
#full-screen-information.show-info-btn #channel-page-video-controls-container{
    /* display: none; */
    height: 0;
    margin-top: 0;
}
.channel-page-video-info-btn-container {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.channel-page-video-info-btn-wrapper {
    color: #F6F3D7;
    font-size: 27px;
    transition: all 0.2s;
    width: fit-content;
    margin:0 auto;
}
.channel-page-video-info-btn-wrapper.active {
    color: #fff;
}
.channel-page-video-info-btn-wrapper.favourite .fa {
    color: #ffff00;
}
.channel-page-video-info-btn-icon-wrapper {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    position: relative;
    transition: all 0.2s;
}
.channel-page-video-info-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 50%;
    max-width: 50%;
    opacity: 0.6;
}
i.channel-page-video-info-btn-icon {
    font-size: 30px;
}
.channel-page-video-info-btn-wrapper.active .channel-page-video-info-btn-icon-wrapper{
    background: #3B352F;
}
.channel-page-video-info-btn-wrapper.active .channel-page-video-info-btn-icon {
    opacity: 1;
}
.channel-page-video-info-btn-txt {
    font-weight: normal;
}


#channel-page-bottom-container {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding:20px;
    bottom: -40px;
    transition: width 0.3s;
    /* background: #111; */
    display: none;
}
.side-bar-1.collapsed ~ .side-bar-2 #channel-page-bottom-container{
    width: 55%;
}
.channel-page-bottom-item {
    display: inline-block;
    margin-right: 20px;
    color: #FFFBDE;
    font-size: 20px;
}
.channel-page-bottom-item:last-of-type{
    margin-right: 0;
}
.channel-page-bottom-icon {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
}
.channel-page-bottom-text {
    font-weight: lighter;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.bottom-item-red {
    background: #ff0000;
}
.bottom-item-blue{
    background: #0000ff;
}
.bottom-item-yellow {
    background: #ffff00;
}
.bottom-item-green {
    background: #00ff00;
}

#channel-epg-container {
    position: fixed;
    right:0;
    width:0;
    top:0;
    height: 100%;
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.95);    
    z-index:10;
}
#channel-epg-sub-container {
    padding: 30px 20px;
}
#channel-page-programme-detail-container {
    height: 250px;
    overflow-y: hidden;
}
#channel-epg-container.expanded {
    width: 50%;
}
#epg-dates-container {
    position: relative;
    margin-top:10px;
}
#epg-dates-wrapper {
    position: relative;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}
#channel-epg-programmes-container {
    height: 620px;
    margin-top: 20px;
    overflow-y: scroll;
    position: relative;
}