.newMainCards2{
    height: calc((100vh - 57px) - 2rem) !important;
    overflow-y: auto !important;
}



.newMainCards2::-webkit-scrollbar{
    width: 12px;
}

.newMainCards2::-webkit-scrollbar-thumb{
    background: #151c25;
}

.newMainCards2::-webkit-scrollbar-track{
    background: #e0e9fc;
}


.cart_matches2{
    height: calc((100vh - 57px) - 2rem) !important;
    overflow-y: auto !important;
}



.cart_matches2::-webkit-scrollbar{
    width: 12px;
}

.cart_matches2::-webkit-scrollbar-thumb{
    background: #151c25;
}

.cart_matches2::-webkit-scrollbar-track{
    background: #e0e9fc;
}



@media screen and (max-width: 1000px) {

    /*.newMainCards2{height: auto !important;}
    .cart_matches2{height: auto !important;}*/
    .content-wrapper2{padding-bottom:0 !important;}
} 



/*#######################################*/
@media screen and (max-width: 575px) {

    .newMainCards2{height: auto !important;}
    .cart_matches2{height: auto !important;}
    .content-wrapper2{padding-bottom: 50px !important;}

} 







