@media (max-width: 991px){
  
  /* body .status-view-popup .MuiListItem-root {
    padding: 1px 8px;
  }
  body .status-view-popup .MuiButton-root{
    height: auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
  } */

  body .m-block{
    display: block !important;
  }

  body .t-show-desktop {
      display: none !important;
 }
  body .m-text-center {
      text-align: center !important;
 }
  body .m-text-left {
      text-align: left !important;
 }
  body .m-text-right {
      text-align: right !important;
 }
  
}