.chat-user{margin-right:10px}.chat-user .chat-user-photo{width:50px;height:50px;min-height:50px;border-radius:100%;position:relative}.chat-user .online-status-wrapper{position:relative;font-size:.8rem;display:flex;align-items:center}.chat-user .online-status-wrapper .online-indicator{position:inherit;width:10px;height:10px;right:unset;bottom:unset;display:inline-block;margin-right:5px;background-color:#98aeb1;border-radius:50%}.chat-user .online-status-wrapper .online-indicator.online{background-color:#88c940}.chat-archive-dialog{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:11}.chat-archive-dialog.hide{display:none}.chat-archive-dialog .chat-archive-dialog-box{padding:2.5rem;background-color:#fff;position:relative;text-align:center}.chat-archive-dialog .chat-archive-dialog-box .chat-archive-dialog-box-close{position:absolute;top:.7rem;right:.7rem;cursor:pointer}.chat-archive-dialog .chat-archive-dialog-box .chat-archive-dialog-box-close i{font-size:2.5rem}.chat-archive-dialog .chat-archive-dialog-box .chat-archive-dialog-box-title{font-weight:700;font-size:1.1rem;margin-bottom:10px;margin-top:20px}.chat-archive-dialog .chat-archive-dialog-box .chat-archive-dialog-confirm{background-color:#79be38;color:#fff;font-weight:700;text-transform:uppercase;padding:10px 15px}.chat-archive-dialog .chat-archive-dialog-box .chat-archive-dialog-confirm:hover{background-color:#74b032}.chat-room-item{min-height:80px;border-bottom:1px solid #f4f3f4;display:flex;justify-content:flex-start;padding:1rem;cursor:pointer;position:relative;-webkit-transition:all .2s;transition:all .2s}.chat-room-item.active{background:#f1f6f8;border-right:2px solid #79be38}.chat-room-item:hover{background:#f1f6f8}.chat-room-item:focus{outline:none!important}.chat-room-item .chat-room-info{width:100%;display:flex;flex-direction:column;justify-content:center}.chat-room-item .chat-room-info .chat-room-info-user{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:220px}.chat-room-item .chat-room-info .chat-room-last-message{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:200px;font-size:12px}.chat-room-item .chat-room-info .chat-room-info-ad{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:220px}.chat-room-item .chat-room-info .chat-room-info-ad.listing-status{background-color:#f44336;display:inline;color:#fff;font-size:13px;font-weight:700;padding:2px 5px}.chat-room-item .chat-room-info .chat-room-info-ad.listing-status.current{background-color:#4caf50}.chat-room-item .chat-room-info .chat-room-action{text-align:right;margin-top:10px}.chat-room-item .chat-room-info .chat-room-action button{margin-left:10px}.chat-room-item .chat-room-info .chat-room-action button i{font-size:1.2rem}.chat-room-item .last-message-time{position:absolute;top:10px;right:10px;font-size:12px}.chat-room-item .unread-message{font-size:.6rem;border-radius:50%;position:absolute;color:#fff;padding:2px 6px;text-align:center;background-color:red;font-weight:700;right:10px;top:2rem}.chat-list{height:100%;width:100%;max-width:400px;border-right:1px solid #f4f3f4}.chat-list .chat-list-header{min-height:92px;border-bottom:1px solid #f4f3f4;padding:.5rem 1rem}.chat-list .chat-list-header .chat-list-filter{font-weight:700;display:flex;align-items:center;cursor:pointer;position:relative}.chat-list .chat-list-header .chat-list-filter:focus{outline:0!important}.chat-list .chat-list-header .chat-list-filter .chat-list-filter-dropdown{position:absolute;top:30px;background-color:#fff;z-index:10;height:auto;border:1px solid #303030;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-transform:translateY(0);transform:translateY(0)}.chat-list .chat-list-header .chat-list-filter .chat-list-filter-dropdown.hide{display:none;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.chat-list .chat-list-header .chat-list-filter .chat-list-filter-dropdown ul{list-style:none;padding:0;margin:0}.chat-list .chat-list-header .chat-list-filter .chat-list-filter-dropdown ul li{display:block;border-bottom:1px solid #f2f2f2;padding:1rem}.chat-list .chat-list-header .chat-list-filter .chat-list-filter-dropdown ul li:hover{background-color:#fafafa}.chat-list .chat-list-header .chat-list-search .input-group{display:flex;justify-content:space-between;align-items:center;border:1px solid #303030;padding-left:10px;margin:10px 0 0}.chat-list .chat-list-header .chat-list-search .input-group .form-control{border:none;margin:0;padding:0}.chat-list .chat-list-header .chat-list-search .input-group .input-group-append{background-color:#f64e51;color:#fff;min-height:39px;align-items:center;justify-content:center;display:flex;padding:0 .5rem}.chat-list .chat-list-rooms{height:calc(100% - 92px);overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.chat-list .chat-list-rooms::-webkit-scrollbar{display:none}.jumping-dots{position:relative;text-align:center;margin-left:auto;margin-right:auto}.jumping-dots .dot{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:3px;background:#303131;-webkit-animation:wave 1.3s linear infinite;animation:wave 1.3s linear infinite}.jumping-dots .dot:nth-child(2){-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.jumping-dots .dot:nth-child(3){-webkit-animation-delay:-.9s;animation-delay:-.9s}@-webkit-keyframes wave{0%,60%,to{-webkit-transform:none;-webkit-transform:initial;transform:none}30%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}@keyframes wave{0%,60%,to{-webkit-transform:none;-webkit-transform:initial;transform:none}30%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.SimilarListing_header__1Ve8k{background:#2f3138;display:flex;justify-content:space-between;color:#fff;align-items:center;padding:20px}.SimilarListing_header__1Ve8k .SimilarListing_title__2d2tO{font-size:2rem}.SimilarListing_header__1Ve8k .SimilarListing_close___hTL_{font-size:3rem;line-height:0}.SimilarListing_body__2QB5J{padding:20px}.SimilarListing_controls__5Xscr{display:flex;justify-content:space-between;margin:1rem auto}.SimilarListing_controls__5Xscr .SimilarListing_searchBarCotnainer__3F9Hi{width:60%}.SimilarListing_actions__2Zn2s{display:flex}.SimilarListing_actions__2Zn2s button{margin-left:10px;padding:10px;background:#ccc;color:#fff;width:120px}.SimilarListing_actions__2Zn2s .SimilarListing_sendButton__sEzde{background:#4caf50}.SimilarListing_tableContainer__2E3Il{max-height:calc(100vh - 150px);overflow-y:scroll;width:100%}.SimilarListing_tableContainer__2E3Il th{position:-webkit-sticky;position:sticky;top:0;background:#fff;z-index:999}.SimilarListing_tableContainer__2E3Il th strong{font-weight:700}.SimilarListing_tableContainer__2E3Il td,.SimilarListing_tableContainer__2E3Il th{border:1px solid #f2f2f2}.SimilarListing_tableContainer__2E3Il td img,.SimilarListing_tableContainer__2E3Il th img{width:80px}.SimilarListing_tableContainer__2E3Il tbody tr:nth-child(2n){background:#fff}.SimilarListing_tableContainer__2E3Il input[type=checkbox]{position:absolute;opacity:0}.SimilarListing_tableContainer__2E3Il input[type=checkbox]+label{position:relative;cursor:pointer;padding:0}.SimilarListing_tableContainer__2E3Il input[type=checkbox]+label:before{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:20px;height:20px;background:#fff;border:2px solid #8dca3f}.SimilarListing_tableContainer__2E3Il input[type=checkbox]:checked+label:before{background:#8dca3f}.SimilarListing_tableContainer__2E3Il input[type=checkbox]:checked+label:after{content:"";margin-right:10px;display:inline-block;vertical-align:text-top;width:16px;height:16px;border:2px solid #fff;position:absolute;left:2px;bottom:3px}.SimilarListing_tableContainer__2E3Il input[type=checkbox]:focus+label:before{box-shadow:0 0 0 3px rgba(0,0,0,.04)}.SearchBar_search__DtOGB{display:flex;height:40px;position:relative;border:1px solid #000;z-index:1;width:100%}.SearchBar_search__DtOGB input{padding-right:50px;width:100%;height:100%;border:0}.SearchBar_search__DtOGB input:focus{border:0;outline:0}.SearchBar_searchIcon__1fDOR{position:absolute;background:#f44336;color:#fff;width:40px;right:0;top:0;height:38px;display:flex;justify-content:center;align-items:center;z-index:0}.chat-detail-footer{background:#fff;border-top:1px solid #79be38;padding:1rem;position:absolute;bottom:0;width:100%;height:150px;display:flex;justify-content:space-between;align-content:center}.chat-detail-footer .message-typing{position:absolute;top:-25px}.chat-detail-footer .message-typing .message-typing-text{display:flex;justify-content:flex-start;margin-left:2.5rem;font-size:.8rem}.chat-detail-footer .message-typing .message-typing-text .message-typing-members>span{margin-right:5px}.chat-detail-footer .message-typing .message-typing-text .message-typing-members>span:after{content:","}.chat-detail-footer .message-typing .message-typing-text .message-typing-members>span:last-child:after{content:""}.chat-detail-footer .input-group{position:relative;border-radius:10px;width:100%;display:flex;flex-direction:column;justify-content:space-between}.chat-detail-footer .input-group-action-center{display:flex;margin-bottom:10px}.chat-detail-footer .input-group-prepend{margin-right:10px}.chat-detail-footer .input-group-append{align-self:flex-end}.chat-detail-footer .input-group-append button{background:#79be38;color:#fff;padding:5px 20px 5px 5px;width:100px;display:flex;justify-content:space-around;align-items:center}.chat-detail-footer .input-group .emoji-picker-button{position:relative;cursor:pointer}.chat-detail-footer .input-group .similar-listing-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;background:#fff}.chat-detail-footer .input-group .similar-listing-container.hidden{opacity:0;visibility:hidden;-webkit-transform:translateY(5px);transform:translateY(5px)}.chat-detail-footer .input-group .similar-listing-container.show{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.chat-detail-footer .input-group .emoji-picker-container{position:absolute;bottom:116px;left:17px;z-index:10;-webkit-transition:all .2s;transition:all .2s}.chat-detail-footer .input-group .emoji-picker-container.hidden{opacity:0;visibility:hidden;-webkit-transform:translateY(5px);transform:translateY(5px)}.chat-detail-footer .input-group .emoji-picker-container.show{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.chat-detail-footer .input-group .emoji-picker-container .emoji-list{width:100%!important}.chat-detail-footer .input-group .emoji-picker-container .emoji{width:30px;height:30px}.chat-detail-footer .input-group .form-control{border:none;background:transparent!important;width:100%;margin-bottom:0}.chat-detail-footer .input-group textarea{margin:0;padding:0 5px;font-weight:600;resize:none}.chat-detail-footer .input-group .btn{display:flex}.chat-detail-footer .input-group .btn.btn-primary{background:transparent!important;color:#79be38;border:none}.chat-detail-footer .input-group .btn.btn-primary:hover{color:#f54447}.chat-detail-footer form{width:100%}.chat-member-name{font-size:.8rem;margin-right:10px}.chat-member-name .chat-member-status{width:10px;height:10px;border-radius:50%;display:inline-block;margin-right:5px}.chat-member-name.online{opacity:1}.chat-member-name.online .chat-member-status{background-color:#79be38}.chat-member-name.offline{opacity:.6}.chat-member-name.offline .chat-member-status{background-color:#ccc}.message-date-divider{position:-webkit-sticky;position:sticky;top:0;background:#fff;text-align:center;z-index:5}.message-date-divider span{background-color:#f0f0f0;padding:2px 5px;border-radius:5px;font-size:.7rem}.message-wrapper{display:flex;justify-content:flex-start;align-items:center;margin:5px 0}.message-wrapper .respond-button{display:block;padding:15px 10px;background-color:#79be38;color:#fff;width:100%;margin-top:10px}.message-wrapper .respond-button:hover{font-weight:400}.message-wrapper .message-sender{width:35px;height:35px;min-width:35px;min-height:35px;border-radius:100%}.message-wrapper .message-text-wrapper{width:100%}.message-wrapper .message-text-wrapper .blue-done{color:#6eb631}.message-wrapper .message-text-wrapper .grey-done{color:grey}.message-wrapper .message-text-wrapper .message-text{padding:.2rem 1rem;border-radius:5px;max-width:70%;display:inline-block;position:relative;order:1;text-align:left}.message-wrapper .message-text-wrapper .message-text .message-sender-name{color:#fd9798;font-weight:700;display:none}.message-wrapper .message-text-wrapper .message-text .message-time{text-align:right;font-size:.6rem;margin-right:-12px}.message-wrapper .message-text-wrapper .message-text:after{content:"";position:absolute;bottom:30%;width:0;height:0;border:.31em solid transparent}.message-wrapper .message-text-wrapper .message-translate{display:none;cursor:pointer;margin-left:5px}.message-wrapper .message-text-wrapper:hover .message-translate{display:unset}.message-wrapper .message-text-wrapper.file .message-text{background-color:transparent;max-width:50%;padding:0}.message-wrapper .message-text-wrapper.file .message-text .attached-file{display:flex;align-items:center;padding:10px}.message-wrapper .message-text-wrapper.file .message-text .attached-file a{font-weight:400}.message-wrapper .message-text-wrapper.file .message-text .message-time{display:none}.message-wrapper.sent{justify-content:flex-end}.message-wrapper.sent .message-sender{margin-left:10px;order:2}.message-wrapper.sent .message-text-wrapper{text-align:right;order:1}.message-wrapper.sent .message-text-wrapper .message-text{background-color:#79be38;color:#fff;word-break:break-word;margin-right:45px}.message-wrapper.sent .message-text-wrapper .message-text a{color:#fff;font-weight:700}.message-wrapper.sent.first .message-sender{visibility:visible}.message-wrapper.sent.first .message-text-wrapper .message-text{word-break:break-word;margin-right:0}.message-wrapper.sent.first .message-text-wrapper .message-text:after{left:unset;right:0;bottom:30%;border-left-color:#79be38;border-right:0;margin-top:-.31em;margin-right:-.31em}.message-wrapper.received.admin .message-sender{display:none}.message-wrapper.received.admin .message-text-wrapper{order:2;text-align:center}.message-wrapper.received.admin .message-text-wrapper .message-text{background-color:#eff4f7;word-break:break-word;padding:0 10px;font-size:.9rem}.message-wrapper.received.admin .message-text-wrapper .message-text:after{display:none}.message-wrapper.received .message-sender{margin-right:10px;order:1}.message-wrapper.received .message-text-wrapper{order:2}.message-wrapper.received .message-text-wrapper .message-text{background-color:#f0f0f0;word-break:break-word;margin-left:45px}.message-wrapper.received .message-text-wrapper .message-text .message-sender-name{display:block}.message-wrapper.received.first .message-sender{visibility:visible}.message-wrapper.received.first .message-text-wrapper .message-text{word-break:break-word;margin-left:0}.message-wrapper.received.first .message-text-wrapper .message-text:after{left:0;bottom:30%;border-right-color:#f0f0f0;border-left:0;margin-top:-.31em;margin-left:-.31em}.message-wrapper.received+.message-wrapper.sent,.message-wrapper.sent+.message-wrapper.received{margin-top:1.5rem}.Attachment_fileContainer__1577P{padding:10px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.Attachment_fileContainer__1577P a{display:flex;align-items:flex-end}.Attachment_fileContainer__1577P img{max-width:300px;width:100%;cursor:pointer}.Attachment_fileContainer__1577P svg{width:5rem;display:block}.Attachment_fileContainer__1577P .Attachment_overlayText__281eQ{cursor:pointer;position:absolute;top:0;font-size:.8rem;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:100%;text-align:center;bottom:0;right:0;background:hsla(0,0%,78.4%,.7);justify-content:center;align-items:center;font-weight:800;border-radius:5px;display:none;color:#4a4f5a}.Attachment_fileContainer__1577P .Attachment_overlayText__281eQ i{display:block}.Attachment_fileContainer__1577P:hover .Attachment_overlayText__281eQ{display:flex}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S{z-index:999;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center}.Attachment_fileContainer__1577P .Attachment_imageViewerOverlay__ayz6E{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.8)}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S .Attachment_download__V4SFV{z-index:99999;position:absolute;left:20px;top:20px;cursor:pointer;font-size:30px}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S .Attachment_download__V4SFV span{color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.2rem;font-weight:100;line-height:2rem}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S .Attachment_download__V4SFV span:hover{text-decoration:underline}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S .Attachment_download__V4SFV span i{margin-top:-2px;margin-right:10px}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S .Attachment_close__1Fi9_{z-index:99999;color:#fff;position:absolute;right:20px;top:20px;cursor:pointer;font-size:30px}.Attachment_fileContainer__1577P .Attachment_imageViewer__17-5S img{z-index:9999;max-width:90%;max-height:90%;width:auto}.Loader_withLoader__33EhC{position:relative}.Loader_withLoader__33EhC:after{content:" ";top:0;left:0;position:absolute;height:100%;width:100%;background:rgba(0,0,0,.6);border-radius:3px}.Loader_loader__3rnyC{position:absolute;display:block;width:10px;height:10px;z-index:999;top:0;bottom:0;left:0;right:0;margin:auto}.Loader_loader__3rnyC:after{content:" ";position:absolute;top:-15px;left:-15px;display:block;width:24px;height:24px;margin:8px;border-radius:50%;border-color:#fff transparent;border-style:solid;border-width:3px;-webkit-animation:Loader_lds-dual-ring__uIJ6j 1.2s linear infinite;animation:Loader_lds-dual-ring__uIJ6j 1.2s linear infinite}@-webkit-keyframes Loader_lds-dual-ring__uIJ6j{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Loader_lds-dual-ring__uIJ6j{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Listing_listingContainer__Ba5AA{padding:20px 0;width:300px}.Listing_listingContainer__Ba5AA .Listing_listingCard__1I02H{background:#fff}.Listing_listingContainer__Ba5AA .Listing_listingHeading__17DUU{background:#525761;padding:5px 10px;font-weight:400;font-size:.8rem}.Listing_listingContainer__Ba5AA .Listing_imageContainer__2S1l1{height:250px;overflow:hidden;display:flex;justify-content:center;align-items:center;background-size:cover;background-position:50%}.Listing_listingContainer__Ba5AA img{height:100%;width:auto;max-width:none}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj{display:flex;flex-direction:column;padding:5px 15px;color:#4a4f5a;font-size:.8rem}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_listingCardBodyTop__1XDut{font-size:1.1rem;display:flex;justify-content:space-between}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_listingCardBodyTop__1XDut h3{font-size:1.1rem;font-weight:600;text-transform:capitalize}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_listingDetails__3o3MN .Listing_listingDetail__3_3k0{margin-right:10px}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_listingDetails__3o3MN .Listing_listingDetail__3_3k0 span{margin-right:5px}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_address__15CnX i{display:inline-block;width:12px;margin-right:5px}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_time__23S_r{font-style:italic}.Listing_listingContainer__Ba5AA .Listing_listingCardBody__1Tgsj .Listing_time__23S_r svg{width:12px;margin-right:5px;top:1px;display:inline-block;position:relative}.chat-detail-rate{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:11}.chat-detail-rate.hide{display:none}.chat-detail-rate .chat-detail-rate-box{padding:2.5rem;background-color:#fff;position:relative;text-align:center}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-close{position:absolute;top:.7rem;right:.7rem;cursor:pointer}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-close.small i{font-size:1.5rem}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-title{font-weight:700;font-size:1.1rem;margin-bottom:10px}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-more-text{font-weight:700;font-size:1.1rem;margin-top:10px}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-more-feedback{margin:.7rem 0}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-more-feedback .chat-detail-rate-box-more-feedback-item{border:1px solid #fff;border-radius:10px;padding:.5rem 1rem;margin:5px}.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-more-feedback .chat-detail-rate-box-more-feedback-item.selected,.chat-detail-rate .chat-detail-rate-box .chat-detail-rate-box-more-feedback .chat-detail-rate-box-more-feedback-item:hover{border:1px solid #88c940;color:#88c940}.chat-detail-rate .chat-detail-rate-box i{font-size:2.5rem}.chat-detail-rate .chat-detail-rate-box .submit-rating{padding:.5rem 2rem;margin:0}.chat-detail-call{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:11}.chat-detail-call.hide{display:none}.chat-detail-call .chat-detail-call-box{padding:2.5rem;background-color:#fff;position:relative;text-align:center}.chat-detail-call .chat-detail-call-box .chat-detail-call-box-close{position:absolute;top:.7rem;right:.7rem;cursor:pointer}.chat-detail-call .chat-detail-call-box .chat-detail-call-box-close.small i{font-size:1.5rem}.chat-detail-call .chat-detail-call-box .chat-detail-phone-list{min-width:250px}.chat-detail-call .chat-detail-call-box .chat-detail-phone-list .chat-detail-phone-item{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ccc;padding-bottom:.5rem;margin-bottom:.5rem}.chat-detail-call .chat-detail-call-box .chat-detail-phone-list .chat-detail-phone-item .button{margin-bottom:0!important}.chat-translate{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.6);z-index:11}.chat-translate .chat-translate-box{background-color:#fff;position:relative;padding-top:2rem;min-width:250px}.chat-translate .chat-translate-box .chat-translate-close-box{position:absolute;top:.5rem;right:.5rem;cursor:pointer}.chat-translate .chat-translate-box span{display:block;text-align:center;margin-bottom:15px}.chat-translate .chat-translate-box span.excerpt-message{margin-bottom:5px;font-weight:700}.chat-translate .chat-translate-box .chat-translate-item{border-top:1px solid #ccc;padding:1rem 0;cursor:pointer;display:block;width:100%}.chat-translate .chat-translate-box .chat-translate-item:hover{background-color:#6eb631;color:#fff}.chat-translate .chat-translate-box .chat-translate-item .chat-translate-item-wrapper{display:flex;align-items:center;margin-left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.chat-translate .chat-translate-box .chat-translate-item .chat-translate-item-wrapper .chat-translate-flag{width:30px;height:30px;margin-right:1rem;background-position:50%;border-radius:50%}.chat-detail{width:100%;position:relative}.chat-detail .chat-detail-head{min-height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f4f3f4}.chat-detail .chat-detail-head .chat-detail-head-right{margin-right:2.5rem;width:100%;cursor:pointer}.chat-detail .chat-detail-head .chat-detail-head-right .chat-detail-listing-information{display:flex;justify-content:flex-end;align-items:center}.chat-detail .chat-detail-head .chat-detail-head-right .chat-detail-listing-information .listing-title .chat-detail-listing-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:220px;font-size:.9rem;font-weight:700}.chat-detail .chat-detail-head .chat-detail-head-right .chat-detail-listing-information .listing-title .chat-detail-listing-data{font-size:.9rem;display:flex;justify-content:space-between}.chat-detail .chat-detail-head .chat-detail-head-right .chat-detail-listing-information .chat-detail-listing-image{height:92px;width:150px;margin-left:10px;position:relative}.chat-detail .chat-detail-head .chat-detail-head-right .chat-detail-listing-information .chat-detail-listing-image .chat-detail-listing-image-status{position:absolute;top:0;color:#fff;background-color:#f44336;text-align:center;font-weight:700;width:auto;left:0;font-size:13px;padding:2px 5px}.chat-detail .chat-detail-head .chat-detail-head-right .chat-detail-listing-information .chat-detail-listing-image .chat-detail-listing-image-status.current{background-color:#4caf50}.chat-detail .chat-detail-head .chat-detail-head-left{padding-left:1rem;margin-right:1rem;width:100%}.chat-detail .chat-detail-head .chat-detail-head-left .chat-detail-head-image{height:75px;width:75px;border-radius:50%}.chat-detail .chat-detail-head .chat-detail-head-left .chat-title{font-weight:700;font-size:1.1rem}.chat-detail .chat-detail-head .chat-detail-head-left .chat-detail-member-list{display:flex;justify-content:flex-start;flex-wrap:wrap;max-height:92px;overflow:auto}.chat-detail .chat-detail-head .chat-detail-action{position:absolute;right:0}.chat-detail .chat-detail-head .chat-detail-action>i{font-size:2.5rem;cursor:pointer}.chat-detail .chat-detail-head .chat-detail-action .chat-detail-action-list{position:absolute;right:5px;top:67px;min-width:180px;background-color:#fff;z-index:10;border:1px solid #303030;box-shadow:0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23);-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;-webkit-transform:translateY(0);transform:translateY(0)}.chat-detail .chat-detail-head .chat-detail-action .chat-detail-action-list.hide{display:none;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.chat-detail .chat-detail-head .chat-detail-action .chat-detail-action-list ul{padding:0;margin:0;list-style:none}.chat-detail .chat-detail-head .chat-detail-action .chat-detail-action-list ul li button{padding:.5rem 1rem;display:flex;border-bottom:1px solid #f2f2f2;align-items:center;justify-content:flex-start;width:100%}.chat-detail .chat-detail-head .chat-detail-action .chat-detail-action-list ul li button i{margin-right:20px}.chat-detail .chat-detail-head .chat-detail-action .chat-detail-action-list ul li button:hover{background-color:#fafafa}.chat-detail .chat-detail-content{height:calc(100% - 100px);overflow-y:auto;padding:0 1rem;position:relative;-ms-overflow-style:none;scrollbar-width:none}.chat-detail .chat-detail-content::-webkit-scrollbar{display:none}.chat-detail .chat-detail-content.current{height:calc(100% - 240px);padding-bottom:20px}.chat-detail .chat-detail-content .load-previous-message{text-align:center}.chat-detail .chat-detail-content .load-previous-message.off{display:none}.chat-detail .chat-detail-content .load-previous-message.on{display:block}.chat-wrapper{width:100%;height:100%;min-height:100%;background-color:#fff;display:flex;justify-content:flex-start}.chat-connect-wrapper{min-width:400px}.chat-connect-wrapper .chat-connect-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem}.chat-connect-wrapper .chat-connect-footer a,.chat-connect-wrapper .chat-connect-footer button{cursor:pointer;color:#88c940;font-weight:700;background:transparent;border:none}.chat-connect-wrapper .chat-connect-footer a:after,.chat-connect-wrapper .chat-connect-footer button:after{display:none}.chat-connect-wrapper .chat-connect-footer a:hover,.chat-connect-wrapper .chat-connect-footer button:hover{background-color:transparent!important;text-decoration:underline;color:#2e3238!important;text-decoration:none}
/*# sourceMappingURL=main.css.map */