@import './bootstrap.min.css'; 

:root {
    --primary-color: #d9383a;
    --basic-color:#ff2323;
    --light-primary: #28344296;
    --font-light: #f8f8f8;
    --basic-btnbg: #e0e2e078;
    --light-dark: #0000004f;

    --primary-btn: linear-gradient(to right, #f24545, #f13b3b, #ef3131, #ed2427, #eb121b);
    --second-btn:#e0e2e078;
}

a{
    color:#333;
}
a:hover{
    color:#333;
    text-decoration: none;
}
/* index css here */
.index-bg{
    background:url('../../images/backgrounds.jpg') no-repeat center;
    height:100vh;
    background-size: cover;  
}
.no-bg{
    background:none;
}
.index-logo{
    width: 8rem;
    margin: 10px;
}
.index-spacer{
    margin-top: 50px;
}
.login-bg {
    background: #fbffff40;
    height: 100%;
    border-radius: unset;
    padding: 15px;  
    color: #f8f8f8;
    -webkit-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.75); 
}
.login-form{
    margin-top: 30px;
}
.login-btn{
    width: 100%;
    background: red;
    color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;    
    transition: all .2s ease-out;
}
.login-btn:hover{
    color:#f8f8f8;
    transform: scale(1.1);
}
.form-control{
    background: none;
    border: none;
    border-bottom: 1px solid #eee;    
    color: #f8f8f8!important;
}
.form-control:hover,.form-control:active,.form-control:focus{
    background: none;
    border: none;
    border-bottom: 1px solid #eee;
    outline: none;
    box-shadow: none;
}

.addborder{
    border:1px solid red;
}
.form-control::-moz-placeholder {
  color: #f8f8f8;
}
.form-control:-ms-input-placeholder {
  color: #f8f8f8;
}
.form-control::-webkit-input-placeholder {
  color: #f8f8f8;
}
/*  dashboard css here */
span.Navtitle {
    font-size: 26px;
    font-weight: 600;
}

.dash-brand{
    width: 10rem;
    height: 60px;
}
.img-icon{
    width: 2rem;
    transition: all 0.2s ease-in-out;
}
.img-icon:hover{
   transform: scale(1.2);
}
.dash-bg{
    background: url(../../images/backgrounds.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.section-img{
    background: url(../../images/live-tv.png) no-repeat;
    background-position: center;
    background-size: contain;
    height: 264px;
    transition: all .2s ease-in-out;
}
.section-logo {
    width: 2.6em;
    position: absolute;
    top: 32%;
    right: 16%;
    transition: all .2s ease-in-out;
}

.section-title-1 {
    position: absolute;
    top: 20%;
    left: 18%;
    text-transform: uppercase;
    font-size: 35px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    line-height: 1;
}

.section-img:hover .section-logo{
    transform: scale(1.2);
}

.section-img:hover .section-title{
    color:#f34423!important;
}
.sectionStrip-img{
    width:100%;
}
.spacer{
    margin-top: 45px;
}
.spacer-1{
    margin-top: 50px;
}
.section-title {
    position: absolute;
    top: 39%;
    left: 15%;
    text-transform: uppercase;
    font-size: 35px;
}
.sectionstrip-logo{
    width:2rem;
    transition: all .2s ease-in-out;
}
a.sectionStrip-link:hover .sectionstrip-logo{
    transform: scale(1.2);
}
a.sectionStrip-link:hover .section-title-1{
    color:#ebb12f!important;
}
.top-spacer
{
    margin-top: 80px !important
}

.fixed-top.scrolled {
    background-color: var(--basic-color) !important;
    transition: background-color 200ms linear;
}

.setting-btn,.logout-btn{
    width:1.5rem;
}
/* category css here  */

.bg-custom-nav{
    background:transparent;
    height: 50px;
}
.datetime {
   margin-right: 20px;
    font-weight: 600;
    font-size: 21px;
}
.sidelist{
    display: flex;
    margin-right: 20px;
    margin-bottom: 0;
}
.nav-item{
    position: relative;
}
span.Navtitle {
    font-size: 18px;
}
.cate-brand-logo{
    width: 8rem;
    height: 50px;
}
.cate-card{
    background: var(--primary-btn);
    color:var(--font-light);
    margin-bottom: 15px;
    position: relative;
    display: block;
    height: 60px;
    transition: all .2s ease-out;
}
.cate-card:hover{
    background: var(--light-primary);
    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;
    position: relative;
    top: 3px;
}
.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:#f8f8f8!important;
}
/* media query for all here */

@media screen and (max-width:1201px) {
    /* dash css here */
    .dash-bg{
        height:103%;
    }
    .section-logo{
        width: 2.6em;
        position: absolute;
        top: 35%;
        right: 16%;
    }
    .section-title{
        font-size: 28px;
    }
    .section-title-1{
        position: absolute;
        top: 14%;
        left: 18%;
        text-transform: uppercase;
        font-size: 28px;
    }
}
@media screen and (max-width:996px) {
    /* index css */
    .index-bg{
        height:100%;
    }
    /* dash css here */
    .dash-bg{
        height:103%;
    }
    .section-logo{
        width: 2em;
        position: absolute;
        top: 38%;
        right: 16%;
    }
    .section-title{
        position: absolute;
        top: 42%;
        left: 15%;
        text-transform: uppercase;
        font-size: 26px;
    }
    .section-title-1{
        position: absolute;
        top: 14%;
        left: 18%;
        text-transform: uppercase;
        font-size: 20px;
    }
    .spacer-1{
        margin-top: 0px;
    }
    .cate-logo-img{
        width: 2rem;
    }
    /* category css here */
}
@media screen and (max-width:768px) {
    /* index css here */
    .index-bg{
        height:100%;
    }
    /* dash css here */
    .section-title{
        position: absolute;
        top: 40%;
        left: 29%;
        text-transform: uppercase;
        font-size: 30px;
    }
    .section-logo{
        width: 3em;
        position: absolute;
        top: 28%;
        right: 24%;
    }
    .section-img{
        margin-bottom: 20px;
    }
    .section-title-1{
        position: absolute;
        top: 20%;
        left: 24%;
        text-transform: uppercase;
        font-size: 30px;
    }
    .sectionstrip-logo{
        width: 3rem;
    }
   .cate-logo-img{
        width: 2.5rem;
    }
    .cate-logo {
        padding: 5px;
        position: relative;
        top: -9px;
    }
    .navbar-nav{
        text-align: center;
    }
}


@media screen and (max-width:526px) {
    /* dash css here */
    .section-logo {
        width: 2.6em;
        position: absolute;
        top: 31%;
        right: 22%;
    }
    .section-title {
        position: absolute;
        top: 36%;
        left: 29%;
        text-transform: uppercase;
        font-size: 30px;
    }
    .section-title-1 {
        position: absolute;
        top: 20%;
        left: 24%;
        text-transform: uppercase;
        font-size: 24px;
    }
    .sectionstrip-logo {
        width: 2rem;
    }
    /* cate css here */
}

.time {
    font-size: 30px;
}