    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&family=Roboto&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        /* font-family: 'Poppins', sans-serif; */
        font-family: 'Roboto', sans-serif;
    }
    
    .chatMenu {
        width: 30%;
        /* float: left; */
        border-right: 1px solid #565757;
        height: 100vh;
        overflow-x: hidden;
        overflow-y: hidden;
    }
    
    .chatMenu .dp img {
        width: 100%;
        cursor: pointer;
    }
    
    .chatMenu .dp {
        width: 11%;
        /* height: 11%; */
        float: left;
        display: inline-block;
        border-radius: 50%;
    }
    
    .mainMenu {
        background-color: #202C33;
        height: 70px;
        /* width: 100vh; */
        padding: 10px;
        overflow: hidden;
        /* height: 100vh; */
        /* color: red; */
    }
    
    .chatMenu .dp img {
        border-radius: 50%;
    }
    
    .status li {
        display: inline-block;
        list-style: none;
        margin: 0 5px;
    }
    
    .status i {
        font-size: 22px;
        color: #AEBAC1;
        margin: 0 12px;
        text-align: center;
        cursor: pointer;
    }
    
    .status {
        float: right;
        padding: 12px;
    }
    
    .chatSearch {
        padding: 0 15px 15px 15px;
        background-color: #111B21;
    }
    
    .chatSearch input {
        display: inline-block;
        width: 100%;
        padding: 10px 60px;
        border: none;
        border-radius: 7px;
        background-color: #202C33;
        color: white;
        font-size: 14px;
    }
    
     ::placeholder {
        color: white;
    }
    
    .chatSearch i {
        display: inline-block;
        position: relative;
        top: 29px;
        left: 6%;
        color: #AEBAC1;
    }
    
    .contact .dp img {
        width: 100%;
        border-radius: 50%;
        margin-right: 10px;
    }
    
    .contact .dp {
        margin-right: 15px;
        float: left;
        /* width: 20%;   */
    }
    
    .contact .name {
        width: 80%;
        float: left;
    }
    /* .contact {
        background-color: #111B21;
        /* height: 77.4vh; */
    /* height: calc(80px-100vh); 
        overflow: scroll;
        color: #E9EDEF;
    } */
    
    .chat1 .name .description {
        font-size: 13px;
    }
    
    .chat1 .name {
        /* float: right; */
    }
    
    .chat1 .name .contactName {
        font-size: 14px;
    }
    
    .chat1 .dp img {
        /* margin-right: -10px; */
        background-color: red;
        display: inline-block;
    }
    
    .chat1 .name .msgCount {
        font-size: 12px;
        background-color: #00A884;
        padding: 3px;
        border-radius: 43%;
        /* margin: 15px 5px; */
    }
    
    .chat1 .name .time {
        float: right;
        font-size: 12px;
    }
    
    .chat1 {
        width: 100%;
        height: 70px;
        padding: 14px 10px;
        cursor: pointer;
    }
    
    .chat1:hover {
        background-color: #202C33;
    }
    
    .msgCount,
    .time {
        float: right;
        padding: 0;
        margin: 0;
    }
    
    .contact {
        width: 100%;
        height: 79vh;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #111B21;
        color: #E9EDEF;
    }
    
    .container {
        display: flex;
        height: 100vh;
    }
    
    .chatSection {
        width: 70%;
        /*45*/
        float: left;
        background-image: url("./img/wa_bg.png");
        background-color: #111B21;
        transition: width 0.3s ease-in-out;
    }
    
    .chatbox {
        float: left;
        /* padding-bottom: 30px; */
    }
    /* .chating {
    width: 50%;
} */
    
    .chat {
        height: 70px;
        width: 100%;
        /* display: none; */
    }
    
    #mukeshAmbani {
        display: none;
        width: 100%;
    }
    
    #sunderp {
        display: none;
        width: 100%;
    }
    
    #bcs {
        display: none;
        width: 100%;
    }
    
    #elon {
        display: none;
    }
    
    #iln {
        display: none;
    }
    
    #amavle {
        display: none;
    }
    
    #akshayw {
        display: none;
    }
    
    #cthathe {
        display: none;
    }
    
    #cthathe {
        display: none;
    }
    
    #karale {
        display: none;
    }
    
    .hidden {
        height: 70px;
        width: 100%;
        display: none;
        /* opacity: 0; */
        /* transition: display 0.3s ease-in-out; */
        /* transition: opacity .3s ease-in-out; */
    }
    
    .nbar {
        visibility: hidden;
    }
    
    .groupNameBar {
        background-color: #202C33;
        padding: 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        /* border-left: 1px solid #4d4d4d; */
    }
    
    .groupNameBar dp {
        width: 10%;
    }
    
    .groupNameBar .grpname {
        float: left;
        width: 100%;
        margin-left: 20px;
    }
    
    .groupNameBar img {
        /* float: left; */
        width: 45px;
        border-radius: 50%;
    }
    
    .cname {
        font-size: 14px;
        color: #999898;
    }
    
    .grpname .gname {
        color: #E9EDEF;
    }
    
    .chat .chatBox {
        width: 100%;
        height: 76.5vh;
        /* background-image: url("./img/wa_bg.png");
    background-color: #111B21; */
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
     ::-webkit-scrollbar {
        width: 6px;
    }
    /* Track */
    
     ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }
    /* Handle */
    
     ::-webkit-scrollbar-thumb {
        background: #7a7a7a;
        border-radius: 5px;
    }
    
    .me {
        /* padding: 10px; */
        float: right;
        margin-top: 20px;
        margin-right: 30px;
        width: 620px;
    }
    
    .message {
        color: #000;
        clear: both;
        line-height: 18px;
        font-size: 15px;
        padding: 4px 0;
        position: relative;
        margin: 8px 0;
        max-width: 85%;
        word-wrap: break-word;
    }
    
    .message:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
    }
    
    .metadata {
        display: inline-block;
        float: right;
        padding: 0 0 0 7px;
        position: relative;
        bottom: -4px;
    }
    
    .metadata .time {
        color: rgba(255, 255, 255, 0.699);
        font-size: 11px;
        display: inline-block;
    }
    
    .message.sent {
        color: white;
        /* background: #e1ffc7; */
        background: #005C4B;
        border-radius: 5px 0px 5px 5px;
        float: right;
    }
    
    .message.sent:after {
        border-width: 0px 0 10px 10px;
        border-color: transparent transparent transparent #005C4B;
        top: 0;
        right: -10px;
    }
    
    .me .reply {
        background-color: #025144;
        padding: 10px 5px;
        border-left: 4px solid rgb(211, 173, 7);
        border-radius: 10px;
        margin: 5px;
    }
    
    .me .reply .p1 {
        color: rgb(211, 173, 7);
        font-size: 14px;
    }
    
    .me .reply .p2 {
        /* font-size: 15px; */
        font-weight: bold;
        padding: 5px;
    }
    
    .me .reply i {
        margin-right: 6px;
    }
    
    .me .link .p1 {
        color: rgb(211, 173, 7);
        font-size: 14px;
    }
    
    .me .link {
        background-color: #025144;
        padding: 10px;
        border-radius: 10px;
        margin: 5px;
    }
    
    .me .link .gitlink {
        font-size: 14px;
        margin-left: 15px;
        color: #999898;
    }
    
    .me .link .p2 {
        /* font-size: 15px; */
        padding: 5px;
    }
    
    .me .msgDetail {
        padding: 10px;
    }
    
    .msgDetail a {
        color: #05afda;
    }
    /* .allchat {
    padding-bottom: 80px;
} */
    
    .msgDetail p {
        padding: 6px 0;
    }
    
    .message.received {
        background: #fff;
        border-radius: 0px 5px 5px 5px;
        float: left;
        width: auto;
        padding-right: 20px;
        max-width: 520px;
        line-height: 25px;
        word-spacing: 1.3px;
    }
    
    .message.received .metadata {
        padding: 0 0 0 16px;
    }
    
    .message.received {
        background: #202C33;
        border-radius: 0px 5px 5px 5px;
        float: left;
        color: white;
        margin-left: 25px;
        padding: 10px;
    }
    
    .message.received:after {
        border-width: 0px 10px 10px 0;
        border-color: transparent #202C33 transparent transparent;
        top: 0;
        left: -10px;
    }
    
    .message.received .MoNo {
        color: #05e085;
        padding-bottom: 5px;
    }
    
    .chating {
        position: fixed;
        z-index: 22;
        bottom: 0;
        height: 65px;
        width: 70%;
        background-color: #202C33;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        transition: width 0.3s ease-in-out;
    }
    
    .chating .emoji {
        /* width: 20%; */
        float: left;
    }
    
    .chating .chatinput {
        width: 70%;
        float: left;
    }
    
    .chating .mic {
        float: left;
        width: 10%;
    }
    
    .chating i {
        padding: 0 10px;
        font-size: 24px;
        color: #8696A0;
    }
    
    .chatinput input {
        width: 100%;
        border: none;
        padding: 14px;
        background-color: #2A3942;
        border-radius: 10px;
    }
    
    .popup {
        width: 80%;
        height: 90%;
        background-color: hsla(255, 100%, 0%, 0.5);
        position: absolute;
        top: 5%;
        left: 10%;
        border-radius: 20px;
        display: none;
        transition: all 0.5s;
        transition-delay: 1s;
        z-index: 11111111;
    }
    
    #popupp {
        transition-property: display;
        transition-duration: 1s;
        /* transition-delay: 1s; */
    }
    
    .popup .img {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        padding: 40px 0;
    }
    /* .popup img {
    height: 100%;
    display: flex;
    justify-content: center;
} */
    
    .popup .icons {}
    
    .popup .icons i {
        font-size: 50px;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 10px;
        right: 20px;
        color: white;
        cursor: pointer;
    }
    
    .settingmenu {
        color: white;
        position: absolute;
        width: 200px;
        left: 13%;
        top: 10%;
        background-color: #233138;
        padding: 20px 0;
        border-radius: 5px;
        display: none;
        /* opacity: 0; */
        transition: display .5s ease;
    }
    
    .fa-ellipsis-vertical:hover~.settingmenu {
        display: inline;
    }
    
    .settingmenu li {
        list-style-type: none;
        text-align: left;
        padding: 13px 20px;
        cursor: pointer;
    }
    
    .settingmenu li:hover {
        background-color: #1c2529;
    }
    
    .my-profile {
        position: absolute;
        top: 0%;
        left: -30%;
        width: 30%;
        height: 100vh;
        transition: left .3s ease-in-out;
    }
    
    .my-profile .heading {
        width: 100%;
        display: flex;
        align-items: center;
        color: #D9DEDB;
        gap: 2rem;
        background-color: #202C33;
        padding: 3.5rem 0 2rem 1rem;
        font-size: 20px;
    }
    
    .my-profile .heading p {
        font-size: 18px;
    }
    
    .my-profile .heading i {
        cursor: pointer;
    }
    
    .myprofile-detail img {
        width: 50%;
        border-radius: 50%;
        margin: 20px 25%;
    }
    
    .myprofile-detail {
        background-color: #111B21;
        width: 100%;
        height: 81.6vh;
        overflow-y: scroll;
    }
    
    .my-profile .my-name p:nth-child(1) {
        color: #2E7367;
        margin: 20px;
        font-size: 14px;
    }
    
    .my-profile .my-name p:nth-child(2) {
        color: #C5D1DB;
        margin: 20px;
        font-size: 16px;
    }
    
    .my-profile .my-name p:nth-child(3) {
        color: #8696A0;
        margin: 20px;
        font-size: 14px;
    }
    
    .my-profile .my-name p:nth-child(4) {
        color: #2E7367;
        margin: 20px;
        font-size: 14px;
    }
    
    .my-profile .my-name p:nth-child(5) {
        color: #8696A0;
        margin: 20px;
        font-size: 14px;
        /* padding: 0 0 36px 0; */
    }
    
    .contact-info {
        width: 25%;
        position: fixed;
        right: -25%;
        height: 100vh;
        float: left;
        border-left: 1px solid #535353;
        background-color: #111B21;
        transition: right 0.3s ease-in-out;
        /* overflow-y: scroll; */
    }
    
    .contact-heading {
        background-color: #202C33;
        color: #c9c9c9;
        padding: 20px;
        height: 70px;
    }
    
    .contact-heading i {
        float: left;
        font-size: 24px;
        cursor: pointer;
    }
    
    .contact-heading p {
        float: left;
        margin-left: 30px;
        font-size: 18px;
    }
    
    .dp-name img {
        /* margin-top: 0; */
        width: 60%;
        border-radius: 50%;
        margin: 20px 20%;
    }
    
    .dp-name {
        background-color: #111B21;
    }
    
    .cname p {
        text-align: center;
        font-size: 24px;
        color: white;
        margin-bottom: 10px;
    }
    
    .cname {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .cname span {
        text-align: center;
        width: 100%;
        font-size: 16px;
    }
    
    .contact-info .border {
        height: 10px;
        width: 98%;
        background-color: #0C1317;
        padding-right: 10px;
        border-radius: 0 20px 20px 0;
    }
    
    .group-diss {
        background-color: #111B21;
        color: #c9c9c9;
        padding: 20px;
    }
    
    .group-diss p:nth-child(1) {
        color: #005C4B;
        padding: 10px 0;
        font-size: 14px;
    }
    
    .group-diss p:nth-child(2) {
        /* padding: 10px 0; */
        color: #929292;
        font-size: 15px;
        line-height: 22px;
    }
    
    .ChatbackBtn {
        visibility: hidden;
        position: absolute;
    }
    
    @media(max-width:530px) {
        .chatSection {
            display: none;
            width: 100%;
        }
        .chatMenu {
            width: 100%;
        }
        .popup {
            /* width: 00%; */
            height: 90%;
            background-color: hsla(255, 100%, 0%, 0.5);
        }
        .chating {
            width: 100% !important;
        }
        .message {
            max-width: 350px;
        }
        .ChatbackBtn {
            visibility: visible;
            font-size: 24px;
            color: white;
            margin: 0 25px 0 0;
            /* top: 20px; */
            margin-right: 50px;
            padding: 20px;
        }
        .groupNameBar {
            padding-right: 5px;
        }
        .chating .chatinput {
            width: 50%;
            float: left;
        }
        .chating {
            width: 100%;
            /* float: left; */
        }
        .chating i {
            padding: 0 10px;
            font-size: 20px;
            color: #8696A0;
        }
        #Contact-image {
            width: 50%;
            height: 50%;
        }
        .myprofile-detail {
            background-color: #111B21;
            width: 100%;
            height: 100vh;
        }
        .groupNameBar {
            padding-left: 70px;
        }
        .contact-info {}
    }
    
    @media(min-width:531px) and (max-width:900px) {
        .chatSection {
            width: 50% !important;
        }
        .chatMenu {
            width: 50% !important;
        }
        .message {
            max-width: 250px;
        }
        .chating {
            width: 50% !important;
        }
        .chating i {
            padding: 0 10px;
            font-size: 18px;
            color: #8696A0;
        }
    }