.customize-user-friendly-chat {
    margin: 0;
    overflow: hidden;
    box-shadow: 0 0 1px #8d8c8c;
    height: calc(100vh - 68px);
    background: #fff;
    font-family: "Open Sans", sans-serif;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.customize-user-friendly-chat a,
.customize-user-friendly-chat input,
.customize-user-friendly-chat textarea {
    transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
}
.customize-user-friendly-chat img {
    max-width: 100%;
    height: auto;
}
.customize-user-friendly-chat a:focus,
.customize-user-friendly-chat a:hover,
.customize-user-friendly-chat div:focus {
    outline: 0 !important;
    text-decoration: none;
}
.nav-sidebar .user-list li {
    float: left;
    width: 100%;
    display: inline-block;
    list-style: none;
    position: relative;
}
.nav-sidebar .user-list li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 100%;
}
.customize-user-friendly-chat .chat-button {
    width: 100px;
    margin: 30px auto;
}
.customize-user-friendly-chat .chat-button a {
    background: #e64f4f;
    padding: 10px 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.customize-user-friendly-chat .overlay-window {
    position: fixed;
    top: 0;
    background: RGBA(194, 190, 190, 0.55);
    width: 100%;
    height: 100%;
    padding: 4%;
    overflow-x: auto;
    display: none;
}
.customize-user-friendly-chat .username {
    padding: 20px;
    background: #1c87f3;
    color: #fff;
    font-weight: 700;
    height: 61px;
}
.customize-user-friendly-chat .chat-box .nav > li > a {
    position: relative;
    display: block;
    padding: 20px;
    font-size: 14px;
    color: #515151;
    text-transform: capitalize;
    line-height: 29px;
}
.customize-user-friendly-chat .tab-content {
    background: #fff;
    position: relative;
    height: 100vh;
}
.customize-user-friendly-chat .user-list img {
    width: 38px;
    height: 38px;
    margin-right: 15px;
    float: left;
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
}
.customize-user-friendly-chat .user-list span {
    color: #000;
    float: left;
    padding-left: 55px;
}
.user-n {
    font-weight: 700;
}
p.chat-t {
    color: #777;
    font-size: 12px !important;
}
.customize-user-friendly-chat .user-list span p {
    font-size: 13px;
    margin: 0;
}
.customize-user-friendly-chat .nav > li > a:focus,
customize-user-friendly-chat .nav > li.active a,
customize-user-friendly-chat .nav > li > a:hover {
    text-decoration: none;
    background-color: rgba(198, 198, 198, 0.44);
    border-left: 5px #1c87f3 solid;
}
.customize-user-friendly-chat .online::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #04dd04;
    right: auto;
    z-index: 999;
    bottom: 6px;
    left: 37px;
    border: 3px solid #fff;
}
.customize-user-friendly-chat .idle::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fe8611;
    right: auto;
    z-index: 999;
    bottom: 6px;
    left: 37px;
    border: 3px solid #fff;
}
.customize-user-friendly-chat .offline::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ccc;
    right: auto;
    z-index: 999;
    bottom: 6px;
    left: 37px;
    border: 3px solid #fff;
}
.current-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin: 0 10px 0 0;
}
.customize-user-friendly-chat .nav-sidebar h3 {
    font-size: 18px;
    padding: 10px 0 20px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    font-family: Open Sans;
}
.nav-sidebar input[type="text"] {
    width: 100%;
    padding: 6px 30px;
    border-radius: 5px;
    border: none;
    margin-bottom: 14px;
    background-color: #1770ca;
    background-image: url(../../images/chat/search.png);
    font-weight: 400;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: 3px;
}
.nav-sidebar input::-webkit-input-placeholder {
    color: #dbdbdb;
}
.nav-sidebar input:-moz-placeholder {
    color: #dbdbdb;
    opacity: 1;
}
.nav-sidebar input::-moz-placeholder {
    color: #dbdbdb;
    opacity: 1;
}
.nav-sidebar input:-ms-input-placeholder {
    color: #dbdbdb;
}
.nav-sidebar input::-ms-input-placeholder {
    color: #dbdbdb;
}
.nav-sidebar input::placeholder {
    color: #dbdbdb;
}
.customize-user-friendly-chat .nav-sidebar {
    background: #1d86f3;
    padding: 10px 15px;
    height: 100vh;
}
.customize-user-friendly-chat .top-chat-area {
    padding: 10px;
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 5px 0 5px #ddd;
}
.customize-user-friendly-chat .top-chat-area a {
    display: block;
    float: left;
}
.customize-user-friendly-chat .top-chat-area a img {
    width: 38px;
    height: 38px;
    margin-right: 5px;
    float: left;
    border-radius: 50%;
}
.customize-user-friendly-chat .top-chat-area a span {
    color: #000;
    float: left;
}
.customize-user-friendly-chat .top-chat-area a span p {
    font-size: 13px;
    margin: 0;
}
.customize-user-friendly-chat .chatname {
    font-size: 17px;
}
.customize-user-friendly-chat .current-chat-user {
    font-size: 13px;
    color: #515151;
    position: relative;
    float: left;
}
.customize-user-friendly-chat .current-chat-user::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: RGBA(0, 153, 0, 0.56);
    right: -30px;
    z-index: 999;
    top: 5px;
}
.customize-user-friendly-chat .my-dp img {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin: 0 0 0 5px;
}
.customize-user-friendly-chat .mychat {
    text-align: right;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    padding: 7px 25px 7px 0;
    position: relative;
    width: 50%;
}
.customize-user-friendly-chat .mychat .chat-boxes {
    width: 100%;
} /*.my-dp.read-recipts{float:left}*/
.customize-user-friendly-chat .mychat-text {
    border-radius: 20px 3px 3px 20px;
    background: #1d86f3;
    padding: 8px 15px;
    color: #fff;
    width: auto;
    float: right;
    clear: both;
    margin-bottom: 2px;
    text-align: left;
    word-break: break-word;
}
.customize-user-friendly-chat .chat-boxes .mychat-text:only-child {
    border-radius: 20px !important;
}
.customize-user-friendly-chat .mychat-text:first-child {
    border-radius: 20px 20px 3px 20px;
}
.customize-user-friendly-chat .mychat-text:last-child {
    border-radius: 20px 3px 20px 20px;
}
.yourchat-image img {
    width: auto;
    height: 100px;
    border-radius: 10px;
}
.mychat-image img {
    width: auto;
    height: 100px;
    border-radius: 10px;
}
.customize-user-friendly-chat .yourchat-image {
    float: left;
    margin-bottom: 2px;
    clear: both;
    margin-left: 10px;
}
.mychat-image {
    float: right;
    margin-bottom: 2px;
    clear: both;
}
.customize-user-friendly-chat .mychat-time {
    font-size: 11px;
    margin-top: 10px;
    color: #717171;
    display: none;
}
.customize-user-friendly-chat .your-dp img {
    height: 38px;
    width: 38px;
    border-radius: 50%;
}
.right-chat-box .your-dp {
    width: 38px;
}
.right-chat-box .chat-boxes {
    width: 90%;
}
.customize-user-friendly-chat .yourchat {
    margin: 7px 0;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    width: 50%;
}
.customize-user-friendly-chat .yourchat-text {
    margin-left: 10px;
    border-radius: 3px 20px 20px 3px;
    background: #e9e9e9;
    padding: 8px 15px;
    margin-bottom: 2px;
    width: auto;
    float: left;
    clear: both;
    font-family: Open Sans;
    font-weight: 400;
}
.customize-user-friendly-chat .chat-boxes .yourchat-text:only-child {
    border-radius: 20px !important;
}
.customize-user-friendly-chat .yourchat-text:first-child {
    border-radius: 20px 20px 20px 3px;
}
.customize-user-friendly-chat .yourchat-text:last-child {
    border-radius: 3px 20px 20px 20px;
}
.customize-user-friendly-chat .yourchat-time {
    font-size: 11px;
    margin-top: 10px;
    color: #717171;
    display: none;
}
.customize-user-friendly-chat .chat-area-span {
    height: calc(100vh - 214px);
    overflow: auto;
    float: left;
    width: 100%;
    padding: 20px 20px 0;
}
.customize-user-friendly-chat .chat-text-box-area textarea {
    width: 95%;
    border-radius: 15px;
    border: none;
    padding: 0 100px 3px 12px;
    max-height: 25px;
    overflow: auto;
    line-height: 21px;
    float: left;
    resize: none;
    font-size: 14px;
}
.file-open {
    float: left;
    width: 20px;
    height: 22px;
    margin: 4px 0;
    cursor: pointer;
    position: absolute;
    right: 70px;
    z-index: 9999;
    top: -2px;
}
.camera-open {
    float: left;
    width: 20px;
    background: url(../../images/chat/sprite2.png);
    background-repeat: no-repeat;
    background-position: -147px;
    height: 22px;
    margin: 4px 0;
    cursor: pointer;
    position: absolute;
    right: 70px;
    z-index: 9999;
}
.voice-open {
    float: left;
    width: 14px;
    height: 22px;
    margin: 4px 0;
    cursor: pointer;
    position: absolute;
    right: 53px;
    z-index: 9999;
}
.chat-text-box-area form {
    width: 100%;
    float: left;
    position: relative;
}
.customize-user-friendly-chat .user-list {
    background: #fff;
    height: calc(100vh - 190px);
    overflow-x: auto;
    border-radius: 20px;
    padding: 0;
}
.customize-user-friendly-chat .chat-text-box-area input[type="submit"] {
    background: url(../../images/chat/send.png);
    text-indent: -999999px;
    border: none;
    background-position: 3px;
    width: 20px;
    height: 20px;
    float: left;
    padding: 0;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 50%;
    background-color: #1d86f3;
    margin: 3px 0 3px 6px;
    background-size: 15px;
    position: absolute;
    right: 24px;
}
.customize-user-friendly-chat .nav-sidebar h2 {
    font-size: 14px;
    padding: 20px;
    margin: 0;
    background: #e6e6e6;
    border-left: 5px solid #064068;
    text-transform: uppercase;
}
.customize-user-friendly-chat .nav-sidebar h2 .fa {
    margin-right: 15px;
}
.notifi-icon {
    background: #064169;
    color: #fff;
    font-weight: 700;
    height: 61px;
}
.notifi-icon > ul {
    margin: 0 30px 0 0;
    padding: 0;
}
.notifi-icon > ul > li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.notifi-icon > ul > li > a {
    color: #fff;
    font-size: 21px;
    padding: 15px;
    display: block;
    position: relative;
}
.notifi-icon > ul > li > a span {
    position: absolute;
    font-size: 10px;
    background: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #026355;
    text-align: center;
    line-height: 21px;
    top: 9px;
    right: 0;
}
.notifi-icon > ul > li > ul {
    position: absolute;
    z-index: 9999;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 285px;
    right: -15px;
    background: #fff;
    display: none;
    box-shadow: 0 4px 5px #b9b9b9;
}
.notifi-icon > ul > li > ul > li {
    float: left;
    text-align: center;
}
.notifi-icon > ul > li > ul > li > a {
    padding: 10px;
    display: block;
}
.notifi-icon > ul > li:hover ul {
    display: block;
}
.icon-right {
    float: right;
    margin: 8px 20px 0 0;
}
.voice-call {
    float: left;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.video-call {
    float: left;
    width: 26px;
    height: 22px;
    background-position: -43px;
    margin-left: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.settings {
    float: left;
    width: 22px;
    height: 22px;
    background: url(../../images/chat/sprite2.png);
    background-position: -88px;
    margin-left: 20px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.chat-text-box-area {
    position: fixed;
    bottom: 0;
    width: 75%;
    background: #fff;
    padding: 8px;
    right: 0;
    z-index: 99;
    border-top: 1px solid #e4e4e4;
}
.settings ul {
    position: absolute;
    right: 0;
    width: 150px;
    top: 15px;
    box-shadow: 0 0 14px #e3e0e0;
    border-radius: 8px;
    z-index: 9999;
    background: #fff;
    right: 20px;
    padding: 0;
    display: none;
}
.settings ul li {
    float: left;
    width: 100%;
    padding: 10px 15px;
    list-style: none;
    color: #000;
    text-align: left;
    font-size: 13px;
    display: block;
}
.settings ul li a {
    color: #000;
}
.customize-user-friendly-chat .chat-time {
    font-size: 11px;
    margin-top: 10px;
    color: #262626;
    text-align: center;
}
.pre-text-box-area {
    position: fixed;
    bottom: 42px;
    width: 75%;
    right: 0;
    z-index: 99;
    background: #fff;
    left: auto;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.each-chat .pre-text-box-area {
    position: fixed;
    bottom: 42px;
    width: 75%;
    right: 0;
    z-index: 99;
    background: #fff;
    left: auto;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.pre-text-box-area ul {
    padding: 3px;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: 41px;
}
@media screen and (max-width: 992px) {
    .pre-text-box-area ul {
        padding: 3px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        overflow-y: scroll;
        width: auto;
        height: 41px;
    } 
}
.each-chat .pre-text-box-area ul {
    padding: 3px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    overflow: hidden;
}
.pre-text-box-area li {
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    margin: 2px 10px;
    padding: 5px 20px;
    background: #fff;
    border-radius: 20px;
    color: #000;
    box-shadow: 0 0 2px #a8a8a8;
    cursor: pointer;
	text-wrap: nowrap;
    width: auto;
    border: 1px solid #0065f2;

}
.each-chat .pre-text-box-area li {
    float: left;
    list-style: none;
    font-size: 13px;
    font-weight: 400;
    margin: 2px 10px;
    padding: 5px 20px;
    background: #fff;
    border-radius: 20px;
    color: #000;
    box-shadow: 0 0 0px transparent !important;
    cursor: pointer;
	text-wrap: nowrap;
    width: 100%;
    border: 1px solid #d3d3d3;

}
.pre-text-box-area li:hover {
    background: #f4f4f4;
}
.Disable-smart-reply{
	padding: 10px 15px;
    display: none;
    width: 40px;
    height: 40px;
}




.mychat-seen {
    /*float:left;*/
    clear: both;
    color: #928f8f;
    font-size: 9px;
    margin: 4px 0 0 0;
}
.setting-voice {
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.reco {
    width: 400px;
    height: 160px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    background: #1d86f3;
    box-shadow: 0 0 3px #ccc;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    z-index: 9999999;
}
#controls {
    width: 310px;
    margin: 0 auto;
}
#recordButton {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    background: #fff;
    color: #1d86f3;
    height: 90px;
    width: 90px;
    font-size: 48px;
    border-radius: 50%;
    border: 2px solid #2871bd;
    float: none;
    margin: 5px;
    position: relative;
    display: inline-block;
}
#recordButton span {
    float: left;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-top: 11px;
    color: #fff;
    position: absolute;
}
#stopButton {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: none;
    background: #fff;
    color: red;
    height: 90px;
    width: 90px;
    font-size: 35px;
    border-radius: 50%;
    border: 2px solid #2871bd;
    float: none;
    position: relative;
    margin: 5px;
    display: inline-block;
}
button#stopButton:disabled {
    color: #888;
    border: none;
    background: #ccc;
    box-shadow: inset 0 0 2px 1px #a7a7a7;
    cursor: no-drop;
}
#stopButton span {
    float: left;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    position: absolute;
}
#recordButton:disabled > .record-disable {
    display: none;
}
#recordButton:disabled {
    display: none;
}
.timer {
    background: #fff;
    color: #1d86f3;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    float: left;
    margin: 5px;
    line-height: 88px;
    font-size: 13px;
}
.mychat-audio {
    border-radius: 20px 3px 3px 20px;
    border-radius: 0;
    color: #fff;
    width: auto;
    float: right;
    clear: both;
    margin-bottom: 2px;
}
.call-screen {
    position: fixed;
    z-index: 99999999;
    background: #000;
    height: 100vh;
    width: 100%;
    top: 0;
}
.c-rcv-pro img {
    position: fixed;
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}
.call-contrl {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.call-contrl button {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 5px;
    border: none;
    border-radius: 50%;
    font-size: 35px;
}
.mute {
    color: #686565;
}
.customize-user-friendly-chat .decline {
    background: red;
    color: #fff;
    transform: rotate(136deg);
}
.call-incoming {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #3e3e3e;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 5px 20px;
}
.pro-im img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.pro-im h3 {
    font-size: 14px;
    color: #fff;
    margin: 5px 10px;
    font-weight: 700;
}
.pro-im p {
    font-size: 12px;
    color: #cbcbcb;
    margin: 0 10px;
}
.dcln {
    float: right;
    background: red;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 51px;
    font-size: 26px;
    color: #fff;
    margin: 0 5px;
}
.rcv {
    float: right;
    background: #12da45;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 53px;
    font-size: 26px;
    color: #fff;
    margin: 0 5px;
}
.dcln i {
    transform: rotate(135deg);
}
.call-incoming.pop {
    position: fixed;
    top: auto;
    width: 410px;
    height: 100px;
    background: #1d86f3;
    left: 30px;
    right: auto;
    z-index: 99999;
    padding: 24px 20px;
    bottom: 30px;
    box-shadow: 0 0 8px #a1a0a0;
    border-radius: 7px;
}
#callScreen iframe {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 9999999;
    background: #000;
}
.mychat-call {
    text-align: left;
    margin: 10px 0;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    color: #cfcfcf;
    font-family: Open Sans;
    width: auto;
    display: block;
    float: right;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 12px;
    clear: both;
}
.yourchat-call {
    text-align: left;
    margin: 10px;
    font-size: 11px;
    text-transform: capitalize;
    font-weight: 600;
    color: #cfcfcf;
    font-family: Open Sans;
    width: auto;
    display: block;
    float: left;
    border: 1px solid #ccc;
    padding: 6px 15px;
    border-radius: 12px;
    clear: both;
}
.callstatus .statustext,
.mychat-call .statustext,
.yourchat-call .statustext {
    color: #000;
    font-size: 12px;
}
.mychat-call .statustime,
.yourchat-call .statustime {
    border-bottom: 1px solid #dfdfdf;
    padding: 0 30px 4px 0;
}
.emojionearea .emojionearea-button {
    z-index: 5;
    position: absolute;
    right: 45px !important;
    top: 3px;
    width: 24px;
    height: 24px;
    opacity: 1;
    cursor: pointer;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.nav-sidebar .user-list li.selected {
    background: #f1f1f1;
}
.mychat-image-popup {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    text-align: center;
    z-index: 999;
}
.mychat-image-popup img {
    width: auto;
    height: 90vh;
    margin: 25px auto 0;
    z-index: 99;
    position: relative;
    object-fit: contain;
}
.image-pop-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}
img.emojioneemoji {
    width: 16px;
}
.mychat-call .video-call,
.mychat-call .voice-call,
.yourchat-call .video-call,
.yourchat-call .voice-call {
    float: none;
    text-align: center;
    margin: 6px auto 0;
    background: 0 0;
    width: auto;
    color: #008fff;
    font-size: 12px;
    line-height: 14px;
    height: auto;
}
.image-pop-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
    cursor: pointer;
}
.image-pop-close i.fa {
    color: red;
    font-size: 33px;
    -webkit-text-stroke: 5px #333;
}
.customize-user-friendly-chat .top-chat-area a span p.chat-t {
    text-transform: capitalize;
}
.nav-sidebar .user-list li.nomsg {
    border-bottom: 1px solid #ccc;
    padding: 10px 10px 10px 30px;
    font-weight: 500;
    color: #a6a6a6;
}
.chat-area-loader {
    width: 75%;
    height: 89%;
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 9999;
    right: 0;
    margin: auto;
    bottom: 0;
    display: block;
}
.chat-area-loader img {
    height: 25px;
    width: auto;
}
.chat-area-loader span {
    display: block;
    font-size: 13px;
    margin: 5px 0 0;
}
.chat-loader {
    height: 48px;
    width: 120px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.mychat-audio audio {
    width: 230px;
}
.yourchat-audio {
    float: left;
    clear: both;
    margin: 0 0 10px 10px;
}
.yourchat-audio audio {
    width: 230px;
}
.customize-user-friendly-chat .user-list .msg-unread {
    position: absolute;
    right: 8px;
    top: 50%;
    background: #1c87f3;
    color: #fff;
    padding: 3px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 15px;
    width: 18px;
    height: 18px;
    text-align: center;
    transform: translateY(-50%);
}
.customize-user-friendly-chat .mychat-text.lastread {
    position: relative;
    margin: 0 0 35px;
}
.customize-user-friendly-chat .seenchat {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    bottom: -26px;
    width: 115px;
}
.test-emoji {
    position: absolute;
    text-align: center;
    font-size: 2rem;
    left: 0;
    width: 100%;
    top: 20%;
}
.intercom-composer-popover-input {
    font-size-adjust: none;
    font-size: 100%;
    font-style: normal;
    letter-spacing: normal;
    font-stretch: normal;
    font-variant: normal;
    font-weight: 400;
    font: normal normal 100% intercom-font, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    text-align-last: auto;
    text-decoration: none;
    -webkit-text-emphasis: none;
    text-emphasis: none;
    text-height: auto;
    text-indent: 0;
    text-justify: auto;
    text-outline: none;
    text-shadow: none;
    text-transform: none;
    text-wrap: normal;
    alignment-adjust: auto;
    alignment-baseline: baseline;
    -webkit-animation: none 0 ease 0 1 normal;
    animation: none 0 ease 0 1 normal;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-appearance: normal;
    -moz-appearance: normal;
    appearance: normal;
    azimuth: center;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: none 0 0 auto repeat scroll padding-box transparent;
    background-color: transparent;
    background-image: none;
    baseline-shift: baseline;
    binding: none;
    bleed: 6pt;
    bookmark-label: content();
    bookmark-level: none;
    bookmark-state: open;
    bookmark-target: none;
    border: 0 none transparent;
    border-radius: 0;
    bottom: auto;
    box-align: stretch;
    -webkit-box-decoration-break: slice;
    box-decoration-break: slice;
    box-direction: normal;
    box-flex: 0;
    box-flex-group: 1;
    box-lines: single;
    box-ordinal-group: 1;
    box-orient: inline-axis;
    box-pack: start;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-column-break-after: auto;
    break-after: auto;
    -webkit-column-break-before: auto;
    break-before: auto;
    -webkit-column-break-inside: auto;
    break-inside: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    color-profile: auto;
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
    -webkit-column-rule: medium medium #1f1f1f;
    -moz-column-rule: medium medium #1f1f1f;
    column-rule: medium medium #1f1f1f;
    -webkit-column-span: 1;
    -moz-column-span: 1;
    column-span: 1;
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-columns: auto auto;
    -moz-columns: auto auto;
    columns: auto auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    crop: auto;
    cursor: auto;
    direction: ltr;
    display: inline;
    dominant-baseline: auto;
    drop-initial-after-adjust: text-after-edge;
    drop-initial-after-align: baseline;
    drop-initial-before-adjust: text-before-edge;
    drop-initial-before-align: caps-height;
    drop-initial-size: auto;
    drop-initial-value: initial;
    elevation: level;
    empty-cells: show;
    fit: fill;
    fit-position: 0 0;
    float: none;
    float-offset: 0 0;
    grid-columns: none;
    grid-rows: none;
    hanging-punctuation: none;
    height: auto;
    hyphenate-after: auto;
    hyphenate-before: auto;
    hyphenate-character: auto;
    hyphenate-lines: no-limit;
    hyphenate-resource: none;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    icon: auto;
    image-orientation: auto;
    image-rendering: auto;
    image-resolution: normal;
    inline-box-align: last;
    left: auto;
    line-height: inherit;
    line-stacking: inline-line-height exclude-ruby consider-shifts;
    list-style: disc outside none;
    margin: 0;
    marks: none;
    marquee-direction: forward;
    marquee-loop: 1;
    marquee-play-count: 1;
    marquee-speed: normal;
    marquee-style: scroll;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    move-to: normal;
    nav-down: auto;
    nav-index: auto;
    nav-left: auto;
    nav-right: auto;
    nav-up: auto;
    opacity: 1;
    orphans: 2;
    outline: medium none invert;
    outline-offset: 0;
    overflow: visible;
    overflow-style: auto;
    padding: 0;
    page: auto;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    page-policy: start;
    -webkit-perspective: none;
    perspective: none;
    -webkit-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    pointer-events: auto;
    position: static;
    presentation-level: 0;
    punctuation-trim: none;
    quotes: none;
    rendering-intent: auto;
    resize: none;
    right: auto;
    rotation: 0;
    rotation-point: 50% 50%;
    ruby-align: auto;
    ruby-overhang: none;
    ruby-position: before;
    ruby-span: none;
    size: auto;
    string-set: none;
    table-layout: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    transition: all 0 ease 0;
    unicode-bidi: normal;
    vertical-align: baseline;
    white-space: normal;
    white-space-collapse: collapse;
    widows: 2;
    width: auto;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    z-index: auto;
    text-align: start;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.intercom-composer-popover {
    z-index: 2147483003;
    position: absolute;
    bottom: 50px;
    right: 100px;
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 6px;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transform-style: flat;
    transform-origin: 50% 50% 0;
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
}
.intercom-composer-popover.active {
    visibility: visible;
    opacity: 1;
    bottom: 35px;
}
.intercom-emoji-picker {
    width: 280px;
    height: 270px;
}
.intercom-composer-popover-header {
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    height: 40px;
    border-bottom: 1px solid #edeff1;
}
.intercom-composer-popover-input {
    background-image: url(https://js.intercomcdn.com/images/search.7ae40c25.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 0 12px;
    font-weight: 400;
    font-size: 14px;
    color: #6e7a89;
    padding-left: 25px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    background-image: url(https://js.intercomcdn.com/images/search@2x.9f02b9f3.png);
    border: none;
    outline: 0;
}
.intercom-composer-popover-body {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 5px;
    padding: 0 15px;
    overflow-y: scroll;
}
.intercom-emoji-picker-group {
    margin: 10px -5px;
}
.intercom-emoji-picker-group {
    margin: 10px -5px;
}
.intercom-emoji-picker-group-title {
    color: #b8c3ca;
    font-weight: 400;
    font-size: 13px;
    margin: 5px;
}
.intercom-emoji-picker-emoji {
    padding: 4px;
    width: 30px;
    line-height: 24px;
    display: inline-table;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    font-size: 22px;
    transition: -webkit-transform 60ms ease-out;
    transition: transform 60ms ease-out;
    transition: transform 60ms ease-out, -webkit-transform 60ms ease-out;
    transition-delay: 60ms;
    font-family: Code2000;
}
.intercom-emoji-picker-emoji:hover {
    transition-delay: 0s;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.intercom-composer-popover-caret {
    position: absolute;
    bottom: -8px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}
.chat-input-tool {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 4px;
    right: 98px;
    outline: 0;
}
.type-indicator {
    font-size: 21px;
    background-color: #e6e7ed;
    width: auto;
    border-radius: 20px;
    padding: 10px 10px;
    display: table;
    margin: 10px 0 0 10px;
    position: relative;
    clear: both;
    float: left;
}
.type-indicator span {
    height: 7px;
    width: 7px;
    float: left;
    margin: 0 1px;
    background-color: #1d86f3;
    display: block;
    border-radius: 50%;
    opacity: 0.4;
}
.type-indicator span:nth-of-type(1) {
    animation: 1s blink infinite 0.3333s;
}
.type-indicator span:nth-of-type(2) {
    animation: 1s blink infinite 0.6666s;
}
.type-indicator span:nth-of-type(3) {
    animation: 1s blink infinite 0.9999s;
}
@keyframes blink {
    50% {
        opacity: 1;
    }
}
@keyframes bulge {
    50% {
        transform: scale(1.05);
    }
}
#chatsection {
    height: calc(100vh - 234px);
    width: 100% !important;
    vertical-align: bottom;
}
@media (min-width: 1440px) {
    .file-open {
        right: 72px;
    }
    .voice-open {
        right: 53px;
        width: 16px;
    }
    .chat-area-loader {
        width: 75%;
        height: 91%;
        background: #fff;
        text-align: center;
        position: fixed;
        z-index: 9999;
        right: 0;
        margin: auto;
        bottom: 0;
        display: block;
    }
}

.chat-input-tool {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 5px;
    position: absolute;
    top: 2px;
    right: 108px;
    outline: 0;
}
.file-open {
    float: left;
    width: 25px;
    /* background: url(../../images/toolchat/sprite2.png); */
    background-repeat: no-repeat;
    background-position: -173px;
    height: 22px;
    margin: 0px 5px 0;
    cursor: pointer;
    position: absolute;
    padding: 2px;
    right: 74px;
    z-index: 9999;
    top: 0;
}
.voice-open {
    float: left;
    width: 25px;
    /* background: url(../../images/toolchat/sprite2.png); */
    background-repeat: no-repeat;
    background-position: -173px;
    height: 22px;
    margin: 0px 5px 0;
    cursor: pointer;
    position: absolute;
    padding: 2px;
    right: 46px;
    z-index: 9999;
}



@media screen and (max-width:992px){
	.pre-text-box-area {
		position: fixed;
		bottom: 42px;
		width: auto;
		right: 0;
		z-index: 99;
		background: #fff;
		left: 0;
	}
	.Disable-smart-reply {
		padding: 8px 10px;
	}
}
