 .w-0{
        width:0px;
        padding-left: 69px !important;
    }
.view-container{
    height:200px;
    width:100%;
    position:relative;
}    
.report-upload-bg{
   background: #f9f9f9;
    /*height: 100%;*/
    /*width: 100%;*/
    /* background-image: url(assets/images/report-upload-bg.png); */
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(254 254 254 / 0%), rgb(255 255 255)), url(../images/report-upload-bg.png);
    background-size: cover;
   
}
.text-whiteb-btn{
        position: absolute;
    bottom: 0px;
    /* text-align: center; */
    border: 1px solid #dfdcdc36;
    width: 100%;
    padding: 10px;
    font-size: 20px;
    background: #f9f9f9;
    text-transform: uppercase;
}
.uploaded_url{
    text-align: center;
    position: absolute;
    top: 50%;
    color: #8232dd !important;
    background: #f9f9f9eb;
    width: 100%;
}
.single-leg-tree{
    text-align:center;
    position:relative;
}
.single-leg-tree li {
    list-style: none;
    margin-bottom: 1px;
    background: #f9f9f9;
    border-radius: 5px;
    padding: 5px;
    letter-spacing: 1px;
    border: 1px solid #efefef;
}
.single-leg-tree li span{
    font-size: 15px;
    position: absolute;
    top: 32px;
    left: 49%;
    padding: 6px 0px;
    text-align: center;
    margin-bottom: 20px;
}
.tb-icon{
    border-radius: 50%;
    padding: 3px 2px 2px 3px;
    font-size: 15px;
    line-height: 0px;
    text-align: center;
    margin: 3px;
}
.tb-download-icon  {  
    box-shadow: 0px 0px 3px 0 #89e6f3;
    color: #00BCD4;
    background: #e6fcff;
}
.tb-download-icon:hover{
    box-shadow: 0px 0px 10px 0 #89e6f3;
    color: #fdfdfd;
    background: #00BCD4;
}
.tb-eye-icon  {  
    box-shadow: 0px 0px 3px 0 #6259ca;
    color: #6259ca;
    background: #cac8ff;
}
.tb-eye-icon:hover{
    box-shadow: 0px 0px 10px 0 #6259ca;
    color: #fdfdfd;
    background: #6259ca;
}
.tb-download-icon2  {  
    box-shadow: 0px 0px 3px 0 #63b4ff;
    color: #2e54ff;
    padding-right: 6px;
    background: #d9e9fc;
}
.tb-download-icon2:hover{
    box-shadow: 0px 0px 10px 0 #2e54ff;
    color: #fdfdfd;
    padding-right: 6px;
    background: #2e54ff;
}

.marquee {
    font-size: 20px;
    color: #1c1b1b;
    height: 25px;
    overflow: hidden;
    position: relative;
}

.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
    animation: marquee 15s linear infinite;
}

.marquee:hover div {
    animation-play-state: paused;
}

.marquee span {
    float: left;
    width: 50%;
}

@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}
.red_bg{
    font-size: 18px;
}

.mobile-res-marquee a {
    color: #171515;
}

.mobile-res-marquee a:hover {
    color: #007bff; 
}

@media screen and (max-width: 768px) {
    .mobile-res-marquee a {
    }
}
