/*Chat App Css*/

.meCard {
    height: calc(100vh);
    max-height: calc(100vh);
}

#imageContainer {
    background: #fff5f0;
    height: calc(100vh);
    background-image: url("https://zoconut-static.s3.ap-south-1.amazonaws.com/default-images/group_chat_background.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 16%;
    z-index: 1;
    right: 6px;
}

.usrActive {
    background-color: #ff6f00;
}

.usrInactive {
    background-color: gray;
}

.search-client {
    background-image: none !important;
}

.recent-chat-tab {
    text-align: center;
    font-size: 18px !important;
}

.contact-chat-tab {
    text-align: center;
    font-size: 18px !important;
}

.meCardBody {
    text-align: center;
    padding: 0 10px 10px 10px;
}

.meLinks {
    font-size: 14px;
    font-family: "Zoconut Normal";
    font-weight: bold;
    width: 50%;
    text-align: center;
    padding: 10px;
    display: inline-flex;
}

.meLinks.active {
    border-top: 4px #ff6f00 solid;
}

.meSearchHolder {
    padding: 0px 0;
}

.meChatHolder {
    width: 100%;
    overflow-y: scroll;
    height: calc(82vh);
}

.outerContainer:hover {
    box-shadow: 0 2px 5px 1px #ff8d369e;
}

.outerContainer {
    padding: 15px 8px 8px 8px;
    display: flex;
    width: 100%;
    margin: 5px 0;
    background: white;
    cursor: pointer;
}

.leftImageHolder {
    height: 45px;
    background-size: cover;
    background-repeat: round;
    border-radius: 50%;
}

.userDetailHolder {
    padding: 0 0 8px 10px;
    text-align: justify;
    font-size: 16px;
    min-width: 50%;
}

span.userName {
    ont-size: 14px;
    font-weight: bold;
    display: block;
    padding: 5px 5px 5px 0px;
}

span.chatOneLiner {
    font-size: 12px;
    color: gray;
    display: block;
    padding: 5px 0px 5px 0px;
}

.meWrapText {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.miscDetails {
    width: calc(100% - 65%);
    min-width: 72px;
    text-align: right;
    font-size: 12px;
}

span.timeStamp {
    color: gray;
    display: block;
    padding: 6px 0;
}

span.countHead {
    padding: 5px 0;
    display: block;
    width: 71px;
    height: 25px;
    text-align: center;
    border-radius: 12px;
    background-color: #ff7002;
    color: white;
    font-weight: bold;
    font-size: 12px;
    float: right;
}

.chat-main-header {
    display: flex;
    padding: 8px 8px;
}

.chatClientImageContainer {
    width: 35px;
    height: 35px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.chatClientName {
    align-self: center;
    padding: 5px 15px 0px 15px;
    width: 80%;
}

.chatClientName h4 {
    font-weight: bold;
}

.chatClientLink, .chatGroupDetails {
    height: 30px;
    width: 15%;
    text-align: center;
    align-self: center;
    padding: 6px;
}

.chat-rbox {
    padding: 5px;
    background-color: #fff4ef;
    height: calc(74vh);
    border-radius: 18px;
    background-image: url(https://zoconut-static.s3.ap-south-1.amazonaws.com/default-images/group_chat_background.png);
}


.sendMsgContainer {
    display: flex;
    padding: 10px;
    border-radius: 5px;
    /*height: calc(100vh);*/
}

.chat-right-aside {
    padding: 0 10px 10px 0;
}

li.meDateHolder {
    padding: 10px;
    text-align: center;
}

span.meDate {
    padding: 5px;
    border-radius: 25px;
    color: white;
    background: #ff8a45;
    font-size: 12px;
    font-weight: bold;
}

li.meMsgHolderRight {
    text-align: right;
}

li.meMsgHolder {
    padding: 10px;
}

.meMsgStamp {
    padding: 5px;
    font-size: 10px;
}

.meMsgNameStamp {
    padding: 2px;
    font-size: 13px;
    color: #ff8a45;
}

.meSender {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    max-width: 47%;
    font-size: 14px;
    line-height: 131%;
}

.meSenderRight {
    color: black;
    background: white;
}

.meSenderLeft {
    color: white;
    background: #0c71d5;
}

.meChatList {
    height: 100%;
    overflow-y: auto;
}

img.meImage {
    width: 20%;
}

.meVideoMsgLeft {
    display: block;
    max-width: 25%;
    margin-top: 2px;
    font-size: 14px;
    line-height: 131%;
    padding: 10px;
    border-radius: 10px;
}

.meVideoMsgRight {
    display: inline-block;
    width: 320px;
    font-size: 14px;
    line-height: 131%;
    padding: 6px 6px 6px 0;
    border-radius: 0 0 10px 10px;
}

#loadMoreContacts {
    font-weight: bold;
}

#loadMoreContacts:hover {
    background-color: #fff4ef;
}

/*Group Modal CSS*/
.groupClient {
    display: flex;
}

.groupClientImage {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.groupClientDetail {
    padding: 12px 0 12px 10px;
    text-align: justify;
    font-size: 16px;
    min-width: 50%;
    width: calc(100%);
}

.groupDt {
    display: flex;
}

.groupDtImage {
    width: 40px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.groupDtDetail {
    padding: 12px 0 12px 10px;
    text-align: justify;
    font-size: 16px;
    min-width: 50%;
    width: calc(100%);
}

.groupMemberDeleteDiv {
    width: calc(100%);
    min-width: 72px;
    text-align: right;
    padding: 5px;
    font-size: 14px;
}
