.menu{
    display: none;
}
.m-product-body-mobile{
    display: none;
}
.logo_color{
    display: none;
}
.header_page_title{
    display: none;
}
.mobile_payment_button{
    display: none;
}
@media only screen and (max-width : 1400px) {
   
}
@media only screen and (max-width : 1200px) {    
    .web_status_item{
        width: calc(33.80% - 15px);
    }

}

@media only screen and (max-width : 992px) {
    .page_main article {
        padding-left: 0;
        padding-top: 75px;
    }
    
    aside{
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out !important;
    }
    header{
        padding-left: 10px;
        background: var(--clr_one);
        /*padding:18px;*/
    }
    .fullscreen_btn{
        display: none;
    }
    .asideOpen{
        transform: translateX(-00%);
        transition: transform 0.3s ease-in-out !important;
    }
    .menu{
        display: block;
    }
    .logo_color{
        display: block;
    }
    .logo_color img{
      height: 35px;
    }
    .earning_list {
    max-height: 70px;
    }
   
    .main_login{
        margin: 15px;
    }
    .web_status_item{
        width: calc(50% - 15px);
    }
    .header_page_title{
        display: block;
    }
    .m-product-body-mobile{
        display: flex;
    }
    .table_card{
        display: none;
    }
    
    .avatar-upload .avatar-preview {
    width: 50% !important;
    
    }
    .hide_for_mobile{
    display: none;
    }
    .mobile_payment_button{
        display: block;
    }
    .img-size{
        width:50% !important;
    }
    .footer{
        background: #071520;
        border-radius: 10px;
        padding: 10px;
        margin-top: 15px;
        padding: 15px;
        color: white;
        font-size: 14px;
        margin-bottom: 150px;
    }
    
    
}
@media only screen and (max-width : 768px) {
    

   .stand_drop{
        width: 320px;
   }
   .nav_right {
        gap: 5px;
    }
    .main_login{
        flex-direction: column;
        margin: 15px;
    }
    .ml_left{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ml_right {
        padding: 30px 20px
    }
    .web_status_item{
        width: 100%;
    }
    
}
@media only screen and (max-width : 500px) {
}



@media (min-width: 1200px){
    
}
@media only screen and (max-width: 1500px) and (min-width: 1200px)  {
   

}
