:root {
    --heightscroce: 80px;
  }
#scroce{
    width: 100%;
    height: 20%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    font-family: Prompt !important;
    font-weight: 600;
    text-align: center;
    z-index: 999;    
}
 .bannerplayer{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 86px;
    left: 0;
    text-align: center;
    z-index: 999; 
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 2000ms 0ms;
}.bannerplayer > div{
    width: 55%;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
    .bannerplayer {
        top: 40px;
    }
}
.bannervisible {
    opacity: 1;
    pointer-events: all;
    transition: opacity 2200ms 0ms;
}.logoplayer{
    display: flex;
    justify-content: right;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    z-index: 999; 
}.logoplayer > div{
    width: 20%;
}
#bliveclose{
    margin-left: 5px;
}
#scroce div div{
    font-size: 3rem;  
}
#scroce div span{
    font-size: 1.5rem;  
}
#scroce img{
    margin: 0 10px;  
}

#scroce #d2{
    position: absolute;
    top: 0;
    left: 0;
    height: var(--heightscroce);
    background:#000;
    padding: .5rem;
    opacity: .6;
    z-index: -1;    
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: height 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;

}
#scroce #d1{
    height: var(--heightscroce);
    padding: .5rem;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    transition: height 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;

}

#scroce .Take {
    font-weight: bold;
    color: #fff;
    /* color: #01122B; */
    /* font-family: Tahoma, Helvetica, sans-serif; */
}
#scroce .Heading6 {
    font-weight: bold;
    color: #fff;
    /* color: blue; */
    /* font-family: Tahoma, Helvetica, sans-serif; */
}
#scroce .Give {
    font-weight: bold;
    color: #fff;
    /* color: #B50000; */
    /* font-family: Tahoma, Helvetica, sans-serif; */
}
#scroce .HeadingTime {
    font-weight: bold;
    color: #fff;
    /* color: #B50000; */
    white-space: nowrap;
    display: block;
}
/*img*/
.lefttopplayer,.bottomplayer{
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 995;
    pointer-events: none;
}
.bottomplayer{
    bottom: 0;
    width: 100%;
    top: unset;
}
.lefttopplayer > div{
    width: 300px;
    padding-top: 10px;
    padding-left: 10px;
}
        .custom-image-upload {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 10px;
            margin-bottom: 10px;
        }
        .custom-file-input {
            display: inline-block;
            width: 200px;
            height: 40px;
            background-color: #c36;
            color: #fff;
            border: 1px solid #c36;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
    
        .custom-file-input input[type="file"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }
    
        .custom-file-input span {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }
        .vjs-has-started .vjs-control-bar{
        z-index: 999999;
    }
    .mlive-2{
    	display: none;
    }
    .mlive-1{
    	display: flex;
    }

    @media (max-width: 768px){
        #scroce div div{
            font-size: 1.5rem;  
        }
        #scroce div span{
            font-size: 0.7rem;  
        }
        #scroce #d2{
            max-height: 40px;
        }
        #scroce #d1{
            max-height: 40px;
        }
        .bannerplayer > div{
            width: 70%;
        }
        .logoplayer > div{
            width: 30%;
        }
        .logoplayer{
            top: 0px;
            right: 0px;
        }
        .lefttopplayer > div{
            width: 30%;
        }
    }