﻿.chsmall {
    font-size: 80%;
    font-weight: 400;
}

.chcontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    color: #212529;
}

    .chcontainer a, .chcontainer a:hover, .chcontainer a:visited {
        color: #212529;
    }

.chcontainer.chsc {
    display: flex;
    flex-direction: column;
}

.chdot1, .chdot2, .chdot3 {
    background: #fff;
    width: 5px;
    height: 5px;
    border: double;
    border-color: black;
    border-radius: 50%;
    margin: 10px;
}

.chdot1 {
    animation: jump 1.6s -0.32s linear infinite;
    background: #4B0082;
}

.chdot2 {
    animation: jump 1.6s -0.16s linear infinite;
    background: #B22222;
}

.chdot3 {
    animation: jump 1.6s linear infinite;
    background: #006400;
}

@keyframes jump {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(2.0);
        transform: scale(2.0);
    }
}

.ConversationListConversation {
    cursor: pointer;
}

@media (min-width:576px) {
    .chcontainer {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .chcontainer {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .chcontainer {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .chcontainer {
        max-width: 1140px;
    }
}

.chcontainer-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.chrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
 @media (max-width:768px)
{
    .chrow {
        justify-content: space-between;
    }
} 

.chrow.chsc{
    flex:auto;
}


.chcol-md-12, .chcol-md-3, .chcol-md-4, .chcol-md-8, .chcol-md-9 {
    position: relative;
    /* width: 100%; */
    /* min-height: 1px; */
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width:768px) {
    .chcol-md-12, .chcol-md-3, .chcol-md-4, .chcol-md-8, .chcol-md-9 {
       
     
         min-height: 1px important; 
         width : 100% important;
    
    
    }
  
}

@media (min-width:768px) {
    .chcol-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .chcol-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .chcol-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .chcol-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .chcol-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.chbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .chbtn:focus, .chbtn:hover {
        text-decoration: none;
    }

    .chbtn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .chbtn:disabled {
        opacity: .65;
    }

.chbtn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .chbtn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .chbtn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .chbtn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.tooltip {
    position: absolute;
    top: 0px;
    left: 0px;
    will-change: transform;
    padding: 0 .4rem;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        z-index: 1000000;
        opacity: .9;
    }


.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
}

.tooltip .arrow {
    position: absolute;
    display: block;
    left: 0;
    width: .8rem;
    height: .4rem;
    bottom: 0;
}

    .tooltip .arrow::before {
        top: 0;
        border-width: .4rem .4rem 0;
        border-left-color: #fff;
        border-bottom-color: #fff;
        border-top-color: #fff;
        position: absolute;
        content: "";
        border-style: solid;
    }

.bs-tooltip-top {
    padding: .4rem 0;
}

.onlineBubble {
    bottom: 7px;
    right: 7px;
    transform: translate(50%, 50%);
    position: absolute;
}

.chsc.onlineBubble {
    bottom: 35px;
    right: 30px;
}

.unreadBubble {
    top: -14px;
    left: -18px;
    transform: translate(50%, 50%);
    position: absolute;
}

.chsc.unreadBubble{
    left: -4px;
    top: -12px;
}

.onlineBubbleCircle {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    display: inline-flex;
    background-color: lawngreen;
    width: 12px;
    border-top-right-radius: 50%;
    height: 12px;
    border-bottom-right-radius: 50%;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-left-color: #fff;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
}

#locationMap{
    height:300px;
    width: 100%;
}

.userMapLocation a {
    position: relative;
    bottom: 19px;
    left: 15px;
    color: darkred !important;
    font-size: 15px;
    font-weight: 400;
}
    .userMapLocation a small {
        position: relative;
        bottom: 12px;
        left: 1px;
        color: darkred !important;
        font-size: 10px;
    }

.unreadBubbleCircle {
    display: inline-flex;
    background-color: red;
    width: 22px;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    height: 22px;
    border-color: red;
    border-top: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-left: 2px solid;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

    .chbtn-secondary {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .chbtn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .chbtn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .chbtn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

.chbtn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .chbtn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .chbtn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .chbtn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

.chatSearch {
    width: 324px;
    background-color: #fff;
    position: fixed;
    right: 37px;
    bottom: 125px;
    z-index: 40000;
    box-shadow: 0px 4px 10px -5px rgb(0, 0, 0);
    display: flex;
    max-height: 60%;
    color: #212529;
}

@media (max-width:778px)
{
    .chatSearch {
        /* width: 324px; */
        background-color: #fff;
        position: fixed;
        right: 25px;
        bottom: 125px;
        z-index: 99999999;
        box-shadow: 0px 4px 10px -5px rgb(0, 0, 0);
        display: flex;
        max-height: 60%;
        color: #12171d;
    }
}


    .chatSearchBox input {
        background-color: rgb(240, 242, 245);
        border-radius: 20px;
        color: #212529;
        border: 0;
    }


        .chatSearchBox input[placeholder]:empty::before {
            content: attr(placeholder);
            position: absolute;
            color: gray;
            background-color: transparent;
            font-weight: 200;
        }

.conversationList {
    overscroll-behavior: contain;
    overflow-x: hidden;
    position: relative;
    max-height: 80%;
}

.conversationListContent {
    width: 223px;
    height: 70px;
    overflow: hidden;
}

.conversationListSearchInput{
    width:100%;
}

.chclose {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .chclose:focus, .chclose:hover {
        color: #000;
        text-decoration: none;
        opacity: .75;
    }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.chmodal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.chmodal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.chmodal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.chmodal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .chmodal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.chmodal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.chmodal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.chmodal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .chmodal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .chmodal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

@media (min-width:576px) {
    .chmodal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

@media (max-width:991px) {
    /* .chcontainer {
        display: none !important;
    } */
}
    .chrounded {
        border-radius: .25rem !important;
    }

    .chrounded-top {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
    }
  

    .chrounded-right {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }

    .chrounded-bottom {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .chrounded-left {
        border-top-left-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important;
    }

    .chd-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .chm-0 {
        margin: 0 !important;
    }

    .chmb-0 {
        margin-bottom: 0 !important;
    }

    .chmt-1 {
        margin-top: .25rem !important;
    }

    .chmb-1 {
        margin-bottom: .25rem !important;
    }

    .chml-1 {
        margin-left: .25rem !important;
    }

    .chp-0 {
        padding: 0 !important;
    }

    .chp-1 {
        padding: .25rem !important;
    }

    .chpt-1 {
        padding-top: .25rem !important;
    }

    .chpr-1 {
        padding-right: .25rem !important;
    }

    .chpb-1 {
        padding-bottom: .4rem !important;
    }

    .chpt-2 {
        padding-top: .5rem !important;
    }

    .chpr-2 {
        padding-right: .5rem !important;
    }

    .chpr-3 {
        padding-right: 1rem !important;
    }

    .chpb-2 {
        padding-bottom: .5rem !important;
    }

    .chpl-2 {
        padding-left: .5rem !important;
    }

    .chpl-3 {
        padding-left: 1rem !important;
    }

    .chpt-3 {
        padding-top: 1rem !important;
    }

    .chpb-3 {
        padding-bottom: 1rem !important;
    }

    .chpb-4 {
        padding-bottom: 1.5rem !important;
    }

    .chpl-4 {
        padding-left: 1.5rem !important;
    }

    .chml-auto {
        margin-left: auto !important;
    }

    .chtext-right {
        text-align: right !important;
    }

    .chtext-center {
        text-align: center !important;
    }

    .chtext-white {
        color: #fff !important;
    }

    .chtyping {
        display: flex;
    }

    @media print {
        *, ::after, ::before {
            text-shadow: none !important;
            box-shadow: none !important;
        }

        a:not(.btn) {
            text-decoration: underline;
        }

        img {
            page-break-inside: avoid;
        }

        p {
            orphans: 3;
            widows: 3;
        }

        body {
            min-width: 992px !important;
        }

        .chcontainer {
            min-width: 992px !important;
        }
    }

    i.online {
        color: lawngreen;
    }

    .fa {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .fa-fw {
        width: 1.28571429em;
        text-align: center;
    }

    .fa-globe::before {
        content: "\f0ac";
    }

    .fa-exclamation-triangle::before {
        content: "\f071";
    }

    .fa-superpowers:before {
        content: "\f2dd";
    }

    .fa-times:before {
        content: "\f00d";
    }

    .fa-picture-o:before {
        content: "\f03e";
    }

    .fa-pencil-square-o:before {
        content: "\f044";
    }

    .fa-plus-circle:before {
        content: "\f055";
    }

    .fa-minus:before {
        content: "\f068";
    }

    .fa-cloud-upload:before {
        content: "\f0ee";
    }

    .fa-smile-o:before {
        content: "\f118";
    }

    .fa-location-arrow:before {
        content: "\f124";
    }

    .fa-paper-plane-o:before {
        content: "\f1d9";
    }

    .loading {
        color: transparent;
        background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
        background-size: 400%;
        animation: loading 1.2s ease-in-out infinite;
        height: 50px;
        right: 8px;
        margin-top: 5px;
    }

    @keyframes loading {
        0% {
            background-position: 100% 50%;
        }

        100% {
            background-position: 0 50%;
        }
    }

    .chchat-main {
        float: left;
        width: 338px;
        margin-right: 20px;
        box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.5);
        position: relative;
        bottom: 65px;
    }
    @media (max-width:780px)
    {
        .chchat-main {
            float: left;
            width: 338px;
            margin-right: 20px;
            box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.5);
            position: relative;
            bottom: 0px;
        }
    }

    .conversation-link {
        cursor: pointer;
    }

    .chchat-list {
        position: fixed;
        bottom: 60px;
        right: 16px;
        z-index: 1050;
        display: flex;
        flex-direction: column;
        align-items: end;
    }

        .chchat-list .chlist_bubble {
            margin-bottom: 15px;
            cursor: pointer;
            animation-direction: alternate;
            animation-name: hysjk879ks;
            animation-iteration-count: 1;
            animation-duration: 200ms;
            animation-fill-mode: forwards;
            animation-timing-function: cubic-bezier(.12, .8, .32, 1);
        }

    .chchat-header {
        background: #ffffff;
        padding-top: 8px;
        padding-bottom: 3px;
    }

    .chusername h6 {
        display: inline-block;
        font-size: 15px;
        font-weight: 600;
    }

    .choptions {
        display: inline-block;
    }

        .choptions i {
            font-size: 18px;
            font-weight: normal;
            cursor: pointer;
            opacity: 0.5;
            margin-right: 8px;
        }

        .choptions > .chhide-chat-box {
            vertical-align: middle;
        }

    .chsend-button {
        opacity: 0.7;
        cursor: pointer;
    }

    .chchats {
        display:flex;
        flex: fit-content;
        overflow-x: scroll;
        overflow-x: hidden;
    }
        .chchats ul {
            width: 100%;
            min-height: 36vh;
        }

        .chchats ul li {
            list-style: none;
            clear: both;
            font-size: 13px;
        }

            .chchats ul li.chmessage {
                margin-bottom: 1.7rem;
                display: flex;
                flex-direction: column;
                align-items: end;
                position: relative;
            }

    .chmessage .chread {
        display: none;
        position: absolute;
        bottom: -15px;
        right: 1px;
        animation: fadeOut 1s;
    }

        .chmessage.chread .chread {
            display: flex;
        }

    .chread.fade {
        animation: fadeIn 1s;
    }

    .chchats .chsend-msg {
        float: right;
        color: white;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-weight: 400;
        line-height: 1.5;
        font-size: 16px;
        white-space: pre-wrap;
        margin-left: 1rem;
        word-break: break-word;
        max-width: 205px;
    }

        .chchats .chsend-msg.map {
            line-height: 0;
            padding: 0 !important;
            background-color: #fff;
        }

            .chchats .chsend-msg.map > a > img {
                float: right;
            }

    .chchats .chreceive-msg {
        float: left;
        word-break: break-word;
    }

    .chchats .chsend-msg.big-text {
        font-size: 45px;
        background: #fff;
        padding-top: 0;
    }

    .chchats .chreceive-msg .chreceive-msg-desc p.big-text {
        font-size: 45px;
        background: #fff;
        padding-top: 0;
    }

.chchats .chreceive-msg .chreceive-msg-disc p {
    font-size:12px;
    color:brown;  
}

.chchats .chreceive-msg .chreceive-msg-disc {
    display: none;
}

.chchats .chreceive-msg .chreceive-msg-disc.show {
    display: block;
}

.chbg-gd {
    background: #00B5E2;
}

    .chreceive-msg img.chavatar {
        border-radius: 100%;
        height: 20px;
        width: 20px;
        margin-bottom: 2px;
    }

    .chusername img {
        border-radius: 100%;
        height: 42px;
        width: 42px;
    }

    .chreceive-msg-img {
        display: inline;
    }

    .chmsg-avt {
        display: inline;
    }

    .chreceive-msg .chreceive-msg-desc {
        display: inline-block;
        max-width: 205px;
    }

        .chreceive-msg .chreceive-msg-desc p {
            background: rgb(240, 242, 245);
        }

        .chreceive-msg .chreceive-msg-desc div {
            background: rgb(240, 242, 245);
        }

    .chreceive-msg.map .chreceive-msg-desc p {
        background: #fff;
    }

    .upgradeBox {
        clear: both;
        background: gold;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 16px !important;
        margin-top: 5px;
        text-align: center;
    }

        .upgradeBox p {
            padding-top: 16px;
            padding-left: 16px;
            padding-right: 16px;
            text-align: center !important;
            color: #212529;
        }

    .chtools i {
        color: #a1a1a1;
        cursor: pointer;
        font-size: 20px;
        margin-right: 6px;
    }

    .chchatboxes {
        position: fixed;
        bottom: 60px;
        right: 20px;
        z-index: 31;
        margin-right: 40px;
    }
    @media (max-width:991px)
    {
        .chchatboxes {
            position: fixed;
            bottom: 130px;
            right: -24px;
            z-index: 1060;
            margin-right: 24px;
      
        }
    }

    .chchat-content {
        background-color: #ffffff;
        box-shadow: inset 0px 13px 2px -12px rgba(0, 0, 0, 0.5);
        padding-top: 2px;
        display: flex;
        flex-direction:column;
        max-height: 46vh;
    }

        .chchat-content p, .chchat-content span {
            font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
            font-weight: 400;
            line-height: 1.5;
            color: #212529;
            text-align: left;
        }

    .dropzone {
        color: #212529;
    }

    .chchat-data {
        overscroll-behavior: contain;
    }

    .chmessageBoxTAC {
        min-height: 37px;
        border: none;
        outline: 0px solid transparent;
        max-height: 150px;
        overflow-x: hidden;
        white-space: pre-wrap;
        overflow-wrap: break-word;
        overflow-y: auto;
        background-color: rgb(240, 242, 245);
        border-radius: 20px;
        width: 100%;
        transition-property: all;
        transition-duration: .3s;
        padding: 10px 30px 10px 10px;
        white-space: pre-wrap;
    }

    .chmessageBoxH {
        align-items: center;
        justify-content: flex-end;
        flex-grow: 1;
    }

    .chmessageBoxT {
        margin-right: auto;
        position: absolute;
        left: 16px;
        bottom: 7px;
        transition: all 0.3s ease, transform 0.3s ease 0.01s, visibility 0.3s ease;
    }

        .chmessageBoxT > i > span {
            display: none;
        }

        .chmessageBoxT.sColumn {
            display: flex;
            flex-direction: column;
            margin-bottom: 42px;
            margin-left: 7px;
            background: white;
            box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.5);
            border-radius: 3%;
        }

            .chmessageBoxT.sColumn > i {
                padding: 10px;
            }

                .chmessageBoxT.sColumn > i > span {
                    display: inline;
                    padding-left: 10px;
                }

    .chmessageBoxTH {
        margin-right: auto;
        transition: all 0.3s ease, transform 0.3s ease 0.01s, visibility 0.3s ease;
    }

    .chmessageBoxTA {
        width: 264px;
        transition: all 0.3s ease, transform 0.3s ease 0.01s, visibility 0.3s ease;
    }

    @media (max-width : 780px)
    {
        .chmessageBoxTA {
            width: 250px;
            transition: all 0.3s ease, transform 0.3s ease 0.01s, visibility 0.3s ease;
        }
    }

        .chmessageBoxTA.typing {
            width: 277px;
        }

    .chchidden {
        display: none !important;
    }

    .chsend-button {
        transition: all 0.3s ease, transform 0.3s ease 0.01s, visibility 0.3s ease;
        width: 18px;
    }

    .chsmile-button {
        transition: all 0.3s ease, transform 0.3s ease 0.01s, visibility 0.3s ease;
        width: 18px;
        position: absolute;
        right: 28px;
    }

        .chsmile-button.typing {
            right: 45px;
        }

    emoji-picker {
        position: absolute;
        bottom: 48px;
        right: 21px;
    }

    .chrounded {
        border-radius: 1.25rem !important;
    }

    .chrounded-left {
        border-top-left-radius: 1.25rem !important;
        border-bottom-left-radius: 1.25rem !important;
    }

    .chrounded-bottom {
        border-bottom-right-radius: 1.25rem !important;
        border-bottom-left-radius: 1.25rem !important;
    }

    .chrounded-top {
        border-top-left-radius: 1.25rem !important;
        border-top-right-radius: 1.25rem !important;
    
    }
    /* @media (max-width:780px)
    {
        .chrounded-top {
            
            bottom: 125px !important;
        }
    } */

    .chrounded-right {
        border-top-right-radius: 1.25rem !important;
        border-bottom-right-radius: 1.25rem !important;
    }

    .chinline > p {
        display: inline-block;
    }

    [contenteditable][placeholder]:empty:before {
        content: attr(placeholder);
        position: absolute;
        color: gray;
        background-color: transparent;
        font-weight: 200;
    }

    /* .chlist_bubble.chnew_message {
        border-radius: 100%;
        height: 55px;
        width: 55px;
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.5);
        background-color: white;
        position: relative;

    }  */
    .chlist_bubble img {
        border-radius: 100%;
        height: 55px;
        width: 55px;
        box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.5);
    }

     /* .chlist_bubble.chnew_message > i {
        margin: 0;
        position: absolute;
        font-size: 24px;
        top: 50%;
        -ms-transform: translateX(58%) translateY(-50%);
        right: 50%;
        transform: translateX(58%) translateY(-47%);
    }  */

/* Round box for icon */
 .chlist_bubble.chnew_message {
    display: flex ;
    border-radius: 999rem;
    bottom: 0;
    letter-spacing: 0.6;
    font-size: 1.37143rem;
    height: 45px;
    width: 180px;
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.5);
    background-color: white;
    /* position: absolute; */
    align-items: center;
    justify-content: center;
    padding: .92857rem 1.57143rem;
    overflow: hidden;
    cursor: pointer;  
} 


 .chlist_bubble.chnew_message > i {
    position: absolute;
    font-size: 20px;
    color: #5A5A5A;
    transform: translateY(-50%);
    top: 50%;
    left: 5%;
} 


.text-classMessage {
    font-size: 13px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    top: 50%;
    color: #333;
    margin-left: 25px; 
    white-space: nowrap; 
     
}

/* 
@media (max-width: 768px) {
    .chlist_bubble.chnew_message {
        height: 45px;
        width: 45px;
    }

    .chlist_bubble.chnew_message > i {
        font-size: 20px; 
    }

    .text-classMessage {
        font-size: 12px; 
    }
}

@media (max-width: 480px) {
    .chlist_bubble.chnew_message {
        height: 40px;
        width: 40px;
    }

    .chlist_bubble.chnew_message > i {
        font-size: 18px; 
    }

    .text-classMessage {
        font-size: 11px; 
    }
}Ensure responsiveness */

    .chmodal {
        z-index: 40000000;
    }

    .chchatmap {
        border-radius: 20px;
        width: 172px;
        height: 172px;
    }

    #chsendImageDZ {
        height: 190px;
        width: 100%;
    }

    #chpublic_images {
        display: flex;
        flex-wrap: wrap;
    }

        #chpublic_images div {
            margin-right: 5px;
        }

    #chprivate_images {
        display: flex;
        flex-wrap: wrap;
    }

        #chprivate_images div {
            margin-right: 5px;
        }

    /*! CSS Used keyframes */
    @keyframes hysjk879ks {
        0% {
            opacity: 0;
            transform: scale(.1);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }
