
@media (max-width: 991px) {

    /** chat */
    #users-list {
        background: white;
        height: 100vh;
        width: 100%;
        position: fixed;
        top: 207px;
        right: 72px;
        z-index: 99;
        overflow-y: scroll;
        left: 0;
    }

    /*body{*/
    /*    overflow: hidden;*/
    /*}*/
    #users-list > #search-div {
        position: fixed;
        top: 106px;
        z-index: 99999;
        background: white;
        right: 0;
        width: 100%;
    }


    #chat-content {
        z-index: 105;
        position: fixed;
        top: 66px;
        right: 0;
        border-right: 0;
        width: 100% !important;
        background: white;
    }

    .modal {
        position: fixed;
        top: 70px;
        background: #2d2b2b99;
    }



    #chat-head-username {
        width: 100% !important;
    }

    #chat-header {
        padding: 0 !important;
        height: 55px;
    }

    #up-container-chat {
        padding: 0;
    }


    .send-message-div {
        position: fixed;
    }

    /** end chat */


}


@media (max-width: 768px) {
    /** chat */

    .sm-order-1{
        order: 1;
    }
    .sm-order-2{
        order: 2;
    }

    .on-mobile-hidden{
        display: none !important;
    }
    #users-list {
        background: white;
        height: 100vh;
        /*width: 100vh;*/
        position: fixed;
        top: 177px;
        right: 0;
        z-index: 102;
        overflow-y: scroll;
    }
    .chat-box {
        max-height: unset;
    }
    /** end chat */

    .dataTables_wrapper .dataTables_filter input {
        width: 200px !important;
    }

}