#channel-page{
    font-size: 0;
    position: relative;
}
.channel-page-top-menu {
    transition: all 0.2s;
}
.channel-page-top-menu.active {
    color: #fff;
}
.channel-page-top-menu .fa-arrow-circle-right {
    display: none;
}
#channel-page.category-expanded .fa-arrow-circle-right{
    display: inline-block;
}
#channel-page.category-expanded .fa-arrow-circle-left {
    display: none;
}

#channel-page-title {
    color: #ffff00;
    font-size: 40px;
    font-weight: bold;
    padding: 20px 10px;
}
.stream-page-contents-container {
    white-space: nowrap;
    font-size: 0;
}
#channel-page-categories-part{
    display: inline-block;
    padding: 0 0;
    vertical-align: top;
    overflow-y: scroll;
    height: 100vh;
    width: 0;
    transition: all 0.5s;
    position: relative;
    transform: translateY(-70px);
    padding-top: 70px;
    border-width: 0;
}
#channel-page-menu-container{
    display: inline-block;
    padding: 0 0;
    vertical-align: top;
    overflow-y: scroll;
    height: 970px;
    width: 50vw;
    transition: all 0.5s;
    position: relative;
    border-right:3px solid #92717A;
    /*background: rgba(53, 53, 53, 0.6);*/
}
#channel-page-right-part {
    display: inline-block;
    width: 50vw;
    vertical-align: top;
    position: relative;
    height: 100vh;
    padding: 0px 0px;
    overflow-y: hidden;
}
#channel-page.category-expanded #channel-page-categories-part{
    width: 30vw;
    border-right:3px solid #92717A;
}
#channel-page.category-expanded #channel-page-menu-container{
    width: 70vw;
    border-right-width: 0;
}

#channel-page.category-expanded #channel-search-bar {
    opacity: 0;
}
#channel-page.category-expanded .stream-page-top-bar{
    border-color: transparent;
}
#channel-page-categories-container {
    position: relative;
    margin-top:10px;
    overflow-y: scroll;
    height: 920px;
}
.channel-page-category-item, .channel-menu-item {
    padding: 15px 20px;
    font-size: 30px;
    font-weight: normal;
    color: #FFFCDF;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}
.channel-page-category-item.active, .channel-menu-item.active {
    /*color: #FFFA37;*/
    color: #fff;
}
.channel-page-category-item.current, .channel-menu-item.current {
    color: #FFFA37;
}
#channel-page .stream-page-title{
    width: 60vw;
}

.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: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.channel-category-number {
    margin-right: 15px;
}

#channel-page .channel-icon{
    width:30px;
    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: #111;
    position: relative;
    height: 55vh;
}
#channel-page .player-container.expanded{
    position:fixed;
    left:0;
    top:0;
    height:100vh;
    width:100vw;
    z-index: 10;
}

#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{
    padding: 10px 20px;
}
#channel-title{
    font-size:35px;
    color:#A59684;
    margin-top:10px;
    font-weight: bold;
}
.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-program-item-container {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    color: #A59684;
}
.full-screen-program-item-container * {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.full-screen-program-name {
    margin-left: 15px;
}
#full-screen-information{
    background-color: rgba(0, 0, 0, 0.8);
    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;
}
.full-screen-progress-bar{
    height: 7px;
    overflow: hidden;
    background-color: #3B352F;
    margin: 10px 0;
    border-radius: 5px;
}
.full-screen-progress-bar span{
    display: block;
    background: #fff;
    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;

}

#channel-epg-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    overflow: hidden;
}
#channel-epg-container.shown{
    width: 100%;
}
#channel-epg-sub-container {
    position: fixed;
    width: 0;
    right: 0;
    top: 0;
    height: 100%;
    /*background: linear-gradient(360deg, rgba(183, 183, 183, 0.41) 0%, rgba(255, 255, 255, 0) 60.46%), rgba(255, 255, 255, 0.1);;*/
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 20px 100px rgba(0, 0, 0, 0.25);
    padding: 50px 0;
    transition:all 0.4s;
    white-space: nowrap;
}
#channel-epg-container.shown #channel-epg-sub-container{
    width: 45%;
}
#channel-epg-container.shown ~ #channel-page-labels-container{
    display: none;
}
#channel-epg-wrapper{
    position: relative;
    max-height: 880px;
    overflow-y: scroll;
    margin-top:10px;
}
.epg-date-label {
    font-size: 35px;
    color: #fff;
    padding: 0 30px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom:5px;
    font-weight: bold;
    margin-left:80px;
}
.epg-item-wrapper {
    font-size: 25px;
    color: #fff;
    padding: 18px 0;
    white-space: nowrap;
    width: 100%;
}
.epg-item-wrapper * {
    display: inline-block;
    vertical-align: middle;
}
.epg-item-icon-wrapper {
    margin-left: 20px;
    width: 60px;
    height: 35px;
    position: relative;
}
.epg-item-icon {
    position: absolute;
    left: 0;
    height: 80%;
    max-width: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.epg-item-icon.live-icon {
    height: 60%;
}
.epg-time-wrapper {
    margin-right: 10px;
    padding: 0 30px;
    color: #fff;
    font-weight: normal;
}
.epg-item-name {
    color: #A59684;
    font-weight: normal;
    width: 480px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.epg-item-wrapper.active {
    background: #70655A;
}
.epg-item-wrapper.active * {
    font-weight: bold;
}
.epg-item-wrapper.active .epg-item-name{
    color: #fff;
}

#epg-channel-name {
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    text-align: left;
    margin-left: 30px;
}



#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: 120px;
    vertical-align: bottom;
}
.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: #A59684;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 40px;
    /*padding-bottom:10px;*/
    line-height: 1;
}
#channel-page-video-controls-container {
    margin-top: 25px;
}
.channel-video-control-icon-container {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}
.channel-video-control-icon-wrapper {
    font-size: 25px;
    color: #A59684;
    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;
    margin-top:25px;
    display: none;
}
#full-screen-information.show-info-btn #channel-page-video-info-btns-container {
    display: block;
}
#full-screen-information.show-info-btn #channel-page-video-controls-container{
    display: none;
}
.channel-page-video-info-btn-container {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.channel-page-video-info-btn-wrapper {
    color: #A59684;
    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: 20px;
    bottom: 80px;
    right: 20px;
    text-align: center;
    padding: 20px;
}
.bottom-item-label {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    font-size: 22px;
}
.bottom-item-label:last-of-type{
    margin-right: 0;
}
.bottom-item-label-icon {
    display: inline-block;
    width: 30px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
}
.bottom-item-label-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;
}
