
.newFeedSide-scroll::-webkit-scrollbar{
    width: 0px;
}

.newFeedSide-scroll::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.02);
}

.newFeedSide-scroll::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border:0px;
    border-radius: 5px;
}
.newfeed-main{
    height: fit-content;
}
@media screen and (min-width : 1020px) and (max-width: 10000px){
    .newfeed-side{
        display:block;
        width:25% !important;
    }
    .newfeed-main{
        width:75% !important;
    }
}


@media screen and (min-width : 820px) and (max-width: 1020px){
    .newfeed-side{
        display:block;
        width:0%;
    }
    .newfeed-main{
        width:100%;
    }
}


@media screen and (min-width : 450px) and (max-width: 820px){
    .newfeed-side{
        display:none;
        width:0%;
    }
    .newfeed-main{
        width:100%;
    }

}

@media screen and (max-width: 450px){
    .newfeed-side{
        display:none;
        width:0%;
    }
    .newfeed-main{
        width:100%;
    }

}
