@import './bootstrap.min.css'; 
:root{
    --black-color:#333;
    --white-color:#f8f8f8;
    --primary-dark-color:#1b718a;
    --danger-color:#d9383a;
    --btn-color:#e2aa19;
    --cate-btn:linear-gradient(to right,#fab60c,#fec72f);
    --hover-btn:#010203;
    --primary-color: #1b718a;
    --light-primary:#fec635;
    --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/background.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-size: 100% 100%;
    padding: 30px 30px 0;
    color: var(--white-color); 
}
.login-form{
    margin-top: 30px;
    width: 85%;
    border: 3px solid #f9f9f9;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.75);
box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.75);
}
.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: 0;
    background: transparent;
    border:none;
    color:#f8f8f8;
    border-bottom: 2px solid #f8f8f8;
}
.form-control:hover,.form-control:active,.form-control:focus{
    color:#f8f8f8;
    outline: none;
    box-shadow: none;
    background: transparent;
    border:none;
    border-bottom: 2px solid var(--primary-color);
}

.form-control::-moz-placeholder {
  color: #f8f8f8;
}
.form-control:-ms-input-placeholder {
  color: #f8f8f8;
}
.form-control::-webkit-input-placeholder {
  color: #f8f8f8;
}
.datetime {
    margin-right: 20px;
    font-weight: 600;
    font-size: 21px;
}

.addborder{
    border:1px solid red;
}

  .index-logo-img{
    width: 24rem;
    margin: 75px auto;
  }
/*  dashboard css here */
.dash-brand{
    /*width: 10rem;*/
    height: 60px;
}
.img-icon{
    width: 1.3rem;
    transition: all 0.2s ease-in-out;
}
.img-icon:hover{
   transform: scale(1.2);
}
.dash-bg{
    background: url(../../images/background.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/live_tv_background.png) no-repeat center;
    background-size: contain;
    border-radius: 5px;
    height: 264px;
    transition: all .2s ease-in-out;
}

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

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

.section-logo {
    width: 5rem;
    position: absolute;
    top: 19%;
    right: 39%;
    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: 58%;
    color: var(--black-color);
    left: calc(50% - 54px);
    text-transform: uppercase;
    font-size: 30px;
}
.section-title-2 {
    position: absolute;
    top: 58%;
    color: var(--black-color);
    left: calc(50% - 62px);
    text-transform: uppercase;
    font-size: 30px;
}
.section-title-3 {
    position: absolute;
    top: 58%;
    color: var(--black-color);
    left: calc(50% - 54px);
    text-transform: uppercase;
    font-size: 30px;
}
.sectionstrip-logo{
    width:2rem;
    transition: all .2s ease-in-out;
    margin-bottom: 10px;
}
.btn-cus-dash{
    background: url('../../images/back_btn_effect.png') no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 10px;
    color: var(--white-color);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 27px;
    border-radius: 20px;
}
.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: 40%;
    bottom: 0;
}
/* category css here  */
.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;
}
.top-spacer
{
    margin-top: 80px !important
}
.fixed-top.scrolled {
    background-color: var(--primary-color) !important;
    transition: background-color 200ms linear;
}
.cate-spacer{
    margin-top: 80px;
}
.cate-brand-logo{
    /*width: 10rem;*/
    height:50px;
}
.cate-card{
    background: var(--cate-btn);
    color:var(--white-color);
    margin-bottom: 15px;
    border:none;
    position: relative;
    display: block;
    height: 60px;
    transition: all .2s ease-out;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right:40px;
}
.cate-card:hover{
    background: var(--hover-btn);
    transform: scale(1.1);
}
.cate-logo-img{
    width: 2rem;
    position: relative;
    top: 13px;
    left: 7px;
}
.cate-title{
   font-size: 1.3vw;
    text-transform: uppercase; 
    position: relative;
    top: 16px;
    left: 16px;
}
.arrow-sign{
    position: absolute;
    right: 0%;    
}
.arrow-fa{
    float: right;
    margin-right: 17px;
    margin-top: 11px;
    font-size: 36px;
}
.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;
}
/* media query for all here */

@media screen and (max-width:1201px) {
    /* dash css here */
    .dash-bg{
        height:103%;
    }
    .section-logo{
        width: 4rem;
        position: absolute;
        top: 19%;
        right: 39%;
    }
    .section-title{
        font-size: 28px;
    }
    .section-title-1{
        position: absolute;
        top: 58%;
        left: 37%;
        text-transform: uppercase;
        font-size: 36px;
    }
}
@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 */
}