#channel-page{
    font-size: 0;
}
#channel-page-title {
    color: #ffff00;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 10px;
}
#channel-page-left-part{
    overflow-x: hidden;
    overflow-y:scroll;
    font-size: 0;
    display: inline-block;
    width: 60%;
    height: 100vh;
    padding-top: 30px;
}
#channel-page-categories-container, #channel-page-menu-container{
    display: inline-block;
    padding: 0 0;
    vertical-align: top;
    overflow-y: scroll;
    height: 100%;
    position: relative;
    background: rgba(53, 53, 53, 0.6);
}
#channel-page-categories-container{
    width: 43.5%;
}
#channel-page-menu-container{
    width: 55.5%;
    margin-left:1%;
}
#channel-page-right-part {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    position: relative;
    height: 100vh;
    padding:40px 20px;
    overflow-y: hidden;
}
.channel-page-category-item, .channel-menu-item{
    padding:7px 20px;
    font-size:30px;
    font-weight: normal;
    color:#eee;
    width:100%;
    position:relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.channel-page-category-item.active, .channel-menu-item.active{
    background:#21AAC4;
}
.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-number {
    margin-right: 15px;
}

#channel-page .channel-icon{
    width: 60px;
    margin-right:10px;
}
#channel-page .channel-epg-icon {
    width: 30px;
    margin-right: 10px;
}
#channel-page .channel-number{
    width:75px;
    margin-right:5px;
    text-align: center;
    display:inline-block;
}
#channel-page .player-container{
    width:100%;
    background: #594C41;
    position: relative;
    z-index:10;
    height: 409px;
}
#channel-page .player-container.expanded{
    position:fixed;
    left:0;
    top:0;
    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;
}
#channel-page .channel-information-container{
    margin-top:10px;
}
#channel-title{
    font-size:35px;
    color:#fff;
    margin-top:10px;
    margin-bottom:20px;
}
.next-program-item{
    font-size:30px;
    color:#eee;
    white-space: nowrap;
    width: 100%;
    overflow:hidden;
    text-overflow: ellipsis;
}
.next-program-item span{
    font-weight: normal;
}
.next-program-item.current{
    color: #ffff00;
}
.program-time{
    margin-right:20px;
}

#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;
}
#full-screen-channel-logo {
    display: block;
    margin-top: 20px;
    height: 100px;
    margin-left: 20px;
}
#full-screen-program-description{
    width:calc(100% - 110px);
    margin-bottom:10px;
}

.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;

}



#live-channel-button-container{
    position:fixed;
    bottom:20px;
    right:20px;
    width:fit-content;
}
.channel-action-btn{
    font-size: 30px;
    /*width: 200px;*/
    padding:15px 50px;
    background: #520178;
    color: #ccc;
    border-radius: 35px;
    border: 1px solid #fff0;
}
.channel-action-btn.active, .channel-action-btn:hover {
    color: #fff;
    background: #910ad0;
    border: 2px solid #fff;
}
.favourite-icon{
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}

#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-wrapper {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    height: 100px;
    text-align: center;
}
.full-screen-channel-logo {
    max-height: 100%;
    max-width: 100%;
    width: 1570px;
}
.full-screen-programmes-container {
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
}
.full-screen-channel-name {
    font-size: 40px;
    color: #ddd;
}
.full-screen-program-names-wrapper,
.full-screen-programme-times-wrapper
{
    font-size: 28px;
    color: #ddd;
    display: inline-block;
    vertical-align: middle;
}
.full-screen-program-names-wrapper .current,
.full-screen-programme-times-wrapper .current{
    color: #ffff00;
}

.full-screen-program-names-wrapper div,
.full-screen-programme-times-wrapper div{
    font-weight: lighter;
}
.full-screen-program-names-wrapper {
    margin-right: 50px;
}
#channel-page-bottom-container {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding:20px;
    background: #111;
}
.channel-page-bottom-item {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
}
.channel-page-bottom-item:last-of-type{
    margin-right: 0;
}
.channel-page-bottom-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    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;
}