<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import './bootstrap.min.css'; 
:root{
    --black-color:#333;
    --white-color:#f8f8f8;
    --primary-dark-color:#c50b0b;
    --danger-color:#d9383a;
    --btn-color:#5198dde8;
    --cate-btn: linear-gradient(to right,#c50b0b,#d9383a);
    --hover-btn:#221f3d;
    --primary-color: #221f3d;
    --light-primary: #2b253d;
    --font-color: #f8f8f8;
    --basic-btnbg: #e0e2e078;
    --light-dark: #0000004f;
}
a{
    color:var(--black-color);
}
a:hover{
    color:var(--black-color);
    text-decoration: none;
}
/* index css here */
.index-bg{
    background:url('../../images/dashbackground_tv.jpg') no-repeat center center fixed;
    background-size: cover; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;  

}
.no-bg{
    background:none;
}
.index-logo{
    width: 10rem;
    margin: 10px;
}
.index-spacer{
    margin-top: 50px;
}
.login-bg {
    background: url(../../images/login2.png)no-repeat;
    background-size: cover;
    height: 550px;
    
    /*background-size: 100% 100%;
    padding: 30px 30px 0;
    color: var(--white-color);*/ 
}
.login-form{
    margin-top: 90px;
    width:65%;
    margin-left: 6.6rem;
    padding: 2rem;
}
.login-btn{
    width: 100%;
    background: transparent;
    border:1px solid var(--white-color);
    color: var(--white-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;    
    transition: all .2s ease-out;
}
.login-btn:hover{
    color:var(--black-color);
    background: var(--white-color);
    border-color: transparent;
    transform: scale(1.1);
}
.form-control{  
    height: calc(1.8em + .85rem + 3px);
    border-radius: unset;
    background: transparent;
    color:#f8f8f8;
    border:none;
    border-bottom: 1px solid #f8f8f8;

}
.form-control:hover,.form-control:active,.form-control:focus{
    border:none;
    background: transparent;
    color:#f8f8f8;
    border-radius: unset;
    border-bottom: 2px solid var(--light-primary);
    outline: none;
    box-shadow: none;
}
.addborder{
    border:4px solid #333;
}


.form-control::-moz-placeholder {
  color: #f8f8f8;
}
.form-control:-ms-input-placeholder {
  color: #f8f8f8;
}
.form-control::-webkit-input-placeholder {
  color: #f8f8f8;
}

  .index-logo-img{
     width: 12rem;
    margin: 132px auto;
    margin-left: 99px;
  }
/*  dashboard css here */
.dash-brand{
    width: 4rem;
}
.img-icon{
    width: 1.3rem;
    transition: all 0.2s ease-in-out;
}
.img-icon:hover{
   transform: scale(1.2);
}
.dash-bg{
    background: url(../../images/dashbackground_tv.jpg)  no-repeat center center fixed;
    background-size: cover; 
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;  
}
.section-img-1{
    background: url(../../images/livetv_focused.png) no-repeat center;
    background-size: contain;
    border-radius: 5px;
    height: 264px;
    transition: all .2s ease-in-out;
}

.section-img-2{
    background: url(../../images/ondemand_focused.png) no-repeat center;
    background-size: contain;
    border-radius: 5px;
    height: 264px;
    transition: all .2s ease-in-out;
}

.section-img-3{
    background: url(../../images/catch_up_focused.png) no-repeat center;
    background-size: contain;
    border-radius: 5px;
    height: 264px;
    transition: all .2s ease-in-out;
}

.section-logo {
    width: 4rem;
    position: absolute;
    top: 37%;
    right: 67%;
    transition: all .2s ease-in-out;
}

.section-img-1:hover .section-logo, .section-img-2:hover .section-logo, .section-img-3:hover .section-logo{
    transform: scale(1.2);
}
.section-img-1:hover, .section-img-2:hover, .section-img-3:hover{
   /* border:5px solid var(--white-color);*/
}
.sectionStrip-img{
    width:100%;
}
.spacer{
    margin-top: 75px;
}
.spacer-1{
    margin-top: 50px;
}
.section-title-1 {
    position: absolute;
    top: 39%;
    color: var(--black-color);
    left: calc(50% - 9px);
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.section-title-2 {
    position: absolute;
    top: 39%;
    color: var(--black-color);
    left: calc(50% - 14px);
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.section-title-3 {
    position: absolute;
    top: 39%;
    color: var(--black-color);
    left: calc(50% - 4px);
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
}
.sectionstrip-logo{
    width:2rem;
    margin-bottom: 6px;
    transition: all .2s ease-in-out;
}
.btn-cus-dash{
    background: url(../../images/green_focused.png)no-repeat center;
    background-size: contain;
    width: 100%;
    padding: 10px;
    color: var(--white-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 27px;
}
.btn-cus-dash:hover .sectionstrip-logo{
    transform: scale(1.2);
}
.btn-cus-dash:hover,.btn-cus-dash:focus{
    color:var(--white-color)!important;
    box-shadow: none;
}
.footer{
    text-align: center;
    position: fixed;
    left: 35%;
    bottom: 0;
}

.datetime {
   margin-right: 20px;
    font-weight: 600;
    font-size: 21px;
}
/* category css here  */
/* .cat-bg{
    background: url('../../images/backgrounds.jpg') no-repeat center;
    background-size: cover;
    height:100vh;
} */

.fixed-top.scrolled {
    background-color: var(--primary-color) !important;
    transition: background-color 200ms linear;
}
.cate-spacer{
    margin-top: 80px;
}
.cate-brand-logo{
    width: 3rem;
    margin: 10px;
}

.sidelist{
    display: flex;
    margin-right: 20px;
    margin-bottom: 0;
}
.nav-item{
    position: relative;
}
span.Navtitle {
    font-size: 18px;
}

.setting-btn,.logout-btn{
    width:1.5rem;
}
.bg-custom-nav{
    background:#6f6f6f5c;
    height:50px;
}
.navbar-toggler{
    position: absolute;
    right: 5%;
    top: 2%;    
}
.navbar-toggler-icon{
    background: none;
    background-image: url('../../images/menu.png');
}
.navbar-light .navbar-nav .nav-link{
    color:var(--white-color)!important;
}
.cate-card{
    background: var(--cate-btn);
    color:var(--font-light);
    margin-bottom: 15px;
    position: relative;
    display: block;    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 30px;
    transition: all .2s ease-in-out;
}
.cate-card:hover{
    background: var(--hover-btn);
    transform: scale(1.1);
}
.cate-logo {
   padding: 5px;
   line-height: 3;
}
.cate-logo-img{
    width: 2rem;
}
.cate-title{
    font-size: 1.3vw;
    text-transform: uppercase;
    color:#f8f8f8;
}
.arrow-sign{
    position: absolute;
    right: 0%;
    color:#f8f8f8;
}
.arrow-fa{
    float: right;
    margin-right: 17px;
    margin-top: 11px;
    font-size: 36px;
}
.top-spacer{
    margin-top: 80px;
}
/* media query for all here */

@media screen and (max-width:996px) {
    /* index css */
    .index-bg{
        height:fit-content;
    }
    .index-spacer{
        margin-top: 50px;
        margin-bottom:30px;
    }
    .index-logo-img{        
        width: 20rem;
        margin: 132px auto;
    }
    /* dash css here */
    .dash-bg{
        height:103%;
    }
    .section-logo{
        width: 4em;
        position: absolute;
        top: 25%;
        left: calc(50% - 36px);
    }
    .section-title-1{
        position: absolute;
        top: 58%;
        left: calc(50% - 29px);
        text-transform: uppercase;
        font-size: 24px;
    }
    .section-title-2{
        position: absolute;
        top: 58%;
        left: calc(50% - 46px);
        text-transform: uppercase;
        font-size: 24px;
    }
    .section-title-3{
        position: absolute;
        top: 55%;
        left: calc(50% - 43px);
        text-transform: uppercase;
        font-size: 24px;
    }
    .spacer-1{
        margin-top: 20px;
    }

    .spacer {
        margin-top: 25px;
    }
    .login-form{
        width: 100%;
    }
    
    /* category css here */
}
@media screen and (max-width:768px) {
    /* index css here */
    .index-bg{
        height:fit-content;
    }
    .index-spacer{
        margin-top: 50px;
        margin-bottom:30px;
    }
    .index-logo-img{
        width: 13rem;
        margin: 150px auto;
    }
    /* dash css here */
    .section-title-1{
        position: absolute;
        top: 53%;
        left: 42%;
        text-transform: uppercase;
        font-size: 30px;
    }
    .section-logo{
        width: 4em;
        position: absolute;
        top: 18%;
        right: 24%;
    }
    .section-img-1,.section-img-2, .section-img-3{
        margin-bottom: 20px;
    }
    .btn-cus-dash{
        margin-bottom: 10px;
    }
    /* .section-title-1{
        position: absolute;
        top: 20%;
        left: 24%;
        text-transform: uppercase;
        font-size: 30px;
    } */
    .sectionstrip-logo{
        width: 3rem;
    }
    /* category css here */
   /*  .cat-bg{
        height:100%;
    } */
    .navbar-nav{
        text-align: center;
    }
    .login-bg{
        padding: 0px;
    }
    .login-form{
        width: 100%;
    }
}

@media screen and (max-width:584px) {
    .index-logo-main{
        text-align: center;
    }
    .index-logo-img{
        width: 13rem;
        margin: 20px auto;
    }
}

@media screen and (max-width:526px) {
    .index-logo-img{
        width: 13rem;
        margin: 20px auto;
    }
    /* dash css here */
    .section-logo {
        width: 4em;
        position: absolute;
        top: 17%;
        left: 40%;
    }
    .section-title-2 {
        position: absolute;
        top: 57%;
        left: 33%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-title-1 {
        position: absolute;
        top: 53%;
        left: 40%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .section-title-3 {
        position: absolute;
        top: 58%;
        left: 35%;
        text-transform: uppercase;
        font-size: 36px;
    }
    .sectionstrip-logo {
        width: 2rem;
    }
    /* cate css here */
}</pre></body></html>