 .membersList{
    width: 100%;
    /*display: flex;*/
    background: #fff;
    box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);
    border: 1px solid #ebfaff;
    padding: 20px;
    overflow:auto;
    margin-bottom: 30px;
    
 }
 .membersItem a{
    width: 100%;
    display: flex;
    color: #000;
      padding-bottom:20px;
    padding-top:10px;
 }
  .membersItem a.active{
    background: #efeff5;

  }
.membersListBtn {
    width: 100%;
    position: relative;
    z-index: 98;
    background: #fff;
        box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);
        color: #fe573c;
        font-size:15px; 
        font-weight: bold;
            line-height: 28px;
}
.membersListBtn i{
    position: relative;
    top: -3px;
        color: #fe573c;

}
.membersList ul{
    margin: 0;
    padding: 0;
    width: 100%;

}
.membersList li{
    list-style: none;
  

margin-bottom: 10px;     
    border-bottom: 1px solid #ccc;

}
.membersItem{
    display: flex;
    width: 100%;
    position: relative;

}
img.memberPic{
    width: 60px;
    height:60px;
    border-radius: 150px;
    object-fit: cover;
    margin-right: 15px;
}
.membersItem .status{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;

}
.membersItemData .status{
    position: absolute;
    right:20px;
    top:10px;
    font-size: 13px;

}
.membersItemData .status i{
    font-size:14px;
    position: relative;
    top: 3px;
}
.membersItemData{
    display: flex;
    width: 100%;
    align-content: center;
    flex-flow: column;
}
.memberName{
    font-weight: 600;
    margin: 10px 0 0 0;
}
.memberDesc{
        line-height: 24px;
    text-align: justify;
    font-weight: 600;
    font-size: 13px;
    color: #333;
}
.membersItem .memberDesc{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}
.memberChat{
      width: 100%;
    display: flex;
    flex-flow: column;
  

}
.memberChatUser{
         width: 100%;
    display: flex;
    color: #000;
}
.memberChatUser .membersItemData{
    background: #fff;
    box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);
    border: 1px solid #ebfaff;
    padding: 20px;
    position: relative;

}
.memberChatUser::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 25px;
    left: 76px !important;
    box-sizing: border-box;
    border: 0.5em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 55;
}
.memberChatRep{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.memberChatRep .memberName {
    font-weight: 600;
    margin: 10px 0 10px 0;
}
.AdminMember .memberName{
        color: #ee5621;

}
.UserMember .memberName{
        color: #39b54a !important;
}
.AdminMember .memberChatUser{
        flex-direction: row-reverse;
}
.AdminMember img.memberPic{
    margin-right: 0;
    margin-left: 15px;
    
}
.AdminMember .memberChatUser::after {
    
    top: 40px  !important;
    right: 62px !important;
    left: auto !important;
   
    transform: rotate(224deg)  !important;
    
}

.AdminMember .memberName, .UserMember .memberName {
    margin: 0 0 5px 0;
        padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.AdminMember .status, .UserMember .status{
    top: 22px;
}
.chatSendMsg{
    width: 100%;
       background: #fff;
    box-shadow: 0 1px 5px 3px rgba(0,0,0,0.1);
    border: 1px solid #ebfaff;
    padding: 10px;
    position: relative;
    display: flex;


}
.chatSendMsg textarea{
    width: 85%;
    resize: none;
    border:none;
    /*padding: 10px;*/
    height: 50px;

}
.chatSendMsg textarea:focus, .chatSendMsg textarea:hover{
    border: none;
    outline: none;
}
.chatSendMsg button{
    width: 15%;
    background: #39b54a;
    border:none;
    font-weight: 600;
        color: #fff !important;
        cursor: pointer;
}



/***** CHAT POP UP ******/
            .chatIcon{
                width: 60px;
                height: 60px;
                position: fixed;
                z-index: 989;
                bottom: 10px;
                right: 10px;
                background: #39b54a;
                text-align: center;
                line-height: 60px;
                border-radius: 150px;
                border: 0;
                color: #fff;
                padding: 0;
            }
            .chatIcon i{
                position: relative;
                top: 10px;
            }
            .chatPopUp{
                     box-shadow:0 9px 18px 5px rgba(0,0,0,0.3);
    position: fixed;
    width: 320px;
    /*min-height: 300px;*/
    background: rgb(255, 255, 255);
    right: 10px;
    bottom: 80px;
    z-index: 989989;
    border-radius: 10px;
    border: 5px solid #39b54a;
            }
            .chatPopUp-Head{
                width: 100%;
                padding:0 10px 10px 10px;
                background: #39b54a;
                border-radius: 4px 4px 0 0;
                color: #fff;
                font-weight: 600;
                font-size: 17px;
            }
            .chatPopUp-Head .clspopup{
                float: right;
                font-size: 20px;
                position: relative;
                top: 5px;
                cursor: pointer;
            }
            .clspopup:hover i{
                color: #fff;
            }
            .chatPopUp-Body{
                padding: 20px;
            }
            .chatPopUp-Body .form-group{
                margin-bottom: 15px;
                min-height: 40px;
            }
            .chatPopUp-Body .form-groupTArea{
                min-height: 60px;
                margin-top: 10px;


            }
            .chatPopUp-Body .form-control{
                font-size: 14px;
                color: #000;
                font-weight: 600;
            }
            .chatPopUp-ValidMsg{
                width: 100%;
                line-height: 22px;
            }
            .chatPopUp-Body button{
                margin-top: 10px;
            }
            .chatUserPopUp{
                width: 360px;
                position: fixed;
                height: 100%;
                background: #fff;
                right: 0;
                top: 0;
                z-index: 9898989;
                    box-shadow: 0 3px 20px 10px rgba(0,0,0,0.5);
            }
            .chatUserPopUp-Head{
                width: 100%;
                display: flex;
                height: 8%;
                border-bottom: 1px solid #ccc;
                /*padding-bottom: 10px;*/
                        box-shadow: 1px 3px 4px rgba(0,0,0,0.2);
                        background: #f9fafb;

            }
            .chatUserPopUp-Body{
                width: 100%;
                display: flex;
                height: 80%;
                overflow:auto;
                padding: 20px;

            }
            .chatUserPopUp-Footer{
                width: 100%;
                display: flex;
                height: 12%;
                border-top: 2px solid #ccc;

            }
            .chatUserPopUp-HeadUser{
                font-size: 15px;
                font-weight: 600;
                padding: 15px;
                width: 88%;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                color: #000;

            }
            .chatCloseIcon{
                padding: 10px;
                width: 12%;

                text-align: right;

            }
            .chatUserPopUp .chatSendMsg textarea{
                    width: 75%;
            }
            .chatUserPopUp .chatSendMsg button {
                width: 25%;
            }   

            .chatUserPopUp .memberChatUser .membersItemData {
    background: #f6f8fb;
     box-shadow: none; 
    border: 1px solid #b9cbd0;
    
}
.chatUserPopUp .memberChatUser::after {
    
    border-color: transparent transparent #f6f8fb #f6f8fb;
   
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.chatUserPopUp .memberChatUser .membersItemData{
        padding: 10px;

}
.chatUserPopUp-Body .UserMember .status{
        position: relative;
    text-align: right;
}
.chatUserPopUp-Body .UserMember .status i, .chatUserPopUp-Body .AdminMember .status i{
    font-size: 16px;
    position: relative;
    top: 2px;
}
.chatUserPopUp-Body .AdminMember .status{
        position: relative;
    text-align: left;
}
.green-text{
    color: #39b54a;
}

@media (max-height: 500px){
    
    .chatUserPopUp-Head{
        height: 13%;
    }
     .chatUserPopUp-Body{
        height: 70%;
    }
     .chatUserPopUp-Footer{
        height: 17%;
    }
    .chatPopUp{
        max-height: 300px;
        /*overflow:auto;*/
    }
    .chatPopUp-Body{
        max-height: 240px;
        overflow: auto;
    }
}
@media (max-height:991px){
    .requestBtn .btn-primary{
        font-size: 0 !important;
    right: 90PX;
    bottom: 10px;
    border-radius: 150px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
        background: #ed5621;
}
    }
     .requestBtn .btn-primary i{
        font-style: 24px;
        left: -5px;
    top: 5px;
    }
    }



@media (min-width: 992px){
.chatPage .navbar-toggler {
    display: none;
}

}
@media (max-width: 991px){
.memberChat, .membersList{
    
    margin: 30px 0 0 0;
}
.membersList{
    max-height: 360px;
    overflow: auto;
}
}

.chatsupport, .chatPopBox{
    -webkit-animation-name: chatPopup;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-timing-function: 200ms cubic-bezier(-0.66, -0.22, -0.18, -0.32);
    -webkit-transform-origin: 15% 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0px);
}
 @keyframes chatPopup {
0% {p
-webkit-transform: translate3d(0, 0, 0px) scaleY(0);
transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0px) scaleY(1);
transform: translate3d(0, 0, 0px) scaleY(1);
opacity: 1;
}
}
@-webkit-keyframes chatPopup {
0% {
-webkit-transform: translate3d(0, 0, 0px) scaleY(0);
opacity: 0;
}
100% {
-webkit-transform: translate3d(0, 0, 0px) scaleY(1);
opacity: 1;
}
}

.chatUserPopUp-Body  .UserMember .status {
    top: 9px;
    right: 0;
}
.chatUserPopUp-Body .AdminMember .status{
    top: 6px;
    right: 0px;
}
.msgConvContainer{
width: 100%;
}