@media (max-width: 992px) {
  .list-mo-view tr {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #000;
  }
  .table.list-mo-view th,
  .table.list-mo-view td {
    border: none;
    white-space: normal;
    padding: 0.5rem;
  }
  .table.list-mo-view-boder tbody tr th,
  .table.list-mo-view-boder tbody tr td {
    border-top: 1px solid #000;
  }
  .list-mo-view thead {
    display: none;
  }
  .list-mo-view .media-body {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .mo-viwe-pagination nav {
    width: 100%;
    overflow: auto;
  }
  .mo-viwe-pagination .pagination {
    margin: auto;
    max-width: 100%;
    justify-content: center;
  }
  .mo-viwe-pagination .pagination .page-item .page-link,
  .mo-viwe-pagination .pagination .page-item span {
    width: 26px;
    height: 26px;
    font-size: 0.625rem;
  }
}
@media (max-width: 576px) {
  .New-User-mo-view {
    position: absolute;
    top: -47px;
    left: 12px;
  }
  .btn-block-sm {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .Remove-mo-view {
    width: 100%;
    margin-top: 15px;
  }
  .container-mo-mt-view {
    margin-top: -7rem !important;
  }
}
.sidenav-mo-times {
  position: absolute;
  top: 20px;
  font-size: larger;
  left: 20px;
}

@media screen and (max-width: 768px) {
 
  .badge{
      white-space:unset !important;
  }
  
  table tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before,table th::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }

  .mo-viwe-pagination nav {
    width: 100%;
    overflow: auto;
  }
  .mo-viwe-pagination .pagination{
    flex-wrap: wrap !important;
  }
}
