
/* *******************************
message-area
******************************** */

.chatTabnav {  padding: 0vw 0;
    border-bottom: 0.01vw solid #ccc;
   
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;}
    .chatTabnav .MuiBreadcrumbs-li{font-size: 0.875vw;}
    .chatTabnav .MuiBreadcrumbs-separator{display: none !important;}
    .chatTabnav a{padding: 0.6vw; color: #000;}
    .chatTabnav svg{width: 1.5vw; height: 1.5vw;}
.chatTabBtn{padding: 0.6vw 0.6vw !important; min-width: inherit !important; color: #3C4043 !important; font-size: 0.875vw !important; text-transform: capitalize !important;}
.chatTabBtn.sagbtn{gap: 0.3vw !important; padding-left: 0 !important;}
.TotalunreadMsg{ background: #3C4043; font-size: 0.5vw; border-radius: 0.1vw; padding: 0.05vw 0.3vw; color: #fff; -webkit-border-radius: 0.1vw; -moz-border-radius: 0.1vw; -ms-border-radius: 0.1vw; -o-border-radius: 0.1vw; }
.color80{color: #808080 !important;}
.material-icons{    color: #616C76;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;}
    .pin-unpinBg button img{width: 18px;}
/* message search bar */
.msg-search input {
    padding: 0 !important;
}
.mrgn04{margin-right: 0.5vw !important;}
.inlineSetupnw .MuiInputBase-root{padding:0 0 0 0.7vw !important;} 
.btnFilterIcon{padding: 0.3vw !important; min-width: 2vw !important;}
.btnFilterIcon img{width: 20px;}


.chatlist .font-20{font-size: 20px;}
.chatlist h3{margin-bottom: 2px; font-family: "ivypresto-headline" !important;}
/* .chatlist .pt-16{padding-top: 0.875vw !important;} */
.chatlist .font-12{font-size: 12px !important;}

.chatlist .py-16 {padding-top: 0.875vw!important; padding-bottom:0.875vw!important;}
.chatlist .px-24{padding-left:1.25vw!important; padding-right: 1.25vw!important;}
.chatlist .gap-10{gap: 0.5vw !important;}

.rightsteuwith{    min-width: 26vw;
    max-width: 26vw;}







    .emoji-icon {display: flex;}



.message-area {
    height: calc(100vh - 91px);
    overflow: hidden;
    padding: 0px 0;
    background: #f5f5f5;
    top: -91px;
}

/* .chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height:calc(100vh - 142px);
    overflow: hidden;
    min-height: calc(100% - 1rem);
    top: 142px; 
}*/
.flex-shrink-0.userImgActive{position: relative;}
.flex-shrink-0.userImgActive span.active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 6px;
    left: 48px;
    height: 10px;
    width: 10px;
    background: #00DB75;
    border-radius: 50%;
    border: 0.02vw solid #fff;
}
.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: calc(100vh - 89px);
    overflow: hidden;
    min-height: calc(100% - 1rem);
    top: 0;
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width:22vw;
    float: left;
    padding: 0px;
}
.chatListField .p-16{padding: 0.875vw !important;}
.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important; z-index: 1;
}

.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 0.01vw solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.msg-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-area .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.01vw solid #CDD5DE;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 0.01vw solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 0.8vw;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -0.01vw;
    background: 0 0;
    border: 0.01vw solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}
.bg-EB{background: #EBEBEB;}
.conversationPin_unread.gap-1{gap: 0.25vw !important; height: 20px;}
.cs-avatar {
    position: relative;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius:50% ;
    -webkit-border-radius:50% ;
    -moz-border-radius:50% ;
    -ms-border-radius:50% ;
    -o-border-radius:50% ;
}
.cs-avatar img{border-radius: 50%;
    box-sizing: border-box; overflow: hidden; font-size: 0vw;
    width: 50px; display: flex; justify-content: center; align-items: center;
    height: 50px;
    min-width: 50px;
    min-height: 50px; background: #f6e9ce;
    border-radius:50% ; object-fit: cover;}
.headChatUserRight .hehjtst{height: 100%;}
 .userImgActive{ min-width: 60px; max-width: 60px; height:60px; border-radius:50px ; -webkit-border-radius:50px ; -moz-border-radius:50px ; -ms-border-radius:50px ; -o-border-radius:50px ; }
 .userImgActive img{ width: 100%; height: 100%; border-radius:50% ; object-fit: cover; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; }
.chat-list h3 {
    color: #3C4043; 
    font-family:"ivypresto-headline" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: auto;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #616C76;
font-family: "Plus Jakarta Sans", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list .conversation.d-flex {
    margin-bottom: 0px;
    position: relative; cursor: pointer;
    text-decoration: none;
}
.chat-list .conversation h3,.chat-list .conversation p{box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.chat-list .conversation.d-flex.active{background: rgba(250, 245, 235, 1);}
.chat-list .conversation.d-flex:hover{background: rgba(250, 245, 235, 1);}
.chat-list .conversation.d-flex:hover h3,.chat-list a.d-flex.active{color: #916008;}

.conversation_content{box-sizing: border-box;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: 1.1em;
    flex-grow: 1; gap: 4px;}
.conversation_unread{ min-width: 1vw; padding: 0 5px; height: 1vw; border-radius:50px ; font-size: 0.7vw; background: #916008; color: #fff; font-weight: 500; display: flex; justify-content: center; align-items: center; flex-direction: column; -webkit-border-radius:50px ; -moz-border-radius:50px ; -ms-border-radius:50px ; -o-border-radius:50px ; }
.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 6px;
    left: 40px;
    height: 10px;
    width: 10px;
    background: #00DB75;
    border-radius: 50%;
    border: 0.02vw solid #fff;
}
/* .conversationPin_unread{min-height: 1vw;}*/
.chat-list .conversation .pin-unpin{display: none; width: 20px;
    height: 20px;
    padding: 0 !important;} 
.chat-list .conversation:hover .pin-unpin,.chat-list .conversation .pin-unpin.show{display: flex;}


.msg-head h3 {
    color: #3C4043;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: "ivypresto-headline" !important;
}
.flex-grow-1.ms-3.userNameActive {
    margin-left: 0.5vw !important;
}
.msg-head p {
    color: #343434;
    font-size:14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding:6px 12px;
    border-bottom: 1px solid #ccc;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 0.875vw;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}
.headChatUserRight .relative{display: flex;}
.headChatUserRight svg,.headChatUserRight img{min-width: 27px; max-width: 27px; height: 27px;}
.headChatUserRight button {
    padding: 0.3vw !important; min-width: inherit !important;
}
.headChatUserRight button.gap-2{gap: 0.5vw !important;}
.msg-body ul {
    overflow: hidden;
}
.p-44vw {
   padding:2vw;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

/* .msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.7vw 0.85vw 0.7vw;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
} */
.message__html-content .emoji{font-size: 1.5vw;}
.message__html-content .emoji-img{width: 34px; height: 34px;}
.msg-body ul li.sender .message__html-content {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px;
    background: #fff; border: 1px solid #ccc;
    display: inline-block;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    margin-bottom: 0;
    max-width: 90%;
}

.msg-body ul li.sender .message__html-content b {
    display: block;
    color: #180660;
    font-size: 0.8vw;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly,.msg-body ul li.reply {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

/* .msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 0.85vw;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0.7vw 0.85vw 0.7vw;
    border-color: transparent transparent #4b7bec transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
} */
.callChatN .call{color: #3C4043;}
.pickChat{color: #ABABAB;}
.pickChatOpen{color: #3C4043;}
.openimgonetimeshow{
    position: relative;
    z-index: 2;
    max-width: 129px;
    width: 100%;
    height: 164px;
    overflow: hidden;
    border-radius: 8px;
    background: rgb(0, 0, 0, 0.7); 
}
    .openimgonetimeshow .setimgopen { width: 100%;
    opacity: 0.5; max-width: 100%; height: 100%;
    filter: blur(15px); object-fit: cover;
} 
.openimgonetimeshow .textimg{ position: absolute; top: 50%; left: 0; transform:translateY(-50%) ; width: 100%; text-align: center; -webkit-transform:translateY(-50%) ; -moz-transform:translateY(-50%) ; -ms-transform:translateY(-50%) ; -o-transform:translateY(-50%) ; }
.msg-body ul li.repaly .message__html-content {
    color: #000;
    font-size:14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0.85vw;
    background: #fff;
    border: 0.01vw solid #ccc;
    display: inline-block;
    border-top-left-radius: 0.6vw;
    border-top-right-radius: 0.6vw;
    border-bottom-left-radius: 0.6vw;
    margin-bottom: 0;
    text-align: left;
    max-width: 90%;
}

.msg-body ul li.repaly .message__html-content b {
    display: block;
    color: #061061;
    font-size: 0.8vw;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #8FA0AF;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    /* margin-right: 1vw; */
    margin-right: 0;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 0.8vw;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 0.7vw;
    left: 0;
    border-top: 0.01vw solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.send-box {
    padding: 0.85vw;
    border-top: 0.01vw solid #ccc; background-color: #EBEBEB;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85vw;
}

.send-box .form-control {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 0.01vw solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25vw;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-border-radius: 0.25vw;
    -moz-border-radius: 0.25vw;
    -ms-border-radius: 0.25vw;
    -o-border-radius: 0.25vw;
}

.send-box button {
    border: none; 
    border-radius:50vw;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-left: 1%; 
  
}
.send-box .imgsendBox{ min-width: 28px !important;
    max-width: 28px !important;
    background: none;
    padding: 3px 5px;}
.send-box .imgsendBox img{width: 1.5vw !important; height: 1.5vw !important;}
.send-box .sendbuntchat{ padding: 7px 28px !important;}
.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 0.85vw;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 0.8vw;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 0.01vw solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}

.button-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

button:focus {
    outline: 0;
}

.add-apoint {
    display: inline-block;
    margin-left: 5px;
}

.add-apoint a {
    text-decoration: none;
    background: #F6F7FA;
    border-radius: 8px;
    padding: 8px 8px;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.2;
    color: #343945;
}

.add-apoint a svg {
    margin-right: 5px;
}

.chat-icon {
    display: none;
}

.closess i {
    display: none;
}
@media (max-width:1399px) {
    .chatlist{width: 320px;}
    .msg-search .inlineSetupnw .MuiOutlinedInput-root {
        height: 32px !important;
        font-size: 12px !important;
    }
     
        .chat-list h3 { line-height: auto; margin-bottom: 3px;
            color: #3C4043; 
            font-size: 14px;}
        .time{font-size: 12px; color: #8FA0AF;}
        .cs-avatar,.cs-avatar img { 
            max-width: 40px; 
            height: 40px;
            min-width: 40px;
            min-height: 40px;}
            .chat-list .active { 
                bottom: 1px;
                left: 27px;
                height: 10px;
                width: 10px;}
                .chatlist .px-24 {
                    padding-top: 16px !important;
                    padding-bottom: 16px !important;
                }
                .chat-list p,.material-icons{font-size: 14px;}

}


@media (max-width: 767px) {
    .chat-icon {
        display: block;
        margin-right: 5px;
    }
    .chatlist {
        width: 100%;
    }
    /* .chatbox {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    } */ 
    .showbox {
        left: 0 !important;
        transition: all 0.5s ease;
    }
    .msg-head h3 {
        font-size: 14px;
    }
    .msg-head p {
        font-size: 12px;
    }
    /* .msg-head .flex-shrink-0 img {
        height: 30px;
    } */
    .send-box button {
        width: 30px;
        height: 38px;
    }
    .emoji-pickerbg button {
        width:30px;
        height: 30px;
    }
    .EmojiPickerReact li.epr-emoji-category>.epr-emoji-category-label {
    font-size: 0.875vw !important;
    display: none;
}
    .send-box .form-control {
        width: 70%;
    }
    .chat-list h3 {
        font-size: 0.8vw;
    }
     
    .msg-body ul li.sender .message__html-content {
        font-size: 14px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .msg-body ul li.repaly .message__html-content {
        font-size:14px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    

}

.attachfile {display: grid;
        grid-template-columns: repeat(auto-fill, minmax(4vw, 1fr));
        gap: 0.6vw; margin-bottom: 0vw;}
.attachfile .uploadImg{width: 4vw; height: 4vw; position: relative; z-index: 1; background: #fff; margin-bottom: 4px;}
.attachfile .uploadImg img{ width: 100%; height: 100%; object-fit: cover; overflow: hidden; border-radius:0.3vw ; -webkit-border-radius:0.3vw ; -moz-border-radius:0.3vw ; -ms-border-radius:0.3vw ; -o-border-radius:0.3vw ; }
.attachfile .uploadImg .icon{ position: absolute; top: 0.02vw; right: 2px; width: 1.3vw; height: 1.3vw; border-radius:1vw ; -webkit-border-radius:1vw ; -moz-border-radius:1vw ; -ms-border-radius:1vw ; -o-border-radius:1vw ; background: #fff; color: #e02d2d; cursor: pointer; }

.attachfile .uploadImg:hover img{opacity: 0.6;}


.uploaded-images {
    display: grid;
        grid-template-columns: repeat(auto-fill, minmax(7vw, 1fr));
        gap: 0.1vw;
        margin-bottom: 0.6vw;
        background: #fff;
        border-radius: 0.3vw;
  }
  
  .uploaded-images.single-image {
    display: block;
    max-width: 15vw;
    height: 9vw;
}
  
  .uploaded-images .uploadImg {
    width: 100%;
    height: 5vw;
    object-fit: cover;
    position: relative;
    overflow: hidden;
    border: 0.01vw solid #ddd;
    border-radius:4px ;
    -webkit-border-radius:4px ;
    -moz-border-radius:4px ;
    -ms-border-radius:4px ;
    -o-border-radius:4px ;
}
  .uploaded-images.single-image .uploadImg{height: 100%; margin-bottom: 0;}
  .uploaded-images.single-image .uploadImg img {
    width: 100%; /* Full width for a single image */
    height: 100%; object-fit: cover;
  }
   .uploaded-images .uploadImg .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  .extra-count {
    font-size: 0.7vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
}
  
.view-unview {
     
    font-size: 0.6vw; /* Adjust icon size */

    
  }
  .sexBoxSetup .emoji-icon svg {
    width:29px;
    height: 29px;
}
  .view-unview svg{width:12px; height: 12px;}
  .sexBoxSetup{ background: #fff; border-radius:100px ; -webkit-border-radius:100px ; -moz-border-radius:100px ; -ms-border-radius:100px ; -o-border-radius:100px ; }
  .sexBoxSetup{ border: 1px solid #ccc; padding: 0px 9px; }
  .sexBoxSetup input.form-control{ border: none; border-radius:50px ; -webkit-border-radius:50px ; -moz-border-radius:50px ; -ms-border-radius:50px ; -o-border-radius:50px ; font-family: "Plus Jakarta Sans", sans-serif !important; }


  .emoji-pickerbg aside {
    width: 100% !important;
    height: 250px !important;
}
  /* .emoji-pickerbg .epr_q53mwh{display: none !important;} */
  .emoji-pickerbg div:nth-child(3){display: none !important;}
  .epr_-8ygbw8 {
    padding: 0.5vw !important;
}
   .emoji-pickerbg .epr-category-nav{padding: 0 !important;}
   /* .emoji-pickerbg  .epr_-ufflr1 {
    backdrop-filter: blur(0px) !important; background: none !important;
} */
/* .epr_dkrjwv {
    padding: 0.2vw !important;
} */

.headerRightImg{ min-width: 4vw; overflow: hidden; max-width: 4vw; height: 4vw; overflow: hidden; border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; margin: 0 auto; }
.headerRightImg img{width: 100%; height: 100%; object-fit: cover;}


.gridProSet0{display: grid;
        grid-template-columns: repeat(auto-fill, minmax(8vw, 1fr));
        gap: 0.6vw; }
/* .profile-cardRight{position: relative; z-index: 9999;} */
        .profile-cardRight.p-20 {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            gap: 1vw; padding: 1vw !important;
        }
        .rightsteuwith .mb-10 {
            margin-bottom: 0.5vw !important;
        }
        /* .rightsteuwith .font-14{font-size: 0.8vw;}
        .rightsteuwith .font-16{font-size: 0.875vw;} */
        button.crossBtn {
            position: absolute;
            left: 0.6vw;
            border: 0.01vw solid #ccc;
            background: #fff;
            padding: 0;
            border-radius: 50px;
            font-size: 0.8vw;
            height: 2vw;
            width: 2vw;
            top: 1vw;
        }
        .profile-cardRight .modal-dialog-scrollable .modal-content { 
            overflow: visible;
        }
        .profile-cardRight button.crossBtn {
            position: absolute;
            left:-20px;
            border: 0.01vw solid #ccc;
            background: #fff;
            padding: 0;
            border-radius: 50px;
            font-size: 14px;
            height: 40px;
            width: 40px;
            top: 16px;
            z-index: 9;
        }
        .ProfileUserPhotos .overlay {
            font-size: 15px;
        }
        .rightsteuwith .location {
            text-align: center;
            padding: 0 1.5vw;
        }
        .ProfileUserPhotos{padding: 1.5vw;}
        .ProfileUserPhotos .ProfilesecondGalls{ margin-top: 0.3vw;}
        .ProfileUserPhotos .fancyPhotos-card {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(7vw, 1fr));
            gap: 0.3vw;
        }
        .ProfileUserPhotos .fancyPhotos-card .photo-item {
            width: 100%;
            height: 6vw;}

            .UpgradeReadChat{ background: rgba(235, 223, 195, 1)!important; color: #916008 !important; font-weight: 600!important; font-size: 14px!important; text-decoration: underline!important; padding:15px 20px!important; display: inline-block!important; border-radius: 10px!important; -webkit-border-radius: 10px!important; -moz-border-radius: 10px!important; -ms-border-radius: 10px!important; -o-border-radius: 10px!important; } 
            .UpgradeReadChat:hover{ background: rgb(239, 222, 184) !important;}

          .RequestforPrivate h4{ font-size: 16px; color: #3D3D3D; font-weight: bold;}
          .RequestforPrivate p{ font-size: 14px; color: #3C4043; font-weight: 500; font-style: italic;}
          .btnsforP{display: flex; gap: 7px;}       
 .btnsforP button{ font-size: 14px; font-size: 500; border: none; padding: 7px 20px; border-radius:50px ; } 
 .btnsforP button.accept{ background: #916008; color: #fff; border-radius:50px ;}
 .btnsforP button.reject{color:#3C4043;} 


 .lockClr001{display: none;}
 .ProfilesecondGalls .Lockedpadloc{display: block;}
 .ProfilesecondGalls .lockClr001{display: none;}
    .ProfilesecondGalls .request-button {
        background: none;
        padding: 0 5px; 
        font-size: 12px;
        color: #916008;} 
         .ProfilesecondGalls .PhotosLock001{display: none;}
        .ProfilesecondGalls .requestView img {
            width: 2vw !important;
            height: 2vw !important;}

            .ProfilesecondGalls .PrivatePicRS{text-align: center; color: #916008 !important; font-size: 0.7vw;}
 .ProfilesecondGalls .fancyPhotos-card a{background: none; }
 .ProfilesecondGalls .fancyPhotos-card .photo-item{background: #fff; border: 1px solid #ccc;}
            


        button.crossBtn{width:30px; height:30px;} 
        button.crossBtn svf{width:20px; height:20px;} 
        button.crossBtn:hover{background: #916008; color: #fff;}

        .tabsStpms button.active{color: #916008 !important;}

        .DimondGold{position: absolute; top: 6px; right: 6px; left: 6px; z-index: 9; display: flex; gap: 7px; justify-content: space-between; align-items: center;}
        .DimondGold .Dimond{background: linear-gradient(180deg, #8C2518 0%, #8C2518 50%, #8C2518 100%); display: inline-flex;
            padding: 1px 0px; border-radius: 18px;
            border: 1px solid #979797;
            justify-content: center; color: #fff; font-size: 12px;
            align-items: center;
            gap: 3px;  width:85px;}

            .DimondGold .Gold{border-radius: 18px;
                display: flex;
                width: 85px;
                padding: 1px 0px;
                justify-content: center;
                align-items: center;
                color: #BF8500;
                font-size: 12px;
                gap:3px;
                border:1px solid #BF8500;
                background: linear-gradient(180deg, #916008 0%, #5E3E05 50%, #2B1C02 100%);}
                .inputUsertextSearch{position: absolute; top: 5.1vw; left: 0px; padding: 0.6vw; }
                .inputUsertextSearch input{height: 2.5vw; }
                .EmojiPickerReact li.epr-emoji-category>.epr-emoji-category-label{font-size: 0.875vw !important;}
                
                .no-messages-yet{width:134px; height:119px;}
                .liveLctDetals ul {padding:0 20px; display: flex; flex-direction: column; justify-content: space-between; align-items: start; gap: 10px;}
.liveLctDetals ul li{font-size: 14px; width: 100%; font-weight: normal; color: #5F6368; display: flex; justify-content: space-between; align-items: center; gap: 10px;}
.liveLctDetals ul li span{ font-weight: bold; }
.message__html-content.upgrade-msg {
    background: none !important;
    border: none !important;
}
             


                .iconDnone{display: none !important;}

                @media (max-width:1199px){
                    .message-area {
                        height: calc(100vh - 75px); top:-75px;}
                    .chat-area { 
                        height: calc(100vh - 75px);}
                        .chatlist { 
                            width: 35vw;}
                            .chatTabBtn { 
                                font-size: 1.575vw !important;}
                            .TotalunreadMsg { 
                                font-size: 0.9vw;
                                border-radius: 0.5vw;
                                padding: 0.08vw 0.6vw;}
                            .msg-search .MuiOutlinedInput-root {
                                border-radius: 0.2vw;
                                height: 4vw !important;
                                font-size: 1.5vw !important;
                                color: #8FA0AF;
                            }
                            
        
                           
                                 
                                
                                 
                                .chat-list h3 { 
                                    font-size: 16px;  margin-bottom: 0;}
                                .chat-list p,.material-icons { 
                                    font-size: 11px;}

                                    /* .userImgActive {
                                        min-width: 4vw;
                                        max-width: 4vw;
                                        height: 4vw;} */
                                        .headChatUserRight button.gap-2 {
                                            gap: 0.5vw !important;
                                        }
                                        .headChatUserRight {
                                            gap: 1.5vw !important;
                                        }
                                        
                                        
                                            .time { 
                                                font-size: 0.9vw;}
                                                /* .send-box .form-control { 
                                                    font-size: 1.2vw !important;} */
                                                    .send-box .imgsendBox {
                                                        min-width: 2.5vw !important;
                                                        max-width: 2.5vw !important;}
                                                    
                                                    
                                                        .gridProSet0 { 
                                                            grid-template-columns: repeat(auto-fill, minmax(21vw, 1fr));
                                                            gap: 12px;
                                                        }
                          
                                                        .msg-head h3 { 
                                                            font-size: 20px;}
                }
  @media (max-width:991px){
    .message-area {
        height: calc(100vh - 63px);
        top: -63px;
    }
    .chat-area {
        height: calc(100vh - 63px);
    }
  }

                @media (max-width:767px){
                    .chatlist {
                        width: 100%;
                    }
                    .message-area {
                        height: calc(100vh - 61px);
                        top: -61px;
                    }
                    .chat-area {
                        height: calc(100vh - 61px);
                    }

                    .closechatlist{display: none !important;}

                    .chatTabBtn {
                        font-size: 4.5vw !important;
                    }
                    .TotalunreadMsg {
                        font-size: 2.5vw;}
                        .chatTabnav svg {
                            width: 4.5vw;
                            height: 4.5vw;
                        }

                        .chatTabBtn {
                            padding: 2.6vw 3.6vw !important;}
                        .chatTabnav a {
                            padding: 3.6vw;}
                        .msg-search .MuiOutlinedInput-root {
                            border-radius: 0.2vw;
                            height: 10vw !important;
                            font-size: 4.5vw !important;}
                              
                            
                            
                            /* .pin-unpinBg button img {
                                width: 5vw;
                            } */
                            /* .chat-list .conversation .pin-unpin { 
                                width: 6vw;
                                height: 6vw;} */
                                
                            .chatlist .gap-10 {
                                gap: 2.5vw !important;
                            }
                            .chat-list .conversation.d-flex { 
                                border-top: 1px solid #f1f1f1;
                            }
                            .chatListField .p-16 {
                                padding: 2.875vw !important;
                            }
                            .chatlist .py-16 {
                                padding-left: 2.875vw !important;
                                padding-right: 2.875vw !important;
                            }
                            
                            .hdtopsetup.pt-16 {
                                position: relative;
                                z-index: 2; 
                            }
                            
                            .hdtopsetup.pt-16 .btnFilterIcon { 
                                position: absolute !important;
                                right: 0;
                                bottom: 0;
                                z-index: 2;
                            }

                            /* .userImgActive {
                                min-width: 12vw;
                                max-width: 12vw;
                                height: 12vw;
                                display: flex;
                                margin-right: 1vw;
                            } */
                            .msg-head h3 { 
                                white-space: nowrap;
                                overflow: hidden;
                                text-overflow: ellipsis; width: 39vw;
                            }
                            .chat-icon {
                                display: flex;
                                margin-right: 5px;
                                padding: 7px;
                            }

                            .msg-head p {
                                font-size: 3.5vw;
                                white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; width: 30vw;
                            }
                             
                            /* .headChatUserRight .d-flex.justify-content-end.align-items-center {
                                justify-content: space-between !important;
                            } */
                            .inputUsertextSearch { 
                                top: 13.33vw; 
                                padding: 3.6vw;
                            }
                            .inputUsertextSearch input {
                                height: 10.5vw;
                            }
                            /* .headChatUserRight button {
                                padding: 3.3vw 0 !important;
                                min-width: inherit !important;
                            } */
                            .headChatUserRight button.gap-2 span {
                                display: none;
                            }
                            /* .msg-body ul li.sender .message__html-content,.msg-body ul li.repaly .message__html-content {
                                font-size: 3.5vw;
                                padding: 2vw 3vw;} */
                                .time {
                                    font-size: 11px;
                                }
                                .rightsteuwith {
                                    min-width: inherit;
                                    max-width: 100%;
                                    width: 100%;
                                    position: absolute;
                                    z-index: 9;
                                    right: 0;
                                    background: #fff;
                                    top: 0;
                                }
                                
                                     
                                    
                                    .headerRightImg {
                                        min-width: 20vw;
                                        overflow: hidden;
                                        max-width: 20vw;
                                        height: 20vw;}
                                    .rightsteuwith .font-16 {
                                        font-size: 4.875vw;
                                    }
                                    .profile-cardRight.p-20 {
                                       
                                        gap: 5vw;
                                        padding: 4vw !important;
                                    }
                                    .profile-cardRight.p-20 .gap-12 {
                                        gap: 3.8vw;
                                    }
                                    .msg-head {
                                        padding: 10px 15px;
                                        border-bottom: 0.01vw solid #ccc;
                                    }
                                    .chat-icon img.img-fluid {
                                        width: 6vw;
                                        height: 6vw;
                                    }

                                    
                                    /* .send-box .sendbuntchat {
                                        padding: 2.9vw 2.5vw !important;
                                        font-size: 1.4vw;
                                        margin-right: 1vw;
                                    } */
                                    /* .send-box .form-control {
                                        font-size: 4.2vw !important;
                                    } */
                                    .activeBred {display: none !important;}
                                    /* section.message-area.active {
                                        height: calc(100vh - 61px);
                                        top: -61px;
                                    } */
                                    /* section.message-area.active .chat-area {
                                        height: calc(100vh - 61px);
                                    } */
                                    .chatbox{border-left: none !important;}
                                    .chatbox.d-flex.mobile-open{height: 100vh;}
                                    span.desktopVsetp {
                                        display: none;
                                    }
                                    .iconDnone{display: block !important;}
                                    .message__html-content .fancyPhotos-card {
                                        display: grid ;
                                        grid-template-columns: repeat(auto-fill, minmax(46vw, 1fr));
                                    }
                                    .uploaded-images.single-image {
                                        display: block;
                                        max-width: 47vw;
                                        height: 30vw;
                                    }
                                    .uploaded-images .uploadImg {
                                        width: 100%;
                                        height: 14vw;}
                                        .uploaded-images {
                                            display: grid
                                        ;
                                            grid-template-columns: repeat(auto-fill, minmax(16vw, 1fr));}
                                            .extra-count {
                                                font-size: 3.7vw;}
                                                /* .send-box button {
                                                    width: 11vw;
                                                    min-width: inherit !important;
                                                } */
                                                .send-box .imgsendBox {
                                                    min-width: 8.5vw !important;
                                                    max-width: 8.5vw !important;
                                                }
                                                .send-box .imgsendBox img {
                                                    width: 20px !important; 
                                                    height: 20px !important;
                                                }
                                                .conversation_unread {
                                                    min-width: 20px;
                                                    padding: 0 5px;
                                                    height: 20px; 
                                                    font-size: 10px;}
                                                    .MobDnSkton{display: none !important;}
                                                    .SidebarSkton{min-width: 100% !important; max-width: 100% !important; width: 100% !important;}
                                                    .ProfileUserPhotos .fancyPhotos-card { 
                                                        grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
                                                        gap: 12px;
                                                    }
                                                    .ProfileUserPhotos .fancyPhotos-card .photo-item {
                                                        width: 100%;
                                                        height: 120px;
                                                    }
                                                    .ProfilesecondGalls .requestView img {
                                                        width: 20px !important;
                                                        height: 20px !important;
                                                    }
                                                    .userImgActive {
                                                        min-width: 40px;
                                                        max-width: 40px;
                                                        height: 40px; 
                                                        margin-right: 7px;
                                                    } 
                                                    .msg-head h3 {
                                                        font-size: 16px;
                                                    }
                                                    .send-box .form-control{font-size: 14px !important;}
                                                    .d-flex.align-items-center.gap-4.dgapstu1 {
                                                        gap: 3px !important;
                                                    }

                                                    .sexBoxSetup {
                                                        border: 1px solid #ccc;
                                                        padding: 5px 9px 5px 5px;
                                                    }
                                                     .emoji-pickerbg .epr-category-nav{padding: 4px!important;}

                                                     .chatbox.EmptyChatStatus{display: none !important;}
                                                     body.mobile-chat-open .HeaderAfterSignIn { display: none !important; }
                                                     .modal-dialog-scrollable.border-start.rightsteuwith { padding-top: 100px;
    height: 100vh;
    z-index: 999;
    
}
    .mobile-chat-open .Topfixed.FavTsckySet {
        display: none !important;
    }
        .chatbox.d-flex.mobile-open { 
        padding-top: 62px;
    }

                }
               
 @media (max-width:599px){
    html, body { height: 100%; }
    /* .message-area {
        height:calc(100vh - 165px);
        top: -165px;
        overflow: hidden;
    } */
    .message-area {
        height: 100%;
        top: 0;
        overflow: hidden;
    }
    .chat-area {
        height: 100%;
    } 
    /* section.message-area.active .chat-area {
        height: calc(100vh - 100px);
    } */
    /* section.message-area.active {
        height: calc(100vh - 61px);
        top: -61px;
    } */
     section.message-area.active {
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
}
     section.message-area.active .modal-dialog-scrollable .modal-body {
 overflow:hidden;
        height: calc(100vh - 150px);
        padding-bottom: 0px;
        position: fixed;
        width: 100%;
        top: 61px;
       
        
}
 section.message-area.active .modal-dialog-scrollable .modal-body .msg-body { 
    height: 69vh;
    position: fixed;
    width: 100%;
    top: 61px;
}
    .chatbox.d-flex.mobile-open .msg-body ul {
        margin-bottom: 0;
        overflow: auto !important;
        max-height: 100%;
    }



section.message-area.active .chat-area {
    height: 100vh;
}
.headChatUserRight svg, .headChatUserRight img {
    min-width: 25px;
    max-width: 25px;
    height: 24px;
}
    /* .alert-visible section.message-area.active .chat-area {
        height: calc(100vh - 123px) !important;
    } */

    .mobile-chat-open .Topfixed.FavTsckySet{display: none !important;}

    .chatbox.d-flex.mobile-open ul {margin-bottom: 0;} 
    .attachfile .uploadImg {
        width: 16vw;
        height: 16vw;}
        .attachfile .uploadImg .icon { 
            width: 7.3vw;
            height: 7.3vw;}

            .chatlist {
                width: 100%;
                background: #fff;
                z-index: 10;
                position: relative;
            } 
                .send-box {
                    padding: 7px 10px 30px 10px;
                    position: fixed;
                      bottom: 0;
                    left: 0;
                    right: 0;  
                }
            /* section.message-area.active{height: calc(100vh - 61px);         top: -61px;
            }  */
           
            .mobile-chat-open .mbilchtnone.d-none{display: none;}
            .chat-list {
                padding-bottom: 70px;
            }
            .filter-buttons {
                padding: 10px 0 80px 0 !important;}
            .msg-head.headChatUser {
                /* position: fixed; */
                /* top: 61px !important;
                left: 0;
                right: 0;
                z-index: 9; */
                background: #fff;
            }
            /* .msg-head.headChatUser {
                position: sticky;
                top:0px !important;
                left: 0;
                right: 0;
                z-index: 9;
                background: #fff;
            } */
            .profile-container.overflow-hidden .profile-grid .PreferenceR{font-size: 20px;}

            .user-info-cards {
                gap: 15px;
                grid-template-columns: inherit;
                display: flex;
                white-space: nowrap;
                overflow: auto;
            }
            .user-info-cards .user-info-item{min-width: 200px; overflow: auto;}
            .favorites-list {
                display: grid;
                grid-template-columns: repeat(auto-fill, minmax(44vw, 1fr));
                gap: 22px 10px;
            }
            /* .favorite-profile { 
                height: 480px;} */
                .profile-info h3 span.font-20 {
                    font-size: 26px;}
                    .profile-info .font-12 {
                        font-size: 12px;}
                        .favorite-profile .viewed-time {
                            font-size: 12px;}
                            .view-btn, .hide-btn {
                                padding: 6px 18px;
                                font-size: 14px;
                            }
                            .favorite-profile .action-icons span {
                                width: 45px;
                                height: 45px;}
                                .favorite-profile .action-icons span img {
                                    width: 22px;
                                }
                                    .profile-cardRight button.crossBtn {
        border: 1px solid #ccc;
        left: auto;
        right: 15px; 
        top: -90px;
    }

                                section.message-area.active + .BottomNavigation {
                                    display: none;
                                }


                                /* .chat-header.hatLis {
                                    position: fixed;
                                    width: 100%;
                                    top: 61px;
                                    background: white; /* Match your background  
                                    z-index: 100;
                                    transition: transform 0.3s ease;
                                  } */
                                .chat-header.hatLis {
                                    position: sticky;
                                    width: 100%;
                                    top: 0px;
                                    background: white; /* Match your background */
                                    z-index: 100;
                                    transition: transform 0.3s ease;
                                  }
                                  
                                  /* .hatLis.header-hidden {
                                    transform: translateY(-100%);
                                  } */
                                  
                                  /* .modal-body.hatLisbody {
                                    overflow-y: auto;
                                    padding-top: 118px !important; /* Adjust based on your header height  
                                  } */
                                  .modal-body.hatLisbody {
                                    overflow-y: auto;
                                    padding-top:0px !important; /* Adjust based on your header height */
                                  }
                                  .hatLiscon{}
                                  .conversation_unread {
                                    min-width: 0px;
                                    padding: 0 5px;
                                    height: 16px;
                                    font-size: 10px;
                                }
                                .mobile-chat-open .mbilchtnone{display: none !important; }
                                   /* .mobile-chat-open .row,.mobile-chat-open .container-fluid.px-0{height: 100%;} */
                                   .mobile-chat-open .chat-area .modal-content{height: inherit;}
                                /* section.message-area.active .chat-area{height: 100% !important;} */

                                
 }
 
 @media (max-width:374px){
    /* .favorite-profile { 
        height: 400px;} */
    
 }



 .recording-indicator {
    width:24px;
    height: 24px;
    border-radius: 50%;
    /*background-color: red;
    */animation: pulse 1s infinite;
    margin: auto;
    -webkit-animation: pulse 1s infinite;
}
  
  @keyframes pulse {
    0% {
      transform: scale(0.9);
      opacity: 0.7;
    }
    50% {
      transform: scale(1.1);
      opacity: 1;
    }
    100% {
      transform: scale(0.9);
      opacity: 0.7;
    }
  }

  @media (max-width:767px){
    .attachfile {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));}
  }



  .editable-message-box {
    /*Makeitlooklikeaninputfield*/border: 1px solid #ccc;
    border-radius: 4px;
    min-height: 40px;
    overflow: auto;
    padding: 8px 8px 8px 8px; 
}
  
  .editable-message-box:empty::before {
    content: attr(placeholder);
    color: #999; cursor: text;
  }
  
  .emoji-img {
    width: 20px;
    height: 20px; 
    vertical-align: middle;
    display: inline-block;
    margin: 0 2px;
  }
  .editable-message-box:focus-visible {box-shadow: none !important; outline: none !important;
  }












  