#catchup-page {
    position: relative;
    padding:40px 20px;
    padding-bottom: 0;
    padding-left: 160px;
}
#catchup-page .stream-page-title {
    margin-bottom: 10px;
}
#catchup-page-container {
    height: 100%;
    position: relative;
    overflow:hidden;
}

#catchup-page-left-part {
    font-size:0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
#catchup-page-right-part {
    font-size:0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
}
#catchup-page-category-part, #catchup-page-channel-part {
    display: inline-block;
    vertical-align: top;
    overflow-y: scroll;
    width: 50%;
    border-radius: 25px;
}
#catchup-page-category-part {
    padding-right: 5px;
}
#catchup-page-channel-part {
    padding-left: 5px;
}

.catchup-page-items-container {        
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.04) 100%);
    padding: 10px 10px;
}
.catchup-page-items-wrapper {
    position: relative;
    overflow-y: scroll;
    height: 915px;
}
.catchup-page-category-item-container, .catchup-channel-menu-item-container{   
    /* padding: 0 20px; */
    /* margin-bottom: 15px; */
    
}
.catchup-page-category-item, .catchup-channel-menu-item {
    color: #FFFCDF;
    font-size: 21px;
    padding: 10px;        
    border-radius: 10px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.catchup-page-category-item.active, .catchup-channel-menu-item.active {
    /* background: #2bda72; */
    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);
}
.catchup-channel-menu-item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.catchup-page-category-item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}
.catchup-channel-number {
    width: 55px;
    text-align: center;
    position: relative;
}
.catchup-channel-icon-wrapper {
    width: 50px;
    height: 40px;
    position: relative;
}
.catchup-channel-icon {
    position: absolute;
    width: 50%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catchup-category-name-wrapper {
    width: 305px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
    vertical-align: middle;
}
.catchup-category-stream-count {    
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    text-align: right;
}
.catchup-category-count-icon{
    vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
}
.catchup-channel-name {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
    font-weight: normal;
}

#catchup-channels-container {
    position: relative;
    margin: 0 auto;
    width: 90%;
    height: 950px;
    overflow-y: scroll;
}
.catchup-channel-item-container {
    padding: 3px 0;
}
.catchup-channel-item-wrapper {
    white-space: nowrap;
    background: rgba(234, 241, 231, 0.4);
    padding: 10px 0;
    transition: all 0.1s;
}
.catchup-channel-item-wrapper.active {
    background: rgba(84, 128, 224, 0.78);
}
.catchup-channel-item-icon {
    height: 50px;
    width: auto;
}
.catchup-channel-num {
    color: #fff;
    font-size: 35px;
    display: inline-block;
    width: 7%;
    text-align: center;
    vertical-align: middle;
}
.catchup-channel-item-icon-wrapper {
    display: inline-block;
    width: 7%;
    vertical-align: middle;
    text-align: center;
}
.catchup-channel-name-programme-wrapper {
    display: inline-block;
    width: 81%;
    vertical-align: middle;
    color: #fff;
    text-align: left;
}
.catchup-channel-programme-wrapper{
    white-space: nowrap;
    font-size: 24px;
    height: 36px;
}
.catchup-channel-programme-name {
    width: 80%;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
}
.catchup-channel-programme-time {
    width: 20%;
    vertical-align: middle;
    text-align: right;
    display: inline-block;
    font-weight: normal;
}
.catchup-channel-progress-container {
    height: 7px;
    background: #d4d7d8;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
.catchup-channel-progress-bar {
    position: absolute;
    left: 0;
    height: 100%;
    background: #f34a09;
}
.catchup-channel-right-icon-wrapper {
    display: inline-block;
    width: 4%;
    text-align: right;
    vertical-align: middle;
    padding-right:10px;
}
