._not-found_1me14_1{width:100%;height:calc(100% - 200px);display:flex;justify-content:center;align-items:center;font-size:64px;font-weight:700}._vvcontent_2068k_1{max-width:1244px;margin:0 auto}._vvcontent_2068k_1 ._buttons_2068k_6{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;margin-bottom:30px}._vvcontent_2068k_1 ._buttons_2068k_6 button{border-radius:8px;padding:10px 15px;color:#000;background:#fff;border:2px solid #DEDEDE;font-weight:700;cursor:pointer;margin-top:20px;margin-right:20px}._vvcontent_2068k_1 ._buttons_2068k_6 button:hover{background:#dedede}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--whatsapp-green: #1DAA61;--whatsapp-light-green: #25D366;--whatsapp-teal: #00A884;--whatsapp-blue: #53bdeb;--whatsapp-bg-default: #ffffff;--whatsapp-bg-secondary: rgba(194, 189, 184, .15);--whatsapp-panel-header-bg: #f0f2f5;--whatsapp-panel-header-icon: #54656f;--whatsapp-chat-bg: #efeae2;--whatsapp-border: #e8e8e8;--whatsapp-text-primary: #202c33;--whatsapp-text-secondary: #667781;--whatsapp-icon-color: #54656f;--whatsapp-unread-bg: #21C063;--whatsapp-unread-text: #ffffff;--whatsapp-hover-bg: #f5f6f6;--whatsapp-selected-bg: #f0f2f5;--whatsapp-filter-button-bg: #D9FDD3}._chat-sidebar_7rg9w_22{width:30%;background-color:var(--whatsapp-bg-default);border-right:1px solid var(--whatsapp-border);display:flex;flex-direction:column;height:100%;overflow:hidden}._chat-sidebar-header_7rg9w_32{padding:10px 16px;margin:10px;display:flex;justify-content:space-between;align-items:center;background-color:var(--whatsapp-bg-default)}._chat-sidebar-header-title_7rg9w_41{font-size:24px;font-weight:700;color:var(--whatsapp-green)}._user-avatar_7rg9w_47{width:40px;height:40px;border-radius:50%;background-color:var(--whatsapp-bg-secondary);display:flex;justify-content:center;align-items:center;cursor:pointer}._header-actions_7rg9w_58{display:flex;gap:20px;align-items:center}._header-icon_7rg9w_64{background:none;border:none;cursor:pointer;color:var(--whatsapp-panel-header-icon);padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center}._header-icon_7rg9w_64:hover{background-color:var(--whatsapp-hover-bg)}._chat-sidebar-actions_7rg9w_80{display:flex;gap:10px}._new-chat-button_7rg9w_85{background-color:var(--whatsapp-green);color:#fff;border:none;padding:8px 16px;border-radius:20px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:5px}._new-chat-button_7rg9w_85:hover{background-color:var(--whatsapp-teal)}._new-chat-button_7rg9w_85 svg{width:18px;height:18px}._chat-sidebar-search_7rg9w_107{padding:10px 15px;display:flex;align-items:center;justify-content:center;background-color:var(--whatsapp-bg-default);margin:0 10px}._search-container_7rg9w_116{display:flex;align-items:center;width:100%;padding:0 10px;border-radius:100px;background-color:var(--whatsapp-bg-secondary);height:40px}._search-icon_7rg9w_126{color:var(--whatsapp-icon-color);margin-right:10px}._chat-sidebar-search_7rg9w_107 input{width:100%;padding:8px 0;border:none;font-size:14px;outline:none;background-color:transparent}._chat-sidebar-list_7rg9w_140{flex:1;overflow-y:auto;background-color:var(--whatsapp-bg-default)}._no-chats_7rg9w_146{padding:20px;text-align:center;color:var(--whatsapp-text-secondary);font-size:14px}._loading-more_7rg9w_153{padding:15px;text-align:center;color:var(--whatsapp-text-secondary);font-size:14px;height:50px;display:flex;align-items:center;justify-content:center}._chat-item_7rg9w_164{display:flex;padding:12px 15px;cursor:pointer;transition:background-color .2s ease;position:relative;width:90%;border-radius:12px;margin:5px auto}._chat-item_7rg9w_164:hover{background-color:var(--whatsapp-hover-bg)}._chat-item_7rg9w_164._selected_7rg9w_179{background-color:var(--whatsapp-selected-bg)}._chat-avatar_7rg9w_183{width:49px;height:49px;border-radius:50%;background-color:var(--whatsapp-green);display:flex;justify-content:center;align-items:center;margin-right:15px;flex-shrink:0;color:#fff;font-weight:500;font-size:20px}._chat-info_7rg9w_198{flex:1;overflow:hidden}._chat-name_7rg9w_203{font-weight:500;font-size:18px;color:var(--whatsapp-text-primary);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._chat-last-message_7rg9w_213{font-size:14px;color:var(--whatsapp-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:4px}._message-type-indicator_7rg9w_224{font-size:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:2px}._chat-message-text_7rg9w_233{overflow:hidden;text-overflow:ellipsis}._chat-meta_7rg9w_238{display:flex;flex-direction:column;align-items:flex-end;font-size:12px;color:var(--whatsapp-text-secondary)}._chat-time_7rg9w_246{margin-bottom:4px}._chat-time-unread_7rg9w_250{color:var(--whatsapp-unread-bg);font-weight:600}._chat-unread_7rg9w_255{background-color:var(--whatsapp-unread-bg);color:var(--whatsapp-unread-text);padding:4px;border-radius:50%;font-weight:500;min-width:12px;text-align:center}._filterButtons_7rg9w_266{display:flex;justify-content:flex-start;margin-bottom:10px;margin-left:20px}._filterButton_7rg9w_266{background-color:transparent;border:1px solid var(--whatsapp-text-secondary);border-radius:20px;color:var(--whatsapp-text-secondary);cursor:pointer;font-size:14px;margin:0 5px;padding:7px 15px}._filterButton_7rg9w_266:hover,._filterButton_7rg9w_266._active_7rg9w_288{background-color:var(--whatsapp-filter-button-bg)}._dark-mode_7rg9w_292 ._chat-sidebar_7rg9w_22{background-color:#1e1e1e;border-right:1px solid #333;color:#e0e0e0}._dark-mode_7rg9w_292 ._chat-sidebar-header_7rg9w_32{background-color:#2a2a2a;color:#e0e0e0}._dark-mode_7rg9w_292 ._chat-sidebar-search_7rg9w_107 input{background-color:#333;color:#e0e0e0;border:1px solid #444}._dark-mode_7rg9w_292 ._chat-sidebar-search_7rg9w_107 input::placeholder{color:#a0a0a0}._dark-mode_7rg9w_292 ._chat-item_7rg9w_164{border-bottom:1px solid #333;color:#e0e0e0}._dark-mode_7rg9w_292 ._chat-item_7rg9w_164:hover,._dark-mode_7rg9w_292 ._chat-item_7rg9w_164._selected_7rg9w_179{background-color:#2a2a2a}._dark-mode_7rg9w_292 ._chat-info_7rg9w_198 ._chat-name_7rg9w_203{color:#e0e0e0}._dark-mode_7rg9w_292 ._chat-info_7rg9w_198 ._chat-last-message_7rg9w_213,._dark-mode_7rg9w_292 ._chat-time_7rg9w_246{color:#a0a0a0}._dark-mode_7rg9w_292 ._chat-unread_7rg9w_255{background-color:#25d366;color:#fff}._dark-mode_7rg9w_292 ._new-chat-button_7rg9w_85{color:#e0e0e0}._dark-mode_7rg9w_292 ._new-chat-button_7rg9w_85:hover{background-color:#3a3a3a}._chat-app_t632e_1{display:flex;height:100vh;overflow:hidden;background-color:#f0f2f5;position:relative;font-family:Roboto,sans-serif}pre{font-family:Roboto,sans-serif}._theme-toggle-button_t632e_14{position:absolute;top:10px;right:10px;padding:8px 16px;background-color:#00a884;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:14px;z-index:10;transition:background-color .3s}._theme-toggle-button_t632e_14:hover{background-color:#00876d}._dark-mode_t632e_33{background-color:#121212;color:#e0e0e0}._dark-mode_t632e_33 ._chat-app_t632e_1{background-color:#121212}._no-chat-selected_t632e_42{flex:1;display:flex;justify-content:center;align-items:center;color:#54656f;font-size:18px;background-color:#fff;height:100%}._dark-mode_t632e_33 ._no-chat-selected_t632e_42{background-color:#1e1e1e;color:#a0a0a0}._loading-container_t632e_58{flex:1;display:flex;justify-content:center;align-items:center;height:100vh;font-size:16px;color:#54656f;background-color:#f0f2f5}._dark-mode_t632e_33 ._loading-container_t632e_58{background-color:#121212;color:#a0a0a0}._message-status_t632e_74{display:inline-flex;align-items:center;margin-left:4px;font-size:11px;color:#667781}._message-status-icon_t632e_82{display:inline-flex;margin-left:3px}._status-single-check_t632e_87:before{content:"✓";font-size:12px}._status-double-check_t632e_92:before{content:"✓✓";font-size:12px;letter-spacing:-2px}._status-double-check-blue_t632e_98:before{content:"✓✓";font-size:12px;letter-spacing:-2px;color:#53bdeb}._status-failed_t632e_105{width:14px;height:14px;position:relative}._status-failed_t632e_105:before{content:"!";color:#fff;font-size:10px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._status-failed_t632e_105:after{content:"";width:14px;height:14px;background-color:#f15c6d;border-radius:50%;position:absolute;top:0;left:0;z-index:-1}._message-input_62fi9_1{display:flex;padding:0 10px 16px;background-image:url(../../assets/background-wpp.png);border-left:1px solid #d1d7db;flex-direction:column;gap:10px}._message-input-tools_62fi9_10{display:flex;align-items:center;gap:10px}._message-form_62fi9_16{flex:1;display:flex;align-items:center;background-color:#fff;border-radius:26px;padding:4px}._input-disabled_62fi9_26{opacity:.7;pointer-events:none;padding:9px 12px;box-shadow:0 1px 2px #0000001a}._tool-button_62fi9_33{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;color:var(--whatsapp-icon-color, #54656f);transition:background-color .2s}._tool-button_62fi9_33:hover{background-color:#0000000d}._text-input_62fi9_51{flex:1;border:none;outline:none;font-size:15px;background:transparent;min-height:20px;max-height:100px;line-height:20px;color:var(--whatsapp-text-primary, #202c33);padding:9px 0;margin:0;resize:none;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;word-break:break-word;font-family:inherit}._text-input_62fi9_51::placeholder{color:var(--whatsapp-text-secondary, #667781)}._message-input-send_62fi9_75{display:flex;align-items:center}._send-button_62fi9_80,._mic-button_62fi9_80{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:background-color .2s}._send-button_62fi9_80{color:var(--whatsapp-teal, #00a884)}._send-button_62fi9_80:hover{background-color:#009670;color:#fff}._mic-button_62fi9_80{color:var(--whatsapp-icon-color, #54656f)}._mic-button_62fi9_80:hover{background-color:#0000000d}._dark-mode_62fi9_110 ._message-input_62fi9_1{background-color:#202c33;border-top:1px solid #2a3942}._dark-mode_62fi9_110 ._message-form_62fi9_16{background-color:#2a3942}._dark-mode_62fi9_110 ._text-input_62fi9_51{color:#e0e0e0}._dark-mode_62fi9_110 ._text-input_62fi9_51::placeholder{color:#8696a0}._dark-mode_62fi9_110 ._tool-button_62fi9_33,._dark-mode_62fi9_110 ._mic-button_62fi9_80{color:#8696a0}._dark-mode_62fi9_110 ._tool-button_62fi9_33:hover,._dark-mode_62fi9_110 ._mic-button_62fi9_80:hover{background-color:#ffffff0d}._dark-mode_62fi9_110 ._send-button_62fi9_80{background-color:var(--whatsapp-teal, #00a884)}._dark-mode_62fi9_110 ._send-button_62fi9_80:hover{background-color:#009670}._media-preview_62fi9_146{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;margin-bottom:10px;width:100%}._media-preview-header_62fi9_155{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid #f0f2f5}._media-preview-header_62fi9_155 span{font-size:14px;font-weight:500;color:#111b21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80%}._media-cancel-button_62fi9_173{background:none;border:none;font-size:20px;cursor:pointer;color:#54656f;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%}._media-cancel-button_62fi9_173:hover{background-color:#0000000d}._media-preview-content_62fi9_191{display:flex;justify-content:center;align-items:center;padding:10px;background-color:#f0f2f5;max-height:300px;overflow:hidden}._media-preview-image_62fi9_201{max-width:100%;max-height:280px;object-fit:contain}._media-preview-video_62fi9_207,._media-preview-audio_62fi9_208{width:100%;max-height:280px}._caption-input_62fi9_213{width:100%;padding:10px 15px;border:none;border-top:1px solid #f0f2f5;font-size:15px;outline:none;min-height:20px;max-height:60px;resize:none;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap;word-break:break-word;font-family:inherit;line-height:20px;background:transparent}._media-send-container_62fi9_232{display:flex;justify-content:flex-end;padding:8px 15px;background-color:#fff;border-top:1px solid #f0f2f5}._file-error_62fi9_240{background-color:#ffebe9;color:#b71c1c;padding:8px 12px;border-radius:4px;font-size:13px;margin-bottom:10px}._dark-mode_62fi9_110 ._media-preview_62fi9_146{background-color:#2a3942}._dark-mode_62fi9_110 ._media-send-container_62fi9_232{background-color:#2a3942;border-top:1px solid #394b54}._dark-mode_62fi9_110 ._media-preview-header_62fi9_155{border-bottom:1px solid #374045}._dark-mode_62fi9_110 ._media-preview-header_62fi9_155 span{color:#e0e0e0}._dark-mode_62fi9_110 ._media-cancel-button_62fi9_173{color:#8696a0}._dark-mode_62fi9_110 ._media-preview-content_62fi9_191{background-color:#202c33}._dark-mode_62fi9_110 ._caption-input_62fi9_213{background-color:#2a3942;color:#e0e0e0;border-top:1px solid #374045}._dark-mode_62fi9_110 ._file-error_62fi9_240{background-color:#b71c1c1a;color:#ff6b6b}._chat-window_1ljr0_1{flex:1;display:flex;flex-direction:column;height:100%;background-color:#e5ddd5;background-image:url(/assets/background-wpp-DxGV9uq9.png);max-width:70%}._chat-window-header_1ljr0_11{padding:15px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e8;background-color:#f0f2f5}._chat-window-title_1ljr0_20{display:flex;align-items:center}._back-button_1ljr0_25{font-size:20px;margin-right:15px;cursor:pointer;color:#54656f;display:none}@media (max-width: 900px){._back-button_1ljr0_25{display:block}}._avatar_1ljr0_39{width:40px;height:40px;border-radius:50%;background-color:#00a884;display:flex;justify-content:center;align-items:center;margin-right:15px;color:#fff;font-weight:700}._chat-window-title_1ljr0_20 h2{font-size:18px;font-weight:500;color:#202c33}._chat-window-actions_1ljr0_58{display:flex;gap:15px}._action-button_1ljr0_63{background:none;border:none;font-size:20px;cursor:pointer;color:#54656f}._chat-content-wrapper_1ljr0_71{flex:1;position:relative;overflow:hidden}._chat-window-messages_1ljr0_77{height:100%;overflow-y:auto;padding:20px 60px 0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}._chat-window-messages_1ljr0_77::-webkit-scrollbar{width:6px}._chat-window-messages_1ljr0_77::-webkit-scrollbar-track{background:transparent}._chat-window-messages_1ljr0_77::-webkit-scrollbar-thumb{background-color:#0003;border-radius:20px;border:transparent}._chat-window-messages_1ljr0_77::-webkit-scrollbar-thumb:hover{background-color:#0000004d}._message_1ljr0_105{max-width:70%;padding:8px 12px 4px;margin-bottom:15px;border-radius:8px;font-size:14px;line-height:1.4;position:relative;box-shadow:0 1px .5px #00000021;overflow:hidden;width:fit-content}._message_1ljr0_105 pre{white-space:pre-wrap;word-wrap:break-word}._message-me_1ljr0_123{background-color:#dcf8c6;margin-left:auto;color:#202c33}._message-other_1ljr0_129{background-color:#fff;margin-right:auto;color:#202c33;box-shadow:0 1px .5px #00000021}._message-quick-reply_1ljr0_136{max-width:70%;box-sizing:border-box;padding:2px 0;margin-bottom:15px;margin-top:-14px;border-radius:8px;font-size:14px;line-height:1.4;position:relative;box-shadow:0 1px .5px #00000021;overflow:hidden;width:fit-content}._message-quick-reply-me_1ljr0_151{margin-left:auto}._message-quick-reply-other_1ljr0_155{margin-right:auto}._message-actions_1ljr0_159{display:flex;width:100%;gap:5px}._message-action_1ljr0_159{flex:1;border:0;padding:10px 8px;font-size:14px;cursor:pointer}._message-action-me_1ljr0_173{background-color:#dcf8c6;color:var(--whatsapp-green)}._message-action-other_1ljr0_178{background-color:#fff}._message-footer_1ljr0_182{display:flex;align-items:center;justify-content:flex-end;margin-top:2px;min-height:15px}._message-time_1ljr0_190{font-size:11px;color:#667781;margin-left:5px;display:inline-block}._message-tail_1ljr0_197{content:"";position:absolute;bottom:0;width:8px;height:13px}._message-me_1ljr0_123 ._message-tail_1ljr0_197{top:10px;right:-8px;border-width:8px 0 8px 8px;border-color:transparent transparent transparent #dcf8c6}._message-other_1ljr0_129 ._message-tail_1ljr0_197{top:10px;left:-8px;border-width:8px 8px 8px 0;border-color:transparent #fff transparent transparent}._dark-mode_1ljr0_219 ._chat-window_1ljr0_1{background-color:#1e1e1e;color:#e0e0e0}._media-container_1ljr0_225{margin-bottom:5px;border-radius:8px;overflow:hidden;max-width:100%;position:relative}._media-loading_1ljr0_233{padding:10px;text-align:center;background-color:#0000000d;border-radius:4px;margin-bottom:5px;font-size:13px;color:#667781}._media-error_1ljr0_243{padding:10px;text-align:center;background-color:#ff00000d;border-radius:4px;margin-bottom:5px;font-size:13px;color:#f15c6d}._media-image_1ljr0_253{width:100%;max-width:300px;max-height:344px;height:auto;display:block;border-radius:6px;cursor:pointer;transition:filter .2s ease}._media-image_1ljr0_253:hover{filter:brightness(.9)}._media-overlay_1ljr0_268{position:absolute;top:0;right:0;padding:8px;opacity:0;transition:opacity .2s ease}._media-container_1ljr0_225:hover ._media-overlay_1ljr0_268{opacity:1}._media-expand-btn_1ljr0_281{background-color:#00000080;color:#fff;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px}._media-expand-btn_1ljr0_281:hover{background-color:#000000b3}._expand-icon_1ljr0_299{display:inline-block}._media-video_1ljr0_303{width:100%;max-width:300px;max-height:344px;display:block;border-radius:6px}._whatsapp-audio-player_1ljr0_311{width:280px;max-width:280px;display:flex;align-items:center;background-color:#e9edef;border-radius:16px;padding:8px 12px;margin:5px 0}._message-me_1ljr0_123 ._whatsapp-audio-player_1ljr0_311{background-color:#d1f4cc}._audio-play-button_1ljr0_326{width:34px;height:34px;border-radius:50%;background-color:#00a884;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;margin-right:10px;flex-shrink:0;transition:background-color .2s}._audio-play-button_1ljr0_326:hover{background-color:#008f72}._audio-play-button_1ljr0_326._playing_1ljr0_347{font-size:12px;padding-left:1px}._audio-progress-container_1ljr0_352{flex:1;display:flex;flex-direction:column}._audio-track_1ljr0_358{width:100%;height:4px;background:#c6c6c6;border-radius:2px;position:relative;margin-bottom:4px;overflow:hidden}._audio-progress-bar_1ljr0_368{height:100%;background-color:#00a884;position:absolute;left:0;top:0;transition:width .1s linear}._audio-time-display_1ljr0_377{display:flex;justify-content:space-between;font-size:11px;color:#667781;margin-top:2px}._audio-current-time_1ljr0_385,._audio-duration_1ljr0_389{flex-shrink:0}._dark-mode_1ljr0_219 ._whatsapp-audio-player_1ljr0_311{background-color:#2a2a2a}._dark-mode_1ljr0_219 ._message-me_1ljr0_123 ._whatsapp-audio-player_1ljr0_311{background-color:#005c4b}._dark-mode_1ljr0_219 ._audio-time-display_1ljr0_377{color:#a0a0a0}._media-document_1ljr0_405{display:flex;align-items:center;padding:10px;background-color:#e9edef;border-radius:6px;margin-bottom:5px}._message-me_1ljr0_123 ._media-document_1ljr0_405{background-color:#d1f4cc}._media-document_1ljr0_405 a{color:#00a884;text-decoration:none;font-weight:500;display:flex;align-items:center;width:100%}._document-icon_1ljr0_427{font-size:24px;margin-right:10px;color:#667781}._document-name_1ljr0_433{color:#111b21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}._media-document_1ljr0_405 a:hover{text-decoration:underline}._dark-mode_1ljr0_219 ._chat-window-header_1ljr0_11{background-color:#2a2a2a;border-bottom:1px solid #333;color:#e0e0e0}._dark-mode_1ljr0_219 ._chat-window-title_1ljr0_20 h2,._dark-mode_1ljr0_219 ._action-button_1ljr0_63{color:#e0e0e0}._dark-mode_1ljr0_219 ._chat-window-messages_1ljr0_77{background-color:#121212}._dark-mode_1ljr0_219 ._message-me_1ljr0_123{background-color:#005c4b;color:#e0e0e0}._dark-mode_1ljr0_219 ._message-other_1ljr0_129{background-color:#2a2a2a;color:#e0e0e0;box-shadow:0 1px .5px #ffffff1a}._dark-mode_1ljr0_219 ._message-time_1ljr0_190{color:#a0a0a0}._dark-mode_1ljr0_219 ._message-me_1ljr0_123 ._message-tail_1ljr0_197{border-color:transparent transparent transparent #005c4b}._dark-mode_1ljr0_219 ._message-other_1ljr0_129 ._message-tail_1ljr0_197{border-color:transparent #2a2a2a transparent transparent}._chat-window-error_1ljr0_487{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:#f0f2f5;color:#e74c3c;font-size:16px}._chat-blocked-banner_1ljr0_499{display:flex;align-items:center;justify-content:center;padding:10px 16px;color:#fff;background-color:#e74c3c;font-size:14px;border-bottom:1px solid #f8d7da;width:50%;text-align:center;box-sizing:border-box;border-radius:8px;margin:0 auto;font-weight:700}._input-disabled_1ljr0_517{opacity:.7;pointer-events:none;padding:20px;text-align:center;border-radius:8px;box-shadow:0 1px 3px #0000001a}._dark-mode_1ljr0_219 ._chat-window-error_1ljr0_487{background-color:#2a2a2a;color:#e74c3c;box-shadow:0 1px 3px #ffffff1a}._fullscreen-overlay_1ljr0_533{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;z-index:1000;display:flex;align-items:center;justify-content:center}._fullscreen-content_1ljr0_546{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center}._fullscreen-media_1ljr0_555{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px}._fullscreen-close_1ljr0_562{position:absolute;top:-40px;right:-40px;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._fullscreen-caption_1ljr0_578{color:#fff;margin-top:16px;font-size:14px;max-width:80%;text-align:center}._message-caption_1ljr0_586{font-size:14px;margin-top:4px;color:#202c33}._dark-mode_1ljr0_219 ._media-audio-player_1ljr0_593{background-color:#2a2f32}._dark-mode_1ljr0_219 ._message-me_1ljr0_123 ._media-audio-player_1ljr0_593{background-color:#025d4b}._dark-mode_1ljr0_219 ._media-document_1ljr0_405{background-color:#2a2f32}._dark-mode_1ljr0_219 ._message-me_1ljr0_123 ._media-document_1ljr0_405{background-color:#025d4b}._dark-mode_1ljr0_219 ._document-name_1ljr0_433{color:#e9edef}._dark-mode_1ljr0_219 ._audio-time_1ljr0_377{color:#aebac1}._dark-mode_1ljr0_219 ._message-caption_1ljr0_586{color:#e9edef}*{margin:0;padding:0}body{height:100vh;width:100vw}#root{height:100%;width:100%;overflow-x:hidden}.header{margin:0 auto;display:flex;padding:0 15px;max-width:1244px;align-items:center;height:80px}.header .header-logo{width:107px;height:45px}@media screen and (max-width: 1024px){#root{overflow-x:auto}}
