.alltebside {
    width: 93%;
    float: left;
    position: relative;
}

.message_alldata {
    width: 100%;
    float: left;
    display: block;
}

.userchat_bord {
    width: 30%;
    float: left;
    border-right: 5px solid #eceef3;
    background: #FFFFFF;
    height: 100vh;
    position: relative;
}

.groupheader {
    width: 100%;
    float: left;
    padding: 10px 15px 13px 23px;
    background: #fff;
}

.top_msg_icon {
    width: 100%;
    float: left;
    padding-bottom: 15px;
}

.top_msg_icon .userdp {
    padding: 0px 42px;
}

.backgroup {
    float: left;
}

.backgroup i {
    float: left;
    color: #1B2441;
    line-height: 30px;
}

.userdp {
    float: left;
    position: relative;
}

.userdp strong {
    float: left;
    font-size: 18px;
    color: #1B2441;
    font-family: 'IBMPlexSansCondensed-Medium';
    overflow: hidden;
    line-height: 23px;
}

.userdp span img {
    width: 14px;
}

.userdp i {
    font-size: 13px;
    color: #B9BCCA;
    margin: 5px 0px;
}

.userdp span {
    float: left;
    margin: 4px 10px 0px;
    font-size: 15px;
    color: #888EA3;
    font-family: 'IBMPlexSansCondensed-Medium';
    line-height: 15px;
    letter-spacing: 0.3px;
}

.userdp b {
    font-style: normal;
    font-size: 11px;
    color: #1B2441;
    width: 20px;
    height: 20px;
    float: left;
    font-family: 'IBMPlexSansCondensed-Medium';
    background: #F8F9FB;
    border: 1px solid #ECEEF3;
    text-align: center;
    position: absolute;
    left: 33px;
    top: 4px;
    border-radius: 50px;
    z-index: 7;
}

.userdp ul {
    float: left;
    list-style-type: none;
    padding-left: 18px;
    margin-right: 10px;
    margin-top: -1px;
}

.userdp ul li {
    display: inline-block;
    margin-left: -18px;
    position: relative;
    display: none;
}

.userdp ul li img {
    border-radius: 50px;
    float: left;
    border: 1.5px solid #FFFFFF;
    width: 25px;
    height: 25px;
}

.userdp ul li:first-child {
    z-index: 6;
    display: inline-block;
}

.userdp ul li:nth-child(2) {
    z-index: 5;
    display: inline-block;
}

.userdp ul li:nth-child(3) {
    z-index: 4;
    display: inline-block;
}

.top_msg_icon .userdp {
    padding: 0px 42px;
}

/*.groupmenu{float: right;}
.groupmenu i{float: right;color: #B9BCCA;    font-size: 30px;}*/
.groupmsg_text strong {
    float: left;
    font-size: 18px;
    color: #1B2441;
    font-family: 'IBMPlexSansCondensed-Medium';
    padding-bottom: 8px;
    line-height: 23px;
}

.groupmsg_text span {
    float: right;
    font-size: 13px;
    font-family: 'IBMPlexSansCondensed-Medium';
    line-height: 25px;
}

.groupmsg_text p {
    width: 100%;
    float: left;
    color: #1B2441;
    font-size: 15px;
    line-height: 19px;
}

.chat_users {
    /*width: 100%;*/
    /*float: left;*/
    display: flex;
    background-color: #ffffff;
}

.chat_users a {
    width: 100%;
    float: left;
    padding: 20px 15px;
    border-bottom: 1px solid #ECEEF3;
    border-left: 3px solid #f8f9fb;
}

.chat_users .not_read {
    border-left: 3px solid #F73438;
    padding-left: 18px;
}

.chat_users .active {
    background: #F8F9FB;
    border-left: 3px solid #1B2441;
    padding-left: 18px;
}

.view_uesername {
    width: 80%;
    float: left;
    align-self: center;
}

.meg_text {
    width: 100%;
    float: left;
}

.meg_text p {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    font-size: 15px;
    color: #1B2441;
    line-height: 19px;
}

.viewicon .report_icon {
    color: #FF8822;
}

.viewicon .checkciecle {
    color: #2EC07E;
}

.viewicon .checkciecle_grey {
    color: #B9BCCA;
}

.viewmsg .checkciecle_grey {
    color: #B9BCCA;
}

.viewicon {
    float: left;
    margin-right: 10px;
}

.viewicon i {
    font-size: 18px;
    color: #1B2441;
    margin-top: 5px;
}

.times {
    float: right;
    font-size: 13px;
    color: #888EA3;
    margin: 0 0 0 20px;
    font-family: 'IBMPlexSansCondensed-Medium', serif;
    line-height: 15px;
}

.option_icon {
    text-align: center;
    color: #1B2441;
    font-size: 20px;
    line-height: 0;
}

.linkandfonts, .linkAttachmentMessage {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 0;
}

.linkandfonts input[type='file'], .linkAttachmentMessage input[type='file'] {
    display: none;
}

.linkandfonts .upload, .linkAttachmentMessage .upload {
    float: left;
    margin: 15px 0 0;
    cursor: pointer;
}

.linkandfonts .upload i, .linkAttachmentMessage .upload i {
    color: #1B2441;
}

.linkandfonts .textformat, .linkAttachmentMessage .textformat {
    float: left;
    margin: 15px 8px 0px;
}

.linkandfonts .textformat i, .linkAttachmentMessage .textformat i {
    color: #1B2441;
}

.type_textarea textarea {
    width: 100%;
    float: left;
    background: #ECEEF3;
    height: 50px;
    resize: none;
    border-radius: 3px;
    padding: 17px 80px 12px 12px;
    outline: none;
    border: 1.5px solid #ECEEF3;
    line-height: 15px;
}

.type_textarea textarea.active {
    border: 1.5px solid #2EC07E;
}

/*
.type_textarea .pls{width: 100%;float: left;border: 0px;padding: 17px 80px 12px 12px;line-height: 15px;min-height:51px;max-height: 77px;}
*/
.type_textarea .form-chat-new-message {
    padding-top: 11px !important;
    background: #ECEEF3 !important;
    z-index: 1;
    position: relative;
    padding-bottom: 16px;
    line-height: 25px;
    resize: none;
    border-radius: 3px;
    outline: none;
    border: 1.5px solid #ECEEF3;
    overflow-x: hidden;
    overflow-y: auto;
}

.type_textarea [contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text)
}

.type_textarea .envoyer {
    font-size: 15px;
    color: #2EC07E;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 15px 15px;
    height: 50px;
    font-family: 'IBMPlexSansCondensed-Medium', serif;
    line-height: 15px;
}

.type_textarea {
    width: 90%;
    position: relative;
    float: right;
}

.search_popup {
    width: 100%;
    float: left;
    background: #F8F9FB;
    z-index: 9;
    box-shadow: 0px 0px 6px rgb(0 0 0 / 14%);
    margin-right: 10px;
    display: none;
    height: 100vh;
    position: relative;
}

.search_popup .typemessage textarea {
    width: 100%;
}

.search_popup .typemessage .envoyer {
    margin-top: 0px;
    right: 0px;
    bottom: 0;
}

.search_popup .typemessage .typemessage {
    width: 18%;
    float: left;
}

.search_popup .typemessage .type_textarea {
    width: 80%;
}

.search_popup .typemessage .linkandfonts {
    width: 20%;
    float: left;
    bottom: 16px;
}

.search_popup .typemessage {
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
}

.linkandfonts, .linkAttachmentMessage {
    width: 9%;
    float: left;
    position: absolute;
    left: 15px;
    bottom: 5px;
}

.typemessage {
    width: 100%;
    float: left;
    position: absolute;
    padding-right: 10px;
    bottom: 15px;
    right: 0;
    background: #F8F9FB;
}

.search_userinputs {
    width: 100%;
    float: left;
    padding: 12px;
    background: #fff;
    position: relative;
}

.search_userinputs a {
    float: left;
    margin-top: 0;
}

.search_userinputs a i {
    font-size: 18px;
    color: #1B2441;
    margin-top: 5px;
}

.chat_search {
    width: 100%;
    float: left;
    position: relative;
}

.chat_search .searchtype {
    width: 100%;
    float: left;
    height: 50px;
    border-radius: 3px;
    padding: 15px 41px 15px 15px;
    font-size: 15px;
    background: #ECEEF3;
    border: 1px solid #eceef3;
    line-height: 15px;
}

.chat_search i {
    color: #888EA3;
    font-size: 21px;
    position: absolute;
    right: 11px;
    top: 14px;
}

.chat_search .searchtype::placeholder {
    color: #888EA3;
}

.chat_search .searchtype.active {
    border: 1.5px solid #2EC07E;
}

.chat_search .search_userinputs input {
    float: left;
    border: 0px;
    width: 47%;
    padding-left: 10px;
    color: #1B2441;
}

.chat_search .search_userinputs input::placeholder {
    color: #1B2441;
}

.chatname_msessage {
    width: 100%;
    /*float: left;*/
    overflow-x: hidden;
    overflow-y: scroll;
    /*height: calc(100vh - 200px);*/
}

/*.chatname_msessage::-webkit-scrollbar {*/
/*    width: 5px;*/
/*}*/

/*.chatname_msessage::-webkit-scrollbar-track {*/
/*    background: #f1f1f1;*/
/*}*/

/*.chatname_msessage::-webkit-scrollbar-thumb {*/
/*    background: #c5c5c5;*/
/*}*/

/*.chatname_msessage::-webkit-scrollbar-thumb:hover {*/
/*    background: #c5c5c5;*/
/*}*/

.ajouter_un_membre {
    width: 100%;
    float: left;
}

.ajouter_un_membre .search_userinputs {
    padding: 0px;
    background: #eceef3;
}

.ajouter_un_membre .search_userinputs a {
    float: left;
    width: auto;
}

.ajouter_un_membre .search_userinputs a i {
    padding: 2px 0px 0px;
    font-size: 16px;
}

.msgedit {
    width: 100%;
    float: left;
    padding-bottom: 7px;
}

.title_messages {
    width: 100%;
    float: left;
    padding: 15px 15px 7px;
}

.bold_title {
    font-family: 'IBMPlexSansCondensed-Bold', serif;
}

.mbsc-ios.mbsc-form-control-wrapper {
    background: none;
}

.mbsc-ios.mbsc-form-control-wrapper:after, .mbsc-ios.mbsc-form-control-wrapper:before {
    border: 0px!important;
}

.title_messages h2 {
    float: left;
    color: #1B2441;
    font-size: 30px;
    font-family: 'IBMPlexSansCondensed-Bold', serif;
    line-height: 39px;
}

.title_messages a {
    float: right;
    margin-top: 8px;
}

.title_messages a i {
    color: #1B2441;
    font-size: 21px;
}

.userchat_list {
    width: 100%;
    float: left;
}

.user_msg_bord {
    width: 70%;
    float: left;
    background: #F8F9FB;
    height: 100vh;
    position: relative;
}

.user_msg_new {
    width: 100%;
    float: left;
    background: #F8F9FB;
    height: 100vh;
    position: relative;
}

.back_to_message_new {
    width: 100%; /*float: left;*/
    background: #FFFFFF;
    padding: 12px 0px;
}

.back_to_message_new p {
    float: left;
    margin-bottom: 0px;
    font-size: 18px;
    color: #1B2441;
    font-family: 'IBMPlexSansCondensed-Bold', serif;
    line-height: 23px;
}

.username_profile {
    width: 100%;
    float: left;
    background: #FFFFFF;
    padding: 12px 0px;
}

.username_profile img {
    float: left;
    border-radius: 50px;
}

.username_profile p {
    float: left;
    font-size: 18px;
    color: #1B2441;
    font-family: 'IBMPlexSansCondensed-Bold', serif;
    margin: 6px 0 0 15px;
    line-height: 23px;
}

.center_name {
    width: 25%;
    margin: 0 auto;
}

.backmsgnew {
    display: none;
}

.usermenu {
    display: none;
}

.chatbord_types {
    float: left;
}

/*
.messageboxes{width: 100%;float: left;overflow-x: hidden;overflow-y: scroll;height: calc(100vh - 139px);}
.messageboxes::-webkit-scrollbar {width: 5px;}
.messageboxes::-webkit-scrollbar-track {background: #f1f1f1; }
.messageboxes::-webkit-scrollbar-thumb {background: #c5c5c5; }
.messageboxes::-webkit-scrollbar-thumb:hover {background: #c5c5c5; }
 */
.right_msgboxes {
    float: right;
    width: 100%;
    padding-right: 15px;
    padding-bottom: 25px;
}

.datetime {
    float: right;
    font-size: 13px;
    color: #B9BCCA;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
    line-height: 15px;
    letter-spacing: 0.26px;
}

.left_msgboxes {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

.left_msgboxes img {
    border-radius: 50px;
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    width: 25px;
    bottom: 25px;
}

.left_msgboxes .msgchat_box {
    background: #ECEEF3;
    float: left;
    margin-left: 35px;
}

.left_msgboxes .msgchat_box p {
    color: #1B2441;
}

.left_msgboxes .datetime {
    text-align: left;
    float: left;
    padding-left: 35px;
}

.msgchat_box {
    float: right;
    width: 60%;
    background: #2EC07E;
    border-radius: 3px;
    padding: 8px 12px;
}

.msgchat_box p {
    margin-bottom: 0px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 19px;
}

.msgchat_box a {
    margin-bottom: 0px;
    color: #1B2441;
    font-size: 15px;
    line-height: 19px;
    font-family: 'IBMPlexSansCondensed-Medium', serif;
}

.viewmsg {
    float: right;
    font-size: 13px;
    color: #B9BCCA;
    margin-top: 5px;
    width: 100%;
    text-align: right;
    margin-bottom: 0px;
    line-height: 15px;
}

.viewmsg i {
    font-size: 13px;
    color: #2ec07e;
    position: relative;
    top: 3px;
}

.userdp strong {
    font-weight: 150;
}

span.chat-message-status {
    position: absolute;
    left: -3px;
    z-index: 7;
    top: 6px;
}

span.chat-message-status span.status {
    border-radius: 5px;
    height: 10px;
    width: 10px
}

span.chat-message-status.online span.status {
    background: #8bbf61 none repeat scroll 0 0;
}

span.chat-message-status.offline span.status {
    background: #c2c2c2 none repeat scroll 0 0;
}

span.chat-message-status.away span.status {
    background: #f0ad4e none repeat scroll 0 0;
}

span.chat-message-status.busy span.status {
    background: #bd362f none repeat scroll 0 0;
}

.ui-autocomplete {
    z-index: 9;
}

.view-all-comments {
    width: 100%;
}

.head_separator {
    font-size: 40px;
    line-height: 0;
    vertical-align: top;
}

.view-all-comments a {
    color: #6f727d !important;
    padding: 10px 0 10px 0;
    font-weight: bold;
}

.view-all-comments a span:not(:first-child) {
    padding: 0 5px 0 5px;
}

.view-all-comments span.mbsc-txt-muted {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}

.status_description {
    float: right;
    text-align: right;
    padding-bottom: 15px;
}

.status_description ul li {
    font-size: 12px;
    padding-right: 15px;
}

input.ui-autocomplete-loading {
    background-image: url('/files/images/loader.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}

#chatbox {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0px 0px 10px 15px;
}

#chatmessages {
    overflow: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
    /*max-height: 618px;*/
}

.chat_file_upload_attachment_result,
.chat_file_new_upload_attachment_result {
    background: #ECEEF3;
    height: 40px;
    z-index: 1;
    position: relative;
    float: right;
    width: 90%;
    border: 1px solid #ccc;
    margin-bottom: -1px;
}

.chat_file_upload_attachment_result i,
.chat_file_new_upload_attachment_result i {
    float: left;
    padding: 12px;
}

.chat_file_upload_attachment_result div,
.chat_file_new_upload_attachment_result div {
    margin-top: 8px;
    overflow: hidden;
    display: block ruby;
}

.msgchat_box_file img {
    max-height: 250px;
    max-width: 100%;
    margin: 10px 0px 5px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
}

.msgchat_box_file {
    margin: 0px;
    padding: 0 6px 0 6px;
}

.chat_attachment_popup {
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    background-color: #F8F9FB;
    padding-top: 10px;
    margin-top: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
}

.form_bloc_border {
    padding: 10px;
    background: white;
}

.content_msg {
    display: flow-root;
}

.box_follow_title {
    display: flex;
    background-color: #eceef3;
    font-family: 'IBMPlexSansCondensed-Medium', serif;
    padding: 0 15px 0 20px;
    border-bottom: 1px solid #ccc;
}

.box_follow {
    display: flex;
}

.box_follow_title label {
    background-color: inherit!important;
    padding: 13px 15px;
}

.box_follow label {
    background-color: inherit;
    padding: 13px 15px;
}

@media screen and (min-width: 1301px) {
    .user_msg_new {
        display: none;
    }

    .back_to_message_new {
        padding: 0px;
        height: 60px;
    }

    .back_to_message_new p {
        margin: 16px 0px 0px 15px;
    }

    .backmsgnew {
        float: left;
        padding: 14px 0 0 14px;
        display: block;
        width: 23%;
        height: 60px;
    }

    .backmsgnew a i {
        font-size: 30px;
        color: #1B2441;
    }
}

@media screen and (min-width: 991px) and (max-width: 1300px) {
    .alltebside {
        width: 91% !important;
    }
}

@media screen and (min-width: 1200px) {
    .tebsize {
        width: 60%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .alltebside {
        width: 91%;
    }

    .userchat_bord {
        width: 45%;
    }

    .userdp strong {
        width: auto;
        font-size: 18px;
    }

    .userdp {
        width: auto;
    }

    .linkandfonts textarea, .linkAttachmentMessage textarea {
        width: 86%;
    }

    .linkandfonts, .linkAttachmentMessage {
        width: 14%;
    }

    .linkandfonts .envoyer, .linkAttachmentMessage .envoyer {
        right: 18px;
    }

    .type_textarea {
        width: 90%;
    }

    .search_popup .linkandfonts .envoyer {
        right: 27px;
    }

    .search_popup .typemessage .linkandfonts {
        width: 17%;
    }

    .search_popup .typemessage .type_textarea {
        width: 83%;
    }

    .chatname_msessage {
        /*height: calc(100vh - 119px);*/
    }

    .user_msg_bord {
        width: 55%;
    }

    .user_msg_new {
        display: none;
    }

    .center_name {
        width: 50%;
    }

    #chatbox {
        padding: 12px 0px 12px 12px;
        /*height: calc(100vh - 153px);*/
    }

    #chatmessages {
        /*max-height: calc(100vh - 153px);*/
    }

    /*.messageboxes{ height: calc(100vh - 153px);}*/
    .chat_group_users a {
        height: 50px !important;
    }

    .back_to_message_new {
        padding: 0px;
        height: 60px;
    }

    .backmsgnew {
        float: left;
        padding: 14px 0 0 14px;
        display: block;
        width: 23%;
        height: 60px;
    }

    .backmsgnew a i {
        font-size: 30px;
        color: #1B2441;
    }

    .back_to_message_new p {
        margin: 16px 0px 0px 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .alltebside {
        width: 100%;
    }

    .message_alldata {
        width: 100%;
        background: #f8f9fb;
    }

    .userchat_bord {
        width: 100%;
        border-right: 0px;
        height: auto;
        background: none;
        display: block;
    }

    .userdp {
        width: initial;
    }

    .chat_users a {
        height: 96px;
    }

    .chat_group_users a {
        height: 50px !important;
    }

    .search_popup {
        position: fixed;
        height: 100%;
    }

    .search_popup .type_textarea {
        width: 91%;
    }

    .linkandfonts, .linkAttachmentMessage {
        margin-top: 0;
    }

    .linkandfonts textarea, .linkAttachmentMessage textarea {
        width: 91%;
        padding: 16px 66px 12px 12px;
    }

    .search_popup .linkandfonts .envoyer {
        top: 0px;
        right: 16px;
    }

    .search_popup .typemessage .linkandfonts {
        width: 9%;
    }

    .linkandfonts .envoyer, .linkAttachmentMessage .envoyer {
        top: 10px;
        right: 15px;
    }

    .search_popup .type_textarea {
        width: 91%;
    }

    .msgedit {
        padding-bottom: 9px;
    }

    .title_messages { /* position: fixed;top: 60px;left: 0;background: #fff;z-index: 9;   */
        background: #f8f9fb;
        padding: 70px 15px 7px;
    }

    .title_messages h2 {
        font-size: 21px;
        margin-bottom: 0px;
        line-height: 28px;
    }

    .title_messages a {
        margin-top: 0px;
    }

    /*.chatname_msessage{    height: calc(100vh - 228px);}*/
    .user_msg_bord {
        width: 100%;
        display: none;
    }

    .user_msg_new {
        display: none;
    }

    .username_profile {
        padding: 0px;
        height: 60px;
    }

    .back_to_message_new {
        height: 60px;
        padding-top: 15px
    }

    .center_name {
        width: 100%;
        margin: inherit;
        padding: 12px 12px;
        float: left;
    }

    /*.backmsgnew{float: left;padding: 3px 55px 0px 0px;display: block;}*/
    .backmsgnew {
        float: left;
        padding: 0 0 0 15px;
        display: block;
        width: 23%;
    }

    .backmsgnew a i {
        font-size: 30px;
        color: #1B2441;
    }

    .backmsg {
        float: left;
        padding: 3px 55px 0px 0px;
        display: block;
    }

    .backmsg a i {
        font-size: 30px;
        color: #1B2441;
    }

    .tebsize {
        width: 26%;
        margin: 0 auto;
    }

    .usermenu {
        float: right;
        padding: 7px 0px 0px;
        display: block;
        position: relative;
    }

    .usermenu a i {
        color: #B9BCCA;
    }

    .user_setting {
        float: left;
        background: #ffffff;
        box-shadow: 0px 0px 3px rgb(0 0 0 / 23%);
        position: absolute;
        right: 0px;
        top: 30px;
        width: 120px;
        border-radius: 3px;
        overflow: hidden;
        display: none;
        z-index: 999;
    }

    .user_setting ul {
        width: 100%;
        float: left;
        list-style-type: none;
    }

    .user_setting ul li {
        width: 100%;
        float: left;
        padding: 5px 10px;
        border-bottom: 1px solid #f1f1f1;
    }

    .user_setting ul li a {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #1B2441;
    }

    #chatbox {
        padding: 0px;
        /*height: calc(100vh - 133px);*/
    }

    #chatmessages {
        /*max-height: calc(100vh - 133px);*/
    }

    /*.messageboxes{padding: 15px 0px 0px 15px;height: calc(100vh - 133px);}*/
    .right_msgboxes {
        margin-bottom: 9px;
    }

    .left_msgboxes {
        margin-bottom: 9px;
    }

    .msgchat_box {
        width: 60%;
    }

    .viewmsg img {
        margin-right: 3px;
        width: 12px;
        margin-top: -1px;
    }

    .chatbord_types {
        margin-top: 60px;
    }

    .back_to_message_new p {
        margin: 3px 0px 0px 15px;
    }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
    .alltebside {
        width: 100%;
    }

    .message_alldata {
        width: 100%;
        background: #f8f9fb;
    }

    .userchat_bord {
        width: 100%;
        border-right: 0px;
        height: auto;
        background: none;
        display: block;
    }

    .userdp {
        width: initial;
    }

    /*.chat_users a {*/
    /*    height: 96px;*/
    /*}*/

    .chat_group_users a {
        height: 50px !important;
    }

    .typemessage {
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 8px;
        bottom: 0px;
    }

    .type_textarea {
        width: 87%;
    }

    .search_popup .typemessage .type_textarea {
        width: 78%;
    }

    .search_popup {
        position: fixed;
        height: 100%;
    }

    .linkandfonts, .linkAttachmentMessage {
        padding: 0px 0px;
        margin-top: 0;
        width: 22%;
        bottom: 15px;
    }

    .linkandfonts textarea, .linkAttachmentMessage textarea {
        width: 82%;
        padding: 16px 66px 12px 12px;
    }

    .linkandfonts .envoyer, .linkAttachmentMessage .envoyer {
        top: 10px;
        right: 13px;
    }

    .search_popup .linkandfonts textarea {
        width: 80%;
    }

    .search_popup .linkandfonts .envoyer {
        top: 0px;
        right: 16px;
    }

    .msgedit {
        padding-bottom: 9px;
    }

    .title_messages { /* position: fixed;top: 60px;left: 0;background: #fff;z-index: 9;   */
        background: #f8f9fb;
        padding: 70px 15px 7px;
    }

    .title_messages h2 {
        font-size: 21px;
        margin-bottom: 0px;
        line-height: 28px;
    }

    .title_messages a {
        margin-top: 0px;
    }

    .chatname_msessage {
        /*height: calc(100vh - 228px);*/
    }

    .user_msg_bord {
        width: 100%;
        display: none;
    }

    .user_msg_new {
        display: none;
    }

    .username_profile {
        padding: 0px;
        height: 60px;
    }

    .back_to_message_new {
        height: 60px;
        padding-top: 15px
    }

    .center_name {
        width: 100%;
        margin: inherit;
        padding: 12px 12px;
        float: left;
    }

    .backmsgnew {
        float: left;
        padding: 0 0 0 15px;
        display: block;
        width: 23%;
    }

    .backmsgnew a i {
        font-size: 30px;
        color: #1B2441;
    }

    .backmsg {
        float: left;
        padding-top: 2px;
        display: block;
        width: 23%;
    }

    .backmsg a i {
        font-size: 30px;
        color: #1B2441;
    }

    .tebsize {
        width: 69%;
        float: left;
    }

    .usermenu {
        float: right;
        padding: 7px 0px 0px;
        display: block;
        position: relative;
        width: 8%;
    }

    .usermenu a i {
        color: #B9BCCA;
    }

    .user_setting {
        float: left;
        background: #ffffff;
        box-shadow: 0px 0px 3px rgb(0 0 0 / 23%);
        position: absolute;
        right: 0px;
        top: 30px;
        width: 120px;
        border-radius: 3px;
        overflow: hidden;
        display: none;
        z-index: 999;
    }

    .user_setting ul {
        width: 100%;
        float: left;
        list-style-type: none;
    }

    .user_setting ul li {
        width: 100%;
        float: left;
        padding: 5px 10px;
        border-bottom: 1px solid #f1f1f1;
    }

    .user_setting ul li a {
        width: 100%;
        float: left;
        font-size: 13px;
        color: #1B2441;
    }

    #chatbox {
        padding: 0px;
        /*height: calc(100vh - 128px);*/
    }

    #chatmessages {
        margin-left: 10px;
        /*max-height: calc(100vh - 128px);*/
    }

    /*.messageboxes{padding: 15px 0px 0px 15px;    height: calc(100vh - 128px);}*/
    .right_msgboxes {
        margin-bottom: 9px;
    }

    .left_msgboxes {
        margin-bottom: 9px;
    }

    .msgchat_box {
        width: 70%;
    }

    .viewmsg img {
        margin-right: 3px;
        width: 12px;
        margin-top: -1px;
    }

    .chatbord_types {
        margin-top: 60px;
    }

    #chatMoreMessage {
        margin-bottom: 10px;
    }

    .back_to_message_new p {
        margin: 3px 0px 0px 15px;
    }
}

@media screen and (max-width: 374px) {
    /*.chat_users a {*/
    /*    height: 110px;*/
    /*}*/

    .chat_group_users a {
        height: 50px !important;
    }

    .meg_text p {
        font-size: 13px;
    }

    .search_popup .typemessage .linkandfonts {
        width: 22%;
    }
}
