@media (max-width: 750px) {

    .flex-heading{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

    }
    .flex-heading .heading-titles{


    }
    .flex-heading .heading-subtitle{
        margin-bottom:0px !important;
        padding-bottom:0px;
    }
    .flex-heading .heading-toolbar{

    }

    .list-group-conversations{
        padding-bottom:88px;
    }
    .header-mobile{
        display:block;
    }
    .page-content{
        padding:20px;
    }
    .header-main{
        display:none;
    }
    .sidebar{
        display:none;
    }
    .sidebar .user-info{
        color:#fff;
    }
    .body-account .page-wrapper{
        padding-left:0px;
        margin-left:0px;
    }
    .content-custom-account.medium{
   
        max-width:100%;
        margin:0 auto;
      }

    .sidebar.open{
        position:fixed;
        left:0px;
        top:0px;
        height:100%;
        overflow:auto;
        display:block;
        width:80%;
    }
    @keyframes slideIn {
        from {
            left: -100%;
        }
        to {
            left: 0;
        }
    }

    @keyframes slideOut {
        from {
            left: 0;
        }
        to {
            left: -100%;
        }
    }

    .sidebar {
        display:block;
        position: fixed;
        left: -100%;
        top: 0;
        height: 100%;
        overflow: auto;
        width: 80%;
      
    }

    .sidebar.open {
        animation: slideIn 0.3s forwards;
    }

    .sidebar{
         /* animation: slideOut 0.3s forwards;*/
    }
    .sidebar .logo img{
        max-width:170px;
    }
    

    /* Custom Heading */
    .heading-custom{
        display:flex;
        flex-direction:column;
        justify-content:space-between;
        align-items:flex-start;
        margin-bottom:20px;
      }

      /* Transactions List */
      .transactions-list-new .transaction .date{
        display:block;
        margin-bottom:10px;
        text-align:left;
      }
      .transactions-list-new .transaction .date .transaction-type-badge{
        display:block;
      }


      .card-list .card-item {
       width:100%;
      }

      .btn{
        margin-bottom:5px;
      }



      .table-mags {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        display:none;
      }
      .table-mags thead{
        display:none;
      }
      .table-mags thead,
      .table-mags tbody,
      .table-mags th,
      .table-mags td,
      .table-mags tr {
        display: table;
        width: 100%;
        white-space: nowrap;
        text-align:left;
      }
      .table-mags .mob-container{
        padding:4px;
        text-align:left;
      }
      .table-mags .mob-title{
        font-weight:600;
        font-size:14px;
        color:#000;
        margin-bottom:5px;
        text-align:left;
      }
      .chat-layout{
        min-height:auto;
      }
      .chat-layout .chat-panel{
        height:auto;
      }






}