.chat-wrapper{justify-content:flex-end}.chat-wrapper .send-message-wrapper{align-items:center;border:1px solid #36404a14;border-radius:5px;display:flex;height:auto;padding:7px 10px}.chat-wrapper .send-message-wrapper form{display:flex;width:100%}.chat-wrapper .send-message-wrapper form .message-content{border-radius:.25rem 0 0 .25rem;box-sizing:border-box;display:flex;font-family:var(--fonts-default);font-size:1rem;line-height:1.5;min-height:40px;outline:none;padding:6px 10px;resize:none;width:100%!important}.chat-wrapper .send-message-wrapper form .send-message-btn{align-items:center;background-color:var(--colors-primary);border:none;border-radius:0 .25rem .25rem 0;cursor:pointer;display:flex;height:inherit;justify-content:center;outline:none;padding:.375rem .75rem}.chat-wrapper .send-message-wrapper form .send-message-btn svg path{stroke:#fff}.messages-wrapper{border:1px solid #36404a14;border-radius:5px;display:flex;flex-flow:column-reverse;height:100vh;list-style-type:none;margin:5px 0;overflow:auto;padding:0 10px 10px}.messages-wrapper .message{display:flex;flex-shrink:0;height:fit-content;margin-bottom:2px;width:100%}.messages-wrapper .message.mark{justify-content:center;margin:15px 0 17px;width:100%}.messages-wrapper .message.mark mark{background-color:#0000;color:var(--colors-primary)!important;font-weight:600}.messages-wrapper .message .conversation-text{align-items:center;background:#f5f5f5;border-radius:10px;display:flex;flex-flow:column;font-size:14px;height:fit-content;margin:0 5px;max-width:80%;min-width:70px;padding:7px 5px 3px 10px}.messages-wrapper .message .conversation-text p{line-height:15px;margin:0;text-align:start;white-space:pre-wrap;width:100%;word-break:break-word}.messages-wrapper .message .conversation-text .conversation-time{color:#adadad;font-size:10px;line-height:10px;margin-top:2px;text-align:end;width:100%}.messages-wrapper .message.receiver{flex-flow:row-reverse;justify-content:end}.messages-wrapper .message.receiver .conversation-text{background:var(--colors-primary);text-align:right}.messages-wrapper .message.receiver .conversation-text p{color:#fff}.messages-wrapper .message.receiver .conversation-text .conversation-time{color:#e0e0e0}.messages-wrapper .back-start-btn{margin-bottom:10px;position:absolute;right:20px}.messages-wrapper .back-start-btn button{align-items:center;background-color:var(--colors-primary-dark);border:none;border-radius:50%;box-shadow:2px 2px 7px rgba(0,0,0,.527);cursor:pointer;display:flex;height:35px;justify-content:center;width:35px}.messages-wrapper .back-start-btn button:hover{background:var(--colors-primary-dark-hover)}.messages-wrapper .loading-more{box-sizing:border-box;display:flex;justify-content:center;margin:15px 0;width:100%}.component{display:flex;flex-flow:column;height:100%}.component .support-cards{box-sizing:border-box;display:flex;flex-flow:column}.list{border:1px solid #36404a14;display:flex;flex-flow:column;margin:5px 0;overflow:auto;padding:0 5px}@keyframes pulse{0%{background-color:#fff}to{background-color:var(--pulse-color)}}.chat{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:fit-content;padding:10px;position:relative;-webkit-user-select:none;user-select:none}.chat.notif{animation:pulse 1s 2s 6 alternate}.chat:not(:last-of-type){border-bottom:1px solid #f5f5f5}.chat.hide{display:none!important}.chat.support-card{border:1px solid #36404a14;margin-top:5px;padding:0 15px}.chat .chat-img{display:block;float:left;margin-right:20px}.chat .chat-img img{align-items:center;border:2px solid #dee2e6;border-radius:50%;display:flex;height:40px;width:40px}.chat .chat-img img.status-disponivel{background-color:#4fdc45;border-color:#4fdc45}.chat .chat-img img.status-ausente{background-color:#ff901d;border-color:#ff901d}.chat .chat-img img.status-ocupado{background-color:#ff1d1d;border-color:#ff1d1d}.chat .chat-img img.support{background-color:#0000}.chat:hover{background:#00000014}.chat .chat-info{display:flex;flex-flow:column;height:100%;justify-content:center;width:100%}.chat .chat-info .user-name{color:#2a3142;font-size:.95rem}.chat .chat-info .message-row{color:#98a6ad;display:flex;font-size:12px;justify-content:space-between;width:100%}.chat .chat-info .message-row.support-card{justify-content:flex-start}.chat .chat-info .message-row .last-message{align-items:center;display:flex;width:100%}.chat .chat-info .message-row .last-message svg{fill:#00b19d!important;margin-right:2px}.chat .chat-info .message-row .last-message .message{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:120px}.chat .chat-info .message-row .message-date{flex-shrink:0;white-space:nowrap;width:fit-content}.chat .unread-badge{background-color:#00b19d;border-radius:.25rem;color:#fff;display:inline-block;font-size:12px;font-weight:600;line-height:1;padding:3px 5px;position:absolute;right:10px;top:7px}.status-dropdown-wrapper{background:#fff;border-radius:5px;box-shadow:1px 1px 8px #00000080;height:fit-content;left:10px;padding:5px 10px;position:absolute;top:55px;width:100px;z-index:9999}.status-dropdown-wrapper .dropdown-list{list-style-type:none;margin:0;padding:0}.status-dropdown-wrapper .dropdown-list .dropdown-item{align-items:center;border-radius:3px;cursor:pointer;display:flex}.status-dropdown-wrapper .dropdown-list .dropdown-item svg{margin:0 5px}.status-dropdown-wrapper .dropdown-list .dropdown-item:hover{background:#69696933}.header-wrapper{align-items:center;background-color:var(--colors-primary);box-sizing:border-box;display:flex;height:65px;padding:5px;width:100%}.header-wrapper .header-img{align-items:center;cursor:pointer;display:flex;padding-left:5px;padding-right:20px;position:relative}.header-wrapper .header-img svg{display:none;position:absolute;right:4px}.header-wrapper .header-img:hover svg{display:block}.header-wrapper .header-img img{border:2px solid #dee2e6;border-radius:50%;height:40px;width:40px}.header-wrapper .header-img img.status-disponivel{background-color:#4fdc45;border-color:#4fdc45}.header-wrapper .header-img img.status-ausente{background-color:#ff901d;border-color:#ff901d}.header-wrapper .header-img img.status-ocupado{background-color:#ff1d1d;border-color:#ff1d1d}.header-wrapper .header-img.chat-open{cursor:default;padding-right:10px}.header-wrapper .header-user-info{display:flex;flex-flow:column;height:50px;justify-content:space-around}.header-wrapper .header-user-info .nome-usuario{color:#fff;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-wrapper .header-user-info .search-contact{background-color:#0000;border-bottom-width:1px;border-color:#ffffffb3;border-left-style:none;border-radius:0;border-right-style:none;border-top-style:none;box-sizing:border-box;color:#eee;font-family:var(--fonts-default);height:25px;outline:none;width:215px}.header-wrapper .header-user-info .search-contact::placeholder{color:#eee;opacity:1}.header-wrapper .close{height:35px;outline:none;overflow:hidden;position:absolute!important;right:5px;top:5px;width:50px}.header-wrapper .close .react-ripples{overflow:visible!important}.header-wrapper .close button{align-items:center;background:#0000;border:none;border-radius:7px;cursor:pointer;display:flex;height:30px;justify-content:center;transition:all .3s;width:45px}.header-wrapper .close button:hover{background:#0003;box-shadow:2px 2px 3px #0006}.header-wrapper .back-button{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:100%;padding:5px;position:relative;width:35px}.header-wrapper .back-button svg{fill:#fff}.header-wrapper .back-button .unread-badge{background-color:#f76397;border-radius:.25rem;color:#fff;display:inline-block;font-size:12px;font-weight:600;line-height:1;padding:3px 5px;position:absolute;right:3px;top:7px}:root{--colors-primary:#955fe1;--colors-primary-hover:#8053c1;--colors-primary-light:#9900f5;--colors-primary-light-hover:#7400ba;--colors-primary-dark:#25094c;--colors-primary-dark-hover:#472676;--colors-gray:#6c757d;--colors-gray-hover:#52575a;--colors-success:#00d7be;--colors-success-hover:#00ad9a;--colors-info:#1fbed9;--colors-info-hover:#20afc7;--colors-warning:#e3a62c;--colors-warning-hover:#d39e36;--colors-danger:#d75353;--colors-danger-hover:#bf3636;--colors-dark:#17212d;--colors-dark-hover:#2c3239;--fonts-default:Versos,sans-serif}#root,body,html{height:100%}body{font-family:Versos,sans-serif;font-family:var(--fonts-default);font-weight:500;line-height:1.5;margin:0!important}::-webkit-scrollbar{background-color:#f5f5f5;height:10px;width:8px}::-webkit-scrollbar-thumb{background-color:#955fe1;background-color:var(--colors-primary)}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar-track{background-color:#f5f5f5}.slider-enter.left>.component{transform:translate3d(100%,0,0)}.slider-enter.right>.component,.slider-exit.left>.component{transform:translate3d(-100%,0,0)}.slider-exit.right>.component{transform:translate3d(100%,0,0)}.slider-enter.slider-enter-active>.component{transform:translateZ(0);transition:all .2s ease-in-out}.swal2-container.swal2-top>.swal2-popup{border:1px solid #25094c;border:1px solid var(--colors-primary-dark);color:#955fe1;color:var(--colors-primary);justify-self:center;padding:0;width:100%}.swal2-container.swal2-top>.swal2-popup.error{background:#d75353;background:var(--colors-danger);display:flex!important;padding:5px 10px}.swal2-container.swal2-top>.swal2-popup.error .swal2-icon{width:20px}.swal2-container.swal2-top>.swal2-popup.error .swal2-html-container{align-items:center;color:#f5f5f5;display:flex;font-size:12px;height:100%}.swal2-popup.swal2-toast .swal2-html-container{margin:0;padding:10px 15px}.swal2-popup.swal2-toast .swal2-html-container .toast-text{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:block;display:-webkit-box;max-height:150px;overflow:hidden;text-overflow:ellipsis}.chat-wrapper{display:flex;flex-flow:column;height:100%;min-width:300px;overflow:hidden}.chat-wrapper .header{display:flex;height:65px}.chat-wrapper .content{display:flex;flex-flow:column;height:calc(100% - 65px);overflow:visible}@font-face{font-display:swap;font-family:Versos;font-weight:100;src:url(/static/media/Versos-Thin.66fc7bce3a55c553853e.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:100;src:url(/static/media/Versos-ThinItalic.e29edd5cc26757e5ab61.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:200;src:url(/static/media/Versos-ExtraLight.b13d936df0f37d611744.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:200;src:url(/static/media/Versos-ExtraLightItalic.7a6321ed2e569cbe7d5e.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:300;src:url(/static/media/Versos-Light.f90142b749950cff851c.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:300;src:url(/static/media/Versos-LightItalic.8418ff1c19e43ab5ef2b.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:400;src:url(/static/media/Versos-Regular.f6781d0226f5690fdf6e.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:400;src:url(/static/media/Versos-Italic.d72e5b103cba393842a0.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:600;src:url(/static/media/Versos-SemiBold.5376adac041ea6dbf52d.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:600;src:url(/static/media/Versos-SemiBoldItalic.054185437f397f0e0295.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:700;src:url(/static/media/Versos-Bold.eeed6e652a1d28c83f9c.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:700;src:url(/static/media/Versos-BoldItalic.cacd16dc4b6c69d1ff00.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:800;src:url(/static/media/Versos-ExtraBold.c79a449ba496f22e5148.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:800;src:url(/static/media/Versos-ExtraBoldItalic.886c520bca5bcc506fb2.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-weight:900;src:url(/static/media/Versos-Black.41a5eeb3d447b621413e.woff) format("woff")}@font-face{font-display:swap;font-family:Versos;font-style:italic;font-weight:900;src:url(/static/media/Versos-BlackItalic.fa573e977a9886eb9905.woff) format("woff")}
/*# sourceMappingURL=main.75f29301.css.map*/