@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);:root{--white:#fff;--beige:#f7f0e6;--gray:#e8e8e8;--gray-table:#e3e3e3;--gray-dark:#2c2929;--orange:#ff9b32;--purple:#6245ae;--purple-opacity:#6245ae4f;--purple-opacity-min:#6345ae29;--pink-opacity:#d2417b4f;--pink:#d2417c;--green:#0a9c22;--blue:#38d1e5;--primary-background:#e6e6e6;--second-background:#282828;--third-background:#363636;--opacity-background:#36363655;--background-header-table:#f9f9f9;--background-table:#fff;--primary-text-color:var(--beige);--second-text-color:#bbb;--third-text-color:#3c3c3c;--second-text-color-active:#bbbbbb40;--border-primary:1px solid var(--primary-text-color);--border-second:1px solid var(--second-text-color);--border-third:1px solid var(--third-text-color);--border-table:1px solid var(--gray-table);--box-shadow:0px 4px 4px 0px #00000040;--box-shadow-all-sides:0px 0px 4px 0px #00000040;--border-radius:8px;--border-radius-min:5px;--height-header:60px;--height-filters:50px;--padding-x:15px;--padding-y:10px}*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}body{font-size:14px;text-decoration:none}a,body,button{color:#f7f0e6;color:var(--primary-text-color)}.pink{color:#d2417c!important;color:var(--pink)!important}.purple{color:#6245ae!important;color:var(--purple)!important}.blue{color:#38d1e5!important;color:var(--blue)!important}.orange{color:#ff9b32!important;color:var(--orange)!important}.gray{color:#bbb!important;color:var(--second-text-color)!important}.gray-dark{color:#2c2929!important;color:var(--gray-dark)!important}.bg-orange{background-color:#ff9b32!important;background-color:var(--orange)!important}.bg-orange,.bg-purple{color:#f7f0e6;color:var(--beige)}.bg-purple{background-color:#6245ae!important;background-color:var(--purple)!important}.bg-pink{background-color:#d2417c!important;background-color:var(--pink)!important}.bg-blue,.bg-pink{color:#f7f0e6;color:var(--beige)}.bg-blue{background-color:#38d1e5!important;background-color:var(--blue)!important}.bg-green{background-color:#0a9c22!important;background-color:var(--green)!important;color:#f7f0e6;color:var(--beige)}.content{background-color:#282828;background-color:var(--second-background);color:#3c3c3c;color:var(--third-text-color);display:flex;flex-wrap:nowrap;overflow:hidden;width:100vw}.content .container{background-color:#e8e8e8;background-color:var(--gray);border:1px solid #e3e3e3;border:var(--border-table);border-bottom:none;border-right:none;display:flex;flex:1 1;flex-direction:column;height:calc(100vh - 60px);height:calc(100vh - var(--height-header));overflow-x:hidden;overflow-y:auto;position:relative}.content>div:nth-child(2){border-top-left-radius:8px;border-top-left-radius:var(--border-radius)}button.action{align-items:center;display:flex;height:36px;justify-content:center;min-width:36px;padding:0;width:36px;z-index:2}button.action svg{height:16px;width:16px}button.action.md svg{height:24px;width:24px}button.fit-content{padding:.5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.icon-sm{height:16px;width:16px}.icon-md{height:24px;width:24px}.loading{align-items:center;color:#6245ae;color:var(--purple);display:flex;justify-content:center;padding:1em}.loading svg{animation:loading 1s linear infinite;height:24px;width:24px}.imgResponsible{align-items:center;background-color:#d2417c;background-color:var(--pink);box-shadow:0 4px 4px 0 #00000040;box-shadow:var(--box-shadow);color:#f7f0e6;color:var(--beige);display:flex;font-size:12px;font-weight:700;justify-content:center;overflow:hidden}.imgResponsible,.imgResponsible img{border-radius:50%;height:32px;width:32px}.imgResponsible img{object-fit:cover;object-position:center}.labelShowInHover{background-color:#ff9b32;background-color:var(--orange);border-radius:5px;border-radius:var(--border-radius-min);color:#f7f0e6;color:var(--beige);display:none;font-size:12px;margin-top:0;padding:.2em .5em;position:absolute;right:0;top:0;white-space:nowrap}.labelShowInHover:after{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #ff9b32;border-top:5px solid var(--orange);bottom:0;content:"";position:absolute;right:11px;transform:translateY(100%)}div:hover>.labelShowInHover{display:block;margin-top:-2.1em}.list-level-0,.list-level-1,.list-level-2{margin-left:1em}.list-level-0{list-style-type:disc;padding-left:0}.list-level-1{list-style-type:circle;padding-left:1em}.list-level-2{list-style-type:square;padding-left:2em}.recharts-tooltip-wrapper{z-index:9999!important}@keyframes loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.content>div:nth-child(2){border-top-right-radius:8px;border-top-right-radius:var(--border-radius)}}: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:#ffffffb3;--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.webPhone_webPhone__LKkc1{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin-top:-1.5em;max-width:100%;min-width:300px;z-index:9999}.webPhone_webPhone__LKkc1 .webPhone_name__81R35{font-size:20px;font-weight:700}.webPhone_webPhone__LKkc1 .webPhone_number__NAGj8{font-size:16px}.webPhone_webPhone__LKkc1 .webPhone_time__1qHJO{font-size:14px;font-weight:700}.webPhone_webPhone__LKkc1 .webPhone_credits__j9gRV{border:1px solid var(--green);border-radius:var(--border-radius);color:var(--green);font-size:14px;padding:.5em}.webPhone_webPhone__LKkc1 .webPhone_credits__j9gRV.webPhone_ending__paGD2{border-color:var(--orange);color:var(--orange)}.webPhone_webPhone__LKkc1 .webPhone_credits__j9gRV.webPhone_ended__lgd3Z{border-color:var(--pink);color:var(--pink)}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl{display:flex;gap:1em;justify-content:center;padding-top:1em}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.5em;position:relative;transition:all .25s ease-in-out}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_disabled__nt0Io,.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM:hover{background-color:var(--gray-dark);color:var(--beige)}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_border__hIfMT{border:1px solid var(--gray-dark);border-radius:32px}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_border__hIfMT.webPhone_rounded__kFalC{border-radius:50%}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_endCall__NKorS,.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_startCall__2pBNn{border-radius:32px;color:var(--beige);padding:.5em 1.5em}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_startCall__2pBNn{background-color:var(--green)}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_startCall__2pBNn.webPhone_disabled__nt0Io,.webPhone_webPhone__LKkc1 .webPhone_redial__N-nCC.webPhone_disabled__nt0Io{cursor:default;opacity:.7}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_endCall__NKorS{background-color:var(--pink)}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_endCall__NKorS:hover,.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_startCall__2pBNn:hover{opacity:.7}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_endCall__NKorS svg{transform:rotate(135deg)}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_option__SxEXM svg{height:20px;width:20px}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_elementFloat__-GXVu{align-items:center;background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow-all-sides);display:flex;flex-direction:column;gap:.5em;justify-content:center;margin-top:.5em;padding:.5em;position:fixed;z-index:3}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_elementFloat__-GXVu>input{max-width:100px}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_elementFloat__-GXVu>div{max-width:300px}.webPhone_webPhone__LKkc1 .webPhone_options__MO6Dl .webPhone_background__v0Kly{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.webPhone_minimized__1Aa\+7{align-items:center;background-color:var(--purple);border-radius:var(--border-radius);bottom:50px;display:flex;flex-direction:column;gap:.5em;justify-content:center;padding:1em;position:fixed;right:50px;width:200px;z-index:9999}.webPhone_minimized__1Aa\+7 .webPhone_time__1qHJO{font-size:12px;font-weight:700}.webPhone_minimized__1Aa\+7 .webPhone_options__MO6Dl{align-items:center;display:flex;justify-content:space-between;width:100%}.webPhone_minimized__1Aa\+7 .webPhone_options__MO6Dl .webPhone_option__SxEXM{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.5em;transition:all .25s ease-in-out}.webPhone_minimized__1Aa\+7 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_disabled__nt0Io,.webPhone_minimized__1Aa\+7 .webPhone_options__MO6Dl .webPhone_option__SxEXM:hover{background-color:var(--beige);color:var(--purple)}.webPhone_minimized__1Aa\+7 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_border__hIfMT{border:1px solid var(--beige);border-radius:32px}.webPhone_minimized__1Aa\+7 .webPhone_options__MO6Dl .webPhone_option__SxEXM.webPhone_border__hIfMT.webPhone_rounded__kFalC{border-radius:50%}:root{--height-header-modal:40px}.modal_modalBackground__IxqYm{align-items:center;background-color:var(--opacity-background);display:flex;height:100vh;justify-content:center;left:0;padding:1em;position:fixed;top:0;width:100vw;z-index:99}.modal_modal__Lcc2q{animation:modal_showUp__SkWqo .6s;background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--third-text-color);display:flex;flex-direction:column;gap:1.5em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100%;max-width:100%;overflow:hidden;padding:1.2em 0;position:relative;width:720px}.modal_modal__Lcc2q.modal_md__lzhzA{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal_modal__Lcc2q.modal_xl__MgZNs{height:95vh;max-width:1920px;width:95vw}.modal_modal__Lcc2q.modal_height_fit_content__gokOT{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:95vh}.modal_modal__Lcc2q .modal_header__fo0UD{align-items:flex-start;display:flex;gap:.5em;height:40px;height:var(--height-header-modal);justify-content:space-between;padding:0 1.5em}.modal_modal__Lcc2q .modal_header__fo0UD .modal_icon__7Wfvi{display:flex}.modal_modal__Lcc2q .modal_header__fo0UD .modal_icon__7Wfvi svg{height:40px;width:40px}.modal_modal__Lcc2q .modal_header__fo0UD .modal_text__wlYNo{display:flex;flex:1 1;flex-direction:column;gap:.2em;max-width:calc(100% - 70px - 1em);overflow:hidden}.modal_modal__Lcc2q .modal_header__fo0UD .modal_text__wlYNo .modal_title__k-JWJ{font-size:16px;font-weight:700}.modal_modal__Lcc2q .modal_header__fo0UD .modal_text__wlYNo .modal_description__picaa{font-size:12px;font-weight:600}.modal_modal__Lcc2q .modal_header__fo0UD .modal_text__wlYNo .modal_description__picaa,.modal_modal__Lcc2q .modal_header__fo0UD .modal_text__wlYNo .modal_title__k-JWJ{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.modal_modal__Lcc2q .modal_header__fo0UD .modal_actions__Ysk0T{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;z-index:3}.modal_modal__Lcc2q .modal_header__fo0UD .modal_actions__Ysk0T svg{height:20px;width:20px}.modal_modal__Lcc2q .modal_header__fo0UD .modal_actions__Ysk0T .modal_background__U0hsF{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.modal_modal__Lcc2q .modal_header__fo0UD .modal_actions__Ysk0T ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;right:0}.modal_modal__Lcc2q .modal_header__fo0UD .modal_actions__Ysk0T ul li{list-style:none;padding:.75em 1em;text-align:start;width:100%}.modal_modal__Lcc2q .modal_header__fo0UD .modal_actions__Ysk0T ul li:hover{background-color:var(--background-header-table)}.modal_modal__Lcc2q .modal_header__fo0UD .modal_close__O-F6f{align-items:center;cursor:pointer;display:flex;justify-content:center;z-index:2}.modal_modal__Lcc2q .modal_header__fo0UD .modal_close__O-F6f svg{height:20px;width:20px}.modal_modal__Lcc2q .modal_body__7r9YF{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 1.5em}.modal_modal__Lcc2q.modal_md__lzhzA .modal_body__7r9YF{overflow-y:visible;overflow-y:initial}.modal_modal__Lcc2q .modal_body__7r9YF form{display:flex;flex-direction:column;gap:1em;height:100%}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_inlineMaxHeight__u0bC8{align-items:flex-start;display:flex;flex:1 1;justify-content:flex-start}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg{box-shadow:11px 0 15px -17px #00000040;display:flex;flex-direction:column;height:100%;max-width:100%;padding-right:1em;width:350px;z-index:2}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB,.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stages__6E5bo{display:flex;flex-direction:column;gap:1em;height:calc(95vh - var(--height-header) - 2.5em - 50px);max-width:100%;overflow-y:auto;width:100%}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stages__6E5bo.modal_loading__2-XX0{justify-content:center}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+{border:var(--border-primary);border-radius:var(--border-radius);padding:.5em}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+.modal_moving__cizHa{z-index:3}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+.modal_moving__cizHa>div{border-color:var(--purple)}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+>div{background-color:var(--white)}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+ .modal_move__BoCpa{align-items:center;border-radius:var(--border-radius);cursor:move;display:flex;flex:none;justify-content:center;padding:.5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+ .modal_move__BoCpa:hover,.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_top__8UTRB .modal_stage__Yzdy\+.modal_moving__cizHa .modal_move__BoCpa{background-color:var(--gray-table)}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg .modal_bottom__Zmue4{background-color:var(--white);box-shadow:0 -7px 18px -14px #00000040;height:50px;padding:1em 1em 0 0}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_stages__6E5bo{display:flex;flex:1 1;gap:1em;height:100%;overflow:auto}@keyframes modal_showUp__SkWqo{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.modal_modal__Lcc2q .modal_body__7r9YF form .modal_options__GBjvg{width:100%}.modal_modal__Lcc2q .modal_body__7r9YF form .modal_stages__6E5bo{display:none}}:root{--success:var(--purple);--danger:var(--pink);--text-color:var(--primary-text-color);--text-active-color:#fff;--color-hover:var(--gray);--padding-form:var(--padding-y) var(--padding-x);--padding-form-md:calc(var(--padding-y)*0.75) calc(var(--padding-x)*0.75);--padding-form-sm:calc(var(--padding-y)*0.5) calc(var(--padding-x)*0.5);--border-active-form:1px solid var(--success);--border-active-checkbox-form:7px solid var(--success);--border-radius-form:8px;--border-radius-form-sm:4px;--background-form:var(--white);--background-active-form:var(--success);--box-shadow-form:#0000001a 0px 2px 12px 2px,#0000001a 0px 1px 2px}.form_divInput__vuVy2{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.form_textarea__sOUR1{resize:vertical}.form_input__Xn8Hu,.form_textarea__sOUR1{background-color:var(--white);background-color:var(--background-form);border:var(--border-second);border-radius:8px;border-radius:var(--border-radius-form);color:var(--gray-dark);flex:1 1;font-size:1em;padding:var(--padding-form);width:100%}.form_input__Xn8Hu.form_noBorder__CqBD3,.form_textarea__sOUR1.form_noBorder__CqBD3{border-left:none;border-radius:0;border-right:none;border-top:none;padding:0 0 .25em}.form_input__Xn8Hu.form_focus__E6iG\+,.form_input__Xn8Hu:active,.form_input__Xn8Hu:focus,.form_input__Xn8Hu:focus-visible,.form_input__Xn8Hu:focus-within,.form_textarea__sOUR1.form_focus__E6iG\+,.form_textarea__sOUR1:active,.form_textarea__sOUR1:focus,.form_textarea__sOUR1:focus-visible,.form_textarea__sOUR1:focus-within{border:1px solid var(--success);box-shadow:0 0 0 0;outline:0}.form_input__Xn8Hu.form_noBorder__CqBD3.form_focus__E6iG\+,.form_input__Xn8Hu.form_noBorder__CqBD3:active,.form_input__Xn8Hu.form_noBorder__CqBD3:focus,.form_input__Xn8Hu.form_noBorder__CqBD3:focus-visible,.form_input__Xn8Hu.form_noBorder__CqBD3:focus-within,.form_textarea__sOUR1.form_noBorder__CqBD3.form_focus__E6iG\+,.form_textarea__sOUR1.form_noBorder__CqBD3:active,.form_textarea__sOUR1.form_noBorder__CqBD3:focus,.form_textarea__sOUR1.form_noBorder__CqBD3:focus-visible,.form_textarea__sOUR1.form_noBorder__CqBD3:focus-within{border-left:none;border-right:none;border-top:none}.form_input__Xn8Hu.form_focus__E6iG\+~div svg,.form_input__Xn8Hu:active~div svg,.form_input__Xn8Hu:focus-visible~div svg,.form_input__Xn8Hu:focus-within~div svg,.form_input__Xn8Hu:focus~div svg{color:var(--purple);color:var(--success)}.form_iconSearch__FIwYn{align-items:center;display:flex;justify-content:center;position:absolute;right:var(--padding-x)}.form_iconSearch__FIwYn svg{color:var(--third-text-color);height:16px;width:16px}.form_input__Xn8Hu.form_sm__i8lDa,.form_textarea__sOUR1.form_sm__i8lDa{padding:var(--padding-form-md)}.form_input__Xn8Hu::placeholder,.form_textarea__sOUR1::placeholder{color:var(--third-text-color);opacity:.8}input[type=color]{background-color:initial;border:var(--border-second);border-radius:8px;border-radius:var(--border-radius-form);flex:auto;padding:0;width:100%}.form_button__oGnKT{background-color:initial;background-color:var(--second-text-color-active);border:none;border-radius:8px;border-radius:var(--border-radius-form);color:var(--primary-text-color);color:var(--text-color);cursor:pointer;padding:var(--padding-form);transition:opacity .2s;white-space:nowrap;width:100%}.form_button__oGnKT:disabled{cursor:not-allowed;opacity:.5}.form_button__oGnKT:not(:disabled):hover{opacity:.8}.form_success__ASPp8{background-color:var(--purple);background-color:var(--success);color:#fff;color:var(--text-active-color)}.form_backgroundForm__hYH2q{height:100vh!important;left:0;max-height:100vh!important;max-width:100vw!important;position:fixed;top:0;width:100vw!important;z-index:3}.form_formGroup__c9cP1{align-items:flex-start;display:flex;flex-direction:column;gap:.3em;justify-content:center;min-width:50px;position:relative}.form_formGroup__c9cP1.form_fullWidth__9CKKV{width:100%}.form_formGroup__c9cP1 .form_header__2DPQE{align-items:center;display:flex;justify-content:space-between;width:100%}.form_formGroup__c9cP1 .form_header__2DPQE label{font-size:12px;font-weight:700}.form_formGroup__c9cP1 .form_header__2DPQE .form_rightContent__PSkNZ{font-size:12px;font-weight:700;padding:0 .5em}.form_formGroup__c9cP1 .form_body__GPrjg{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.form_formGroup__c9cP1.form_inside__gtB4p{padding:0 .5em}.form_formGroupInline__mYG9o{align-items:center;display:flex;gap:.5em;justify-content:center;width:100%}.form_formGroupInline__mYG9o.form_btnAction__88iOa>div:first-child{width:calc(50% - .25em)}.form_formGroupInline__mYG9o.form_btnAction__88iOa.form_uniqueInput__ba9zM>div:first-child,.form_formGroupInline__mYG9o.form_btnAction__88iOa>div.form_fullWidth__9CKKV:nth-child(2){flex:1 1}.form_datePicker__8FzQ3,.form_select__VnklB,.form_timePicker__PVkGc{position:relative;-webkit-user-select:none;user-select:none;width:100%}.form_datePicker__8FzQ3 .form_text__xzcHO,.form_select__VnklB .form_text__xzcHO,.form_timePicker__PVkGc .form_text__xzcHO{align-items:center;background-color:var(--white);background-color:var(--background-form);border:var(--border-second);border-radius:8px;border-radius:var(--border-radius-form);color:var(--gray-dark);display:flex;justify-content:space-between;padding:var(--padding-form);white-space:nowrap}.form_datePicker__8FzQ3.form_noBorder__CqBD3 .form_text__xzcHO,.form_select__VnklB.form_noBorder__CqBD3 .form_text__xzcHO,.form_timePicker__PVkGc.form_noBorder__CqBD3 .form_text__xzcHO{border-left:none;border-radius:0;border-right:none;border-top:none;padding:0 0 .25em}.form_datePicker__8FzQ3 .form_text__xzcHO>span,.form_select__VnklB .form_text__xzcHO>span,.form_timePicker__PVkGc .form_text__xzcHO>span{overflow:hidden;text-overflow:ellipsis}.form_datePicker__8FzQ3.form_active__E6Dqn,.form_select__VnklB.form_active__E6Dqn,.form_timePicker__PVkGc.form_active__E6Dqn{z-index:4}.form_datePicker__8FzQ3.form_active__E6Dqn .form_text__xzcHO,.form_select__VnklB.form_active__E6Dqn .form_text__xzcHO,.form_timePicker__PVkGc.form_active__E6Dqn .form_text__xzcHO{border-color:var(--success);border-width:1px}.form_datePicker__8FzQ3 .form_groupOptions__m3erg,.form_select__VnklB .form_groupOptions__m3erg,.form_timePicker__PVkGc .form_groupOptions__m3erg{background-color:var(--white);background-color:var(--background-form);border:var(--border-second);border-radius:8px;border-radius:var(--border-radius-form);box-shadow:0 2px 12px 2px #0000001a,0 1px 2px #0000001a;box-shadow:var(--box-shadow-form);min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;overflow:hidden;position:fixed;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form_select__VnklB.form_disabled__FxlmX .form_text__xzcHO{opacity:.7}.form_datePicker__8FzQ3 .form_groupOptions__m3erg{display:flex;max-width:95vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp{box-shadow:0 2px 12px 2px #0000001a,0 1px 2px #0000001a;box-shadow:var(--box-shadow-form);color:var(--gray-dark);display:flex;flex-direction:column;justify-content:space-between;padding:var(--padding-form);position:relative}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_header__2DPQE{display:flex;position:relative;width:100%;z-index:2}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_header__2DPQE .form_arrows__n0XHC{display:flex;justify-content:space-between;position:absolute;top:0;width:100%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_header__2DPQE .form_arrows__n0XHC .form_arrow__NKb0u{cursor:pointer;height:16px;width:16px}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg{display:flex;flex-direction:row;gap:1.5em;justify-content:space-around;position:relative;z-index:1}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo{align-items:center;display:flex;flex:1 1;flex-direction:column;flex-wrap:wrap;gap:.25em;justify-content:flex-start;min-width:250px}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_header__2DPQE{align-items:center;display:flex;flex-direction:column;font-size:.9em;gap:1em;justify-content:center;width:100%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_header__2DPQE .form_weekDays__boAq3{border-bottom:var(--border-second);display:flex;font-size:.8em;justify-content:space-between;padding-bottom:.5em;width:100%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_header__2DPQE .form_weekDays__boAq3 span{flex:1 1;text-align:center}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT{align-items:center;border-radius:8px;border-radius:var(--border-radius-form);display:flex;justify-content:flex-start;overflow:hidden;width:100%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R{width:14.28571%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R span{align-items:center;border:1px solid var(--background-form);display:flex;font-size:.8em;justify-content:center;padding:5px;width:100%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R:not(.form_disabled__FxlmX){cursor:pointer}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R:not(.form_disabled__FxlmX):hover span{background-color:var(--second-text-color);border-radius:8px;border-radius:var(--border-radius-form)}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_inRange__o11b9{background-color:var(--second-text-color-active);border-radius:0}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_disabled__FxlmX{opacity:.7}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_today__v02Wo span{border:var(--border-second);border-radius:8px;border-radius:var(--border-radius-form)}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_active__E6Dqn{background-color:var(--second-text-color-active);color:#fff;color:var(--text-active-color);font-weight:700}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_active__E6Dqn span{background-color:var(--purple);background-color:var(--background-active-form);border:none;border-radius:8px;border-radius:var(--border-radius-form)}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_firstDay__fnc5i,.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_isStart__W4ikQ{border-radius:8px 0 0 8px;border-radius:var(--border-radius-form) 0 0 var(--border-radius-form)}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_isEnd__BtsMk,.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg .form_month__1t1Mo .form_week__h-bVT .form_day__lzZ3R.form_lastDay__uSxk3{border-radius:0 8px 8px 0;border-radius:0 var(--border-radius-form) var(--border-radius-form) 0}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_footer__ZfteQ{align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:flex-end;padding-top:1.5em;width:100%}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_footer__ZfteQ .form_selectedPeriod__YBQ0X{display:flex;font-size:.9em;font-weight:600;gap:.5em}.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_footer__ZfteQ .form_actions__JWMsG{display:flex;gap:.5em;justify-content:space-between}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k{display:flex;flex-direction:column;font-size:.8em;padding:5px 0;width:160px}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k>span{font-weight:700;padding:5px 15px}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k .form_presets__WY2yT{display:flex;flex-direction:column}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k .form_presets__WY2yT>div{align-items:center;cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;padding:6px 25px;width:100%}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k .form_presets__WY2yT>div.form_active__E6Dqn{background-color:var(--purple);background-color:var(--background-active-form);color:#fff;color:var(--text-active-color)}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k .form_presets__WY2yT>div:hover{background-color:var(--gray);background-color:var(--color-hover)}.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k .form_presets__WY2yT>div.form_active__E6Dqn:hover{background-color:var(--purple);background-color:var(--background-active-form);opacity:.8}@media screen and (max-width:768px){.form_datePicker__8FzQ3 .form_groupOptions__m3erg .form_panelRight__5kW-k{display:none}}@media screen and (max-width:580px){.form_datePicker__8FzQ3 .form_calendar__N\+Mpp .form_body__GPrjg{flex-wrap:wrap}}.form_timePicker__PVkGc .form_groupOptions__m3erg{display:flex;max-width:95vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form_timePicker__PVkGc .form_groupOptions__m3erg.form_left__HcWM\+{left:0}.form_timePicker__PVkGc .form_groupOptions__m3erg.form_right__CXHWX{right:0}.form_timePicker__PVkGc .form_container__\+lvpQ{box-shadow:0 2px 12px 2px #0000001a,0 1px 2px #0000001a;box-shadow:var(--box-shadow-form);color:var(--gray-dark);display:flex;flex-direction:column;justify-content:space-between;padding:var(--padding-form);position:relative}.form_timePicker__PVkGc .form_container__\+lvpQ .form_header__2DPQE{border-bottom:var(--border-second);display:flex;gap:1.5em;justify-content:space-around;padding-bottom:.5em}.form_timePicker__PVkGc .form_container__\+lvpQ .form_header__2DPQE span{font-size:.9em;font-weight:700;margin-left:-17px}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg{display:flex;flex-direction:row;gap:1.5em;justify-content:space-around;position:relative;z-index:1}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_hours__W3\+Qk,.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_minutes__o2Ng-{flex:1 1;max-height:250px;overflow:auto;padding:5px}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_hour__MFZDB,.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_minute__O9KOA{align-items:center;border-radius:8px;border-radius:var(--border-radius-form);cursor:pointer;display:flex;font-size:1em;justify-content:center;padding:var(--padding-form);width:110px}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_hour__MFZDB span,.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_minute__O9KOA span{align-items:center;display:flex;justify-content:center;width:32px}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_hour__MFZDB:hover,.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_minute__O9KOA:hover{background-color:var(--second-text-color)}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_hour__MFZDB.form_now__Fpo2L,.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_minute__O9KOA.form_now__Fpo2L{border:var(--border-second)}.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_hour__MFZDB.form_active__E6Dqn,.form_timePicker__PVkGc .form_container__\+lvpQ .form_body__GPrjg .form_minute__O9KOA.form_active__E6Dqn{background-color:var(--purple);background-color:var(--background-active-form);border:none;color:#fff;color:var(--text-active-color)}.form_timePicker__PVkGc .form_container__\+lvpQ .form_footer__ZfteQ{align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:flex-end;padding-top:1.5em;width:100%}.form_timePicker__PVkGc .form_container__\+lvpQ .form_footer__ZfteQ .form_selectedPeriod__YBQ0X{display:flex;font-size:.9em;font-weight:600;gap:.15em}.form_timePicker__PVkGc .form_container__\+lvpQ .form_footer__ZfteQ .form_actions__JWMsG{display:flex;gap:.5em;justify-content:space-between}.form_timePicker__PVkGc .form_container__\+lvpQ .form_footer__ZfteQ .form_icon__9CYpK{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center}.form_timePicker__PVkGc .form_container__\+lvpQ .form_footer__ZfteQ .form_icon__9CYpK svg{color:var(--pink)!important;color:var(--danger)!important;height:1em;width:1em}.form_timePicker__PVkGc .form_container__\+lvpQ .form_footer__ZfteQ .form_icon__9CYpK svg path{stroke:var(--pink)!important;stroke:var(--danger)!important}.form_select__VnklB .form_groupOptions__m3erg .form_search__Yi4Ac{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}.form_select__VnklB .form_groupOptions__m3erg .form_search__Yi4Ac input{border:none;border-bottom:1px solid var(--success);border-radius:0}.form_select__VnklB .form_groupOptions__m3erg .form_search__Yi4Ac input:focus-visible{border:none;border-bottom:1px solid var(--success)}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9{display:flex;flex-direction:column;gap:.5em;max-height:350px;overflow-x:hidden;overflow-y:auto;padding:.5em}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_selectAll__2J18Z{font-weight:700;opacity:.7}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_option__ysmww,.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_selectAll__2J18Z{align-items:center;border-radius:8px;border-radius:var(--border-radius-form);display:flex;gap:.5em;justify-content:flex-start;padding:10px;position:relative}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_option__ysmww>span{flex:1 1}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_option__ysmww button{background-color:initial;border:var(--border-active-form);border-radius:var(--border-radius);color:var(--third-text-color);cursor:pointer;opacity:0;padding:var(--padding-y);z-index:2}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_option__ysmww button:hover{background-color:var(--purple);background-color:var(--success);color:var(--beige)}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_option__ysmww:hover button{opacity:1}.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_option__ysmww:hover,.form_select__VnklB .form_groupOptions__m3erg .form_options__BjEu9 .form_selectAll__2J18Z:hover{background-color:var(--gray);background-color:var(--color-hover)}.form_checkbox__vpEsP{border:var(--border-second);border-radius:50%;height:24px;width:24px}.form_checkbox__vpEsP.form_active__E6Dqn{border:var(--border-active-checkbox-form)}.form_checkbox__vpEsP.form_pink__9Ns2t.form_active__E6Dqn{border-color:var(--pink)}.contact_groupContact__IqpBS{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;padding:.5em;position:relative;width:100%}.contact_groupContact__IqpBS .contact_actions__o3FWu{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.contact_groupContact__IqpBS .contact_actions__o3FWu svg{cursor:pointer;height:14px;width:14px}.contact_groupContact__IqpBS .contact_data__plzHR{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.contact_groupContact__IqpBS .contact_data__plzHR input,.contact_groupContact__IqpBS .contact_data__plzHR span{font-size:1em}.modalLead_modalLead__CUyX9{align-items:flex-start;display:flex;height:100%;justify-content:flex-start;left:0;line-break:anywhere;position:absolute;top:0;width:100%}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD,.modalLead_modalLead__CUyX9 .modalLead_left__4JlJJ,.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e{display:flex;flex-direction:column;gap:1em;height:100%}.modalLead_modalLead__CUyX9 .modalLead_left__4JlJJ,.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e{flex:1 1;max-width:350px;min-width:250px;overflow-x:hidden;overflow-y:scroll;padding-bottom:1em}.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e{height:calc(100% - 1.2em - var(--height-header-modal));margin-top:calc(1.2em + var(--height-header-modal));padding:0 1.5em .5em}.modalLead_modalLead__CUyX9 .modalLead_personalInfos__bvYEw{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:24px;width:100%}.modalLead_modalLead__CUyX9 .modalLead_personalInfos__bvYEw svg{cursor:pointer;height:16px;width:16px}.modalLead_modalLead__CUyX9 .modalLead_status__ZYF12{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.modalLead_modalLead__CUyX9 .modalLead_flags__9CCSk{display:flex;flex-wrap:wrap;gap:.5em}.modalLead_modalLead__CUyX9 .modalLead_status__ZYF12 img{height:96px;width:96px}.modalLead_modalLead__CUyX9 .modalLead_data__fLtR2{flex-direction:column;font-size:14px;width:100%}.modalLead_modalLead__CUyX9 .modalLead_data__fLtR2,.modalLead_modalLead__CUyX9 .modalLead_data__fLtR2 .modalLead_name__0\+-xp{align-items:center;display:flex;gap:.5em;justify-content:center}.modalLead_modalLead__CUyX9 .modalLead_data__fLtR2 .modalLead_name__0\+-xp input,.modalLead_modalLead__CUyX9 .modalLead_data__fLtR2 .modalLead_name__0\+-xp span{flex:1 1;font-size:20px;font-weight:700;text-align:center}.modalLead_modalLead__CUyX9 .modalLead_data__fLtR2 span{text-align:center}.modalLead_modalLead__CUyX9 .modalLead_actions__03ldv{display:flex;justify-content:space-between;width:100%;z-index:2}.modalLead_modalLead__CUyX9 .modalLead_actions__03ldv button{align-items:center;background-color:var(--gray-dark);border-radius:50%;display:flex;height:40px;justify-content:center;padding:0;width:40px}.modalLead_modalLead__CUyX9 .modalLead_actions__03ldv button svg{height:24px;width:24px}.modalLead_modalLead__CUyX9 .modalLead_actions__03ldv .modalLead_groupCenter__b\+OcQ{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:center}.modalLead_modalLead__CUyX9 .modalLead_actions__03ldv .modalLead_groupCenter__b\+OcQ span{font-size:10px;font-weight:700}.modalLead_modalLead__CUyX9 .modalLead_call__jdmzC{width:100%}.modalLead_modalLead__CUyX9 .modalLead_call__jdmzC button{align-items:center;background-color:var(--orange);color:var(--gray-dark);display:flex;font-size:14px;gap:.5em;justify-content:center}.modalLead_modalLead__CUyX9 .modalLead_call__jdmzC button svg{height:16px;width:16px}.modalLead_modalLead__CUyX9 .modalLead_groupToogleData__CMJV7{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.modalLead_modalLead__CUyX9 .modalLead_groupToogleData__CMJV7 .modalLead_body__IKiDg{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;padding:0 16px;width:100%}.modalLead_modalLead__CUyX9 Button{background-color:var(--gray-dark);font-size:12px;padding:6px}.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e Button{margin:.5em 0}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD{background-color:var(--gray);flex:2 1;max-width:1200px}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_quickActions__aNDCi{align-items:center;display:flex;gap:1em;justify-content:center;padding:1em}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_quickActions__aNDCi button{align-items:center;display:flex;gap:.5em;justify-content:center;padding:var(--padding-form)}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_quickActions__aNDCi button svg{height:16px;width:16px}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_divDiscarted__R\+NtD{padding:1em}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_discarted__MFCBB{align-items:center;border:1px solid var(--pink);border-radius:var(--border-radius);display:flex;gap:1em;justify-content:space-between;padding:.75em}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_discarted__MFCBB button{padding:.75em 1em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_menuToogle__ZKFvN{padding:0 1em}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_menuToogle__ZKFvN .modalLead_menu__lAEHb{align-items:center;border-radius:var(--border-radius);box-shadow:var(--box-shadow-all-sides);display:flex;justify-content:center;width:100%}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_menuToogle__ZKFvN .modalLead_menu__lAEHb>span{border-radius:var(--border-radius);cursor:pointer;flex:1 1;padding:.5em;text-align:center}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_menuToogle__ZKFvN .modalLead_menu__lAEHb>span.modalLead_active__FSxLv{background-color:var(--white);box-shadow:var(--box-shadow);font-weight:700}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_body__IKiDg{height:100%;overflow-x:hidden;overflow-y:scroll;padding:0 1em 1em}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD .modalLead_body__IKiDg>div{animation:modalLead_show-right__nz4cu .75s ease-in-out}.modalLead_showAllFields__Qcpr6{color:var(--pink);display:flex;justify-content:flex-end}.modalLead_showAllFields__Qcpr6 span{cursor:pointer;font-size:.9em;text-decoration:underline}.modalLead_navMovile__6\+O8E{display:none}@keyframes modalLead_show-right__nz4cu{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media only screen and (max-width:1068px){.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD{font-size:85%}}@media only screen and (max-width:968px){.modalLead_navMovile__6\+O8E{align-items:center;background-color:var(--gray);border-top:var(--border-table);bottom:0;display:flex;height:calc(24px + 1em);justify-content:center;position:absolute;width:100%}.modalLead_navMovile__6\+O8E .modalLead_item__h--5Q{align-items:center;display:flex;flex:1 1;justify-content:center;padding:.5em}.modalLead_navMovile__6\+O8E .modalLead_item__h--5Q.modalLead_active__FSxLv{background-color:var(--orange)}.modalLead_navMovile__6\+O8E .modalLead_item__h--5Q svg{height:24px;width:24px}.modalLead_modalLead__CUyX9.modalLead_bgGray__Y-uf-{background-color:var(--gray)}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD:not(.modalLead_active__FSxLv),.modalLead_modalLead__CUyX9 .modalLead_left__4JlJJ:not(.modalLead_active__FSxLv),.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e:not(.modalLead_active__FSxLv){display:none}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD,.modalLead_modalLead__CUyX9 .modalLead_left__4JlJJ,.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e{font-size:90%;max-height:calc(100% - 24px - 1em);max-width:100%;padding:.5em;width:100%}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD,.modalLead_modalLead__CUyX9 .modalLead_right__WQf\+e{max-height:calc(100% - 2.2em - 24px - var(--height-header-modal))}.modalLead_modalLead__CUyX9 .modalLead_center__a9zLD{margin-top:calc(1.2em + var(--height-header-modal))}}.address_groupAddress__cCWVp{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;padding:.5em;position:relative;width:100%}.address_groupAddress__cCWVp .address_actions__zH8U9{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.address_groupAddress__cCWVp .address_actions__zH8U9 svg{cursor:pointer;height:14px;width:14px}.address_groupAddress__cCWVp .address_data__M2\+s3,.groupDataEdit_groupItem__AQAmi{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.groupDataEdit_groupItem__AQAmi{font-size:1em;padding:.5em 0;position:relative}.groupDataEdit_groupItem__AQAmi.groupDataEdit_borderTop__socea{border-top:var(--border-table)}.groupDataEdit_groupItem__AQAmi .groupDataEdit_actions__aCAcw{align-items:center;display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:0;top:.5em;z-index:2}.groupDataEdit_groupItem__AQAmi .groupDataEdit_actions__aCAcw svg{cursor:pointer;height:14px;width:14px}.product_groupProduct__yLHhs{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;padding:.5em;position:relative;width:100%}.product_groupProduct__yLHhs .product_actions__p-OFM{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.product_groupProduct__yLHhs .product_actions__p-OFM svg{cursor:pointer;height:14px;width:14px}.product_groupProduct__yLHhs .product_data__NtF28{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.loading_initialLoading__SOmks,.loading_loading__yzw7i{align-items:center;background-color:var(--opacity-background);display:flex;height:100%;justify-content:center;left:0;max-height:100vh;max-width:100vw;position:absolute;top:0;width:100%;z-index:99}.loading_initialLoading__SOmks{background-color:var(--second-background);flex-direction:column;gap:1em}.loading_loading__yzw7i.loading_fullPage__Sd296{position:fixed}.loading_initialLoading__SOmks img,.loading_loading__yzw7i img{height:80px}.loading_loading__yzw7i img{animation:loading_loading__yzw7i 2s infinite;height:80px}@keyframes loading_loading__yzw7i{0%{transform:rotate(-20deg)}10%{transform:rotate(20deg)}40%{transform:rotate(200deg)}60%{transform:rotate(160deg)}90%{transform:rotate(380deg)}to{transform:rotate(340deg)}}.utm_groupUtm__YIeww{align-items:center;border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;padding:.5em;position:relative;width:100%}.utm_groupUtm__YIeww .utm_actions__RCyjc{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.utm_groupUtm__YIeww .utm_actions__RCyjc svg{cursor:pointer;height:14px;width:14px}.utm_groupUtm__YIeww .utm_data__InDNU{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.utm_groupUtm__YIeww .utm_data__InDNU input,.utm_groupUtm__YIeww .utm_data__InDNU span{font-size:1em}.breakForm_breakForm__l6PPN{padding-top:.5em}.breakForm_breakForm__l6PPN:not(.breakForm_noBorder__VMIcv){border-top:1px solid var(--gray)}.breakForm_breakForm__l6PPN .breakForm_action__gZoyp{align-items:center;display:flex;justify-content:space-between}.breakForm_breakForm__l6PPN .breakForm_action__gZoyp span{font-size:16px;font-weight:700}.history_historics__DIMuv{display:flex;flex-direction:column;gap:2em}.history_historics__DIMuv .history_activeHistorics__h77gf>span,.history_historics__DIMuv .history_historyHistorics__Y48MN .history_body__RkE1c>span{font-size:.9em;font-weight:700;opacity:.8}.history_historics__DIMuv .history_activeHistorics__h77gf,.history_historics__DIMuv .history_historyHistorics__Y48MN{display:flex;flex-direction:column;gap:1em}.history_historics__DIMuv .history_historyHistorics__Y48MN .history_filters__Fil4k{display:flex;gap:.5em;justify-content:space-between}.history_historics__DIMuv .history_historyHistorics__Y48MN .history_body__RkE1c{display:flex;flex-direction:column;gap:.5em}.history_historics__DIMuv button{align-items:center;display:flex;gap:.5em;justify-content:center}.history_historics__DIMuv button svg{height:16px;width:16px}.cardHistoric_card__LkOZM{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:1em;gap:.5em;justify-content:center;padding:.75em}.cardHistoric_card__LkOZM.cardHistoric_canceled__ROuyE,.cardHistoric_card__LkOZM.cardHistoric_finished__i8HHu{animation:cardHistoric_show__Ro4n3 1s ease-in-out forwards}.cardHistoric_card__LkOZM.cardHistoric_canceled__ROuyE{background-color:var(--pink-opacity);text-decoration:line-through}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_left__KkgEu,.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw{align-items:center;display:flex;gap:.5em;justify-content:center}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_expand__C-Ka9{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_left__KkgEu .cardHistoric_name__9NJx2{font-weight:700}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw{flex:1 1;justify-content:flex-end}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw>span{font-size:.9em;font-weight:700}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw>div:not(.cardHistoric_actions__CdNLQ){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw .cardHistoric_actions__CdNLQ{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw .cardHistoric_actions__CdNLQ .cardHistoric_background__5OjHT{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw .cardHistoric_actions__CdNLQ ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;right:0}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw .cardHistoric_actions__CdNLQ ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardHistoric_card__LkOZM .cardHistoric_header__9uV9h .cardHistoric_right__scWhw .cardHistoric_actions__CdNLQ ul li:hover{background-color:var(--background-header-table)}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH{display:flex;width:100%}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6 svg{cursor:pointer;height:16px;width:16px}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6 .cardHistoric_finished__i8HHu{color:var(--green)}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6 .cardHistoric_canceled__ROuyE{color:var(--pink)}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6 .cardHistoric_finish__nLiwQ:hover{color:var(--green)}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6 .cardHistoric_finished__i8HHu:hover{color:var(--pink)}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_action__fsip6 .cardHistoric_canceled__ROuyE:hover{color:var(--green)}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT>div:last-child{margin-top:1em}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT .cardHistoric_title__5A8dw{font-weight:700}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT .cardHistoric_description__a6BAL{line-break:normal}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT .cardHistoric_uploads__WZ9N5{display:flex;flex-direction:column;gap:.5em;width:100%}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT .cardHistoric_uploads__WZ9N5 .cardHistoric_file__d4GJP{align-items:center;border:var(--border-table);border-radius:var(--border-radius);color:var(--gray-bold);display:flex;flex:1 1;gap:.5em;justify-content:flex-start;padding:.5em 1em;position:relative;text-decoration:none;-webkit-user-select:none;user-select:none}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT .cardHistoric_uploads__WZ9N5 .cardHistoric_file__d4GJP span{flex:1 1}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT .cardHistoric_uploads__WZ9N5 .cardHistoric_file__d4GJP:hover{border-color:var(--purple);color:var(--purple);text-decoration:underline}.cardHistoric_card__LkOZM .cardHistoric_body__Ww3XH .cardHistoric_content__IHzWT>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardHistoric_card__LkOZM .cardHistoric_footer__cnCJb{display:flex;flex-direction:column;gap:.5em;width:100%}.cardHistoric_card__LkOZM .cardHistoric_footer__cnCJb .cardHistoric_inlineGroup__9Y27N{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardHistoric_card__LkOZM .cardHistoric_footer__cnCJb .cardHistoric_message__Xsrf6{font-size:12px;font-weight:700}.cardHistoric_card__LkOZM .cardHistoric_bottomBorder__231-x:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardHistoric_rotate__MokEa{transform:rotate(90deg)}@keyframes cardHistoric_show__Ro4n3{0%{max-height:0;overflow:hidden;padding-bottom:0;padding-top:0}to{max-height:500px;overflow:hidden;padding:.75em}}.interations_interations__Twy3S{display:flex;flex-direction:column;gap:2em}.interations_interations__Twy3S .interations_activeInterations__YECjh,.interations_interations__Twy3S .interations_historyInterations__2H3Fp{display:flex;flex-direction:column;gap:1em}.interations_interations__Twy3S .interations_historyInterations__2H3Fp{gap:2em}.interations_interations__Twy3S .interations_activeInterations__YECjh>span,.interations_interations__Twy3S .interations_historyInterations__2H3Fp .interations_body__EkN02>span{font-size:.9em;font-weight:700;opacity:.8}.interations_interations__Twy3S .interations_historyInterations__2H3Fp .interations_body__EkN02 .interations_groupInteractions__14jg9{display:flex;flex-direction:column;gap:.5em}.interations_interations__Twy3S .interations_historyInterations__2H3Fp .interations_filters__9ktlw{display:flex;gap:.5em;justify-content:space-between}.interations_interations__Twy3S .interations_historyInterations__2H3Fp .interations_body__EkN02{display:flex;flex-direction:column;gap:.5em}.interations_interations__Twy3S button{align-items:center;display:flex;gap:.5em;justify-content:center}.interations_interations__Twy3S button svg{height:16px;width:16px}.menuToogle_menuToogle__T1aE\+{align-items:center;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none;width:100%}.menuToogle_menuToogle__T1aE\+ span{border-bottom:var(--border-table);cursor:pointer;flex:1 1;font-size:14px;padding-bottom:.5em;text-align:center}.menuToogle_menuToogle__T1aE\+ span.menuToogle_active__Cs3mx{border-color:var(--gray-dark);font-weight:700}.cardCall_card__P-lS0{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:1em;gap:.5em;justify-content:center;padding:.75em}.cardCall_card__P-lS0 .cardCall_header__Ly7zX{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardCall_card__P-lS0 .cardCall_header__Ly7zX .cardCall_left__MHk36,.cardCall_card__P-lS0 .cardCall_header__Ly7zX .cardCall_right__qXYoW{align-items:center;display:flex;gap:.5em;justify-content:center}.cardCall_card__P-lS0 .cardCall_header__Ly7zX .cardCall_left__MHk36 .cardCall_name__BrlYa{font-weight:700}.cardCall_card__P-lS0 .cardCall_header__Ly7zX .cardCall_right__qXYoW{flex:1 1;justify-content:flex-end}.cardCall_card__P-lS0 .cardCall_header__Ly7zX .cardCall_right__qXYoW>span{font-size:.9em;font-weight:700}.cardCall_card__P-lS0 .cardCall_body__Ve6UK{display:flex;width:100%}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK ul{margin-left:1.25em}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK>div:last-child{margin-top:1em}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK .cardCall_title__6ecjX{font-size:14px;font-weight:700}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK .cardCall_description__pnC-M{line-break:normal}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK .cardCall_uploads__N9HRr{display:flex;flex-direction:column;gap:.5em;width:100%}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK .cardCall_uploads__N9HRr .cardCall_file__ekecr{align-items:center;border:var(--border-table);border-radius:var(--border-radius);color:var(--gray-bold);display:flex;flex:1 1;gap:.5em;justify-content:flex-start;padding:.5em 1em;position:relative;text-decoration:none;-webkit-user-select:none;user-select:none}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK .cardCall_uploads__N9HRr .cardCall_file__ekecr span{flex:1 1}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK .cardCall_uploads__N9HRr .cardCall_file__ekecr:hover{border-color:var(--purple);color:var(--purple);text-decoration:underline}.cardCall_card__P-lS0 .cardCall_body__Ve6UK .cardCall_content__7\+TTK>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardCall_card__P-lS0 .cardCall_bottomBorder__epXom:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.formGroupExpand_formGroupExpand__8dsJI{border:var(--border-table);border-radius:var(--border-radius);height:0;max-height:0;overflow:hidden;padding:0;transition:max-height .25s ease-in-out;width:100%}.formGroupExpand_formGroupExpand__8dsJI.formGroupExpand_show__jL4AK{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100%;padding:.5em}.formGroupExpand_icon__vfSJZ{cursor:pointer;height:16px;transition:transform .25s ease-in-out;width:16px}.formGroupExpand_icon__vfSJZ.formGroupExpand_show__jL4AK{height:16px;transform:rotate(90deg);width:16px}.cardChat_card__QJgiQ{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:1em;gap:.5em;justify-content:center;padding:.75em}.cardChat_card__QJgiQ .cardChat_header__Qd7o5{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardChat_card__QJgiQ .cardChat_header__Qd7o5 .cardChat_left__a0kgW,.cardChat_card__QJgiQ .cardChat_header__Qd7o5 .cardChat_right__fBbUw{align-items:center;display:flex;gap:.5em;justify-content:center}.cardChat_card__QJgiQ .cardChat_header__Qd7o5 .cardChat_left__a0kgW .cardChat_name__9SDZk{font-weight:700}.cardChat_card__QJgiQ .cardChat_header__Qd7o5 .cardChat_right__fBbUw{flex:1 1;justify-content:flex-end}.cardChat_card__QJgiQ .cardChat_header__Qd7o5 .cardChat_right__fBbUw>span{font-size:.9em;font-weight:700}.cardChat_card__QJgiQ .cardChat_body__Loqd-{display:flex;width:100%}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu ul{margin-left:1.25em}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu>div:last-child{margin-top:1em}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu .cardChat_title__-96fr{font-size:14px;font-weight:700}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu .cardChat_description__Fo0A0{line-break:normal}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu .cardChat_messages__awI0B{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:flex-start;max-height:400px;overflow-y:auto;position:relative;width:100%}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu .cardChat_button__kgyG5{align-items:center;display:flex;justify-content:center;text-align:center;text-decoration:none;width:100%}.cardChat_card__QJgiQ .cardChat_body__Loqd- .cardChat_content__WQtiu>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardChat_card__QJgiQ .cardChat_bottomBorder__-9nSY:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.message_division__pH9ey,.message_system__tlHVc{align-items:center;background-color:var(--third-background);border-radius:var(--border-radius);color:var(--beige);display:flex;font-size:.9em;justify-content:center;margin:1em;padding:.5em;text-align:center}.message_division__pH9ey.message_internal__jfW4T{background-color:var(--pink)}.message_system__tlHVc{opacity:.7}.message_groupMessage__\+pRvl{border-radius:var(--border-radius);display:flex;justify-content:flex-start;max-width:1600px;position:relative;transition:all .5s ease-in-out;width:100%}.message_groupMessage__\+pRvl.message_active__k2PX-{background-color:#00000012}.message_groupMessage__\+pRvl .message_message__H2UwW{max-width:100%}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0{align-items:flex-start;display:flex;gap:1em;justify-content:flex-start}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0.message_hasReaction__YNx5G{margin-bottom:1.5em}.message_message__H2UwW .message_content__kEeW0 .message_groupMedia__j6O3c{align-items:flex-start;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;max-width:350px}.message_message__H2UwW .message_content__kEeW0 .message_groupMedia__j6O3c span{overflow-wrap:anywhere}.message_message__H2UwW .message_content__kEeW0 .message_contentMessage__lbg\+R.message_quotedMessage__WYLQY .message_groupMedia__j6O3c{max-width:calc(350px - 1em);-webkit-user-select:none;user-select:none}.message_message__H2UwW .message_content__kEeW0 .message_contentMessage__lbg\+R.message_quotedMessage__WYLQY:active{transform:scale(.95)}.message_message__H2UwW .message_content__kEeW0 .message_title__oO2Mv{font-size:14px;font-weight:700}.message_message__H2UwW .message_content__kEeW0 .message_description__4aC54{line-break:normal}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupMedia__j6O3c .message_text__Sg1JS{word-wrap:break-word;padding-right:2em;width:100%}.message_groupMessage__\+pRvl:not(.message_send__ZiiRL) .message_message__H2UwW .message_content__kEeW0 .message_groupMedia__j6O3c button{color:var(--third-text-color)}.message_profileImage__PdOWt{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.message_profileImage__PdOWt img{border-radius:var(--border-radius);height:100%;object-fit:cover;object-position:center;width:100%}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r{background-color:var(--background-header-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.5em;padding:.5em;position:relative}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_reactions__AMFx2{align-items:center;background-color:var(--third-background);border-radius:var(--border-radius);bottom:0;cursor:pointer;display:flex;gap:.25em;justify-content:center;left:.5em;margin-bottom:.25em;padding:.25em;position:absolute;transform:translateY(100%)}.message_messageReactions__rK\+T\+{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:center}.message_messageReactions__rK\+T\+ .message_itemReaction__XxOy8{align-items:center;display:flex;gap:1em;justify-content:space-between;min-width:250px;width:100%}.message_messageReactions__rK\+T\+ .message_itemReaction__XxOy8 .message_senderInfo__NbIJr{align-items:center;display:flex;gap:.5em;justify-content:flex-start}.message_itemReaction__XxOy8 .message_reaction__thjGQ{font-size:1.5em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_uploading__-1ipe{align-items:center;background-color:var(--opacity-background);border-radius:var(--border-radius);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_uploading__-1ipe .message_circleLoading__tFG22 svg{color:var(--pink);height:40px;width:40px}.message_groupMessage__\+pRvl.message_send__ZiiRL .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_reactions__AMFx2{left:auto;right:.5em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_italicText__AcBTS{align-items:center;display:flex;font-style:italic;gap:.25em;justify-content:flex-start;opacity:.7;padding-right:2em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_italicText__AcBTS svg{height:16px;min-width:16px;width:16px}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_edited__MyZVE{font-size:.8em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_senderInfo__NbIJr{text-wrap:nowrap;display:flex;font-size:.9em;gap:.5em;padding-right:2em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_senderInfo__NbIJr .message_profileName__\+SVNY{color:var(--orange);font-weight:700}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs{height:20px;opacity:0;position:absolute;right:.5em;top:.5em;transition:opacity .25s ease-in-out;width:20px}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs.message_active__k2PX-,.message_groupMessage__\+pRvl .message_message__H2UwW:hover .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs{opacity:1}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs svg{cursor:pointer;height:20px;width:20px}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs ul{align-items:flex-start;animation:message_showHidden__KO9YE .25s;background-color:var(--background-header-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--third-text-color);display:flex;flex-direction:column;justify-content:flex-start;min-width:150px;overflow:hidden;position:fixed;z-index:3}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs ul li{align-items:center;cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;list-style:none;padding:.5em;width:100%}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs ul li.message_listReactions__8LD2S>div:hover,.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs ul li:hover{background-color:var(--opacity-background)}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs ul li.message_listReactions__8LD2S>div{border-radius:var(--border-radius);font-size:1.3em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs ul li.message_listReactions__8LD2S:hover{background-color:initial}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_options__ubdYs .message_background__SfqrU{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R{display:flex;flex-direction:column;gap:.5em}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 a{color:var(--orange)}.message_contentMessage__lbg\+R.message_quotedMessage__WYLQY{background-color:var(--opacity-background);border-radius:var(--border-radius);padding:.5em}.message_contentMessage__lbg\+R.message_quotedMessage__WYLQY .message_senderInfo__NbIJr{color:var(--pink);font-size:.9em;font-weight:700}.message_groupMessage__\+pRvl.message_internal__jfW4T .message_contentMessage__lbg\+R.message_quotedMessage__WYLQY .message_senderInfo__NbIJr{color:var(--blue)}.message_contentMessage__lbg\+R.message_quotedMessage__WYLQY .message_groupMedia__j6O3c{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.message_contentMessage__lbg\+R.message_quotedMessage__WYLQY .message_groupMedia__j6O3c img,.message_contentMessage__lbg\+R.message_quotedMessage__WYLQY .message_groupMedia__j6O3c video{max-height:60px;max-width:60px;min-height:auto;min-width:auto}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R .message_footer__RrcYT{align-items:center;display:flex;gap:.5em;justify-content:flex-end}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R .message_date__NAlMb{font-size:.8em;text-align:right;width:100%}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R .message_footer__RrcYT svg{height:16px;min-width:16px;width:16px}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R .message_footer__RrcYT svg.message_sendStatus__cFtio{height:12px;width:14px}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R .message_footer__RrcYT svg.message_deliveredStatus__XHtVG{height:16px;width:16px}.message_groupMessage__\+pRvl .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r .message_contentMessage__lbg\+R .message_footer__RrcYT svg.message_read__TsdgR{color:var(--pink)}.message_groupMessage__\+pRvl.message_send__ZiiRL{justify-content:flex-end}.message_groupMessage__\+pRvl.message_send__ZiiRL .message_message__H2UwW .message_content__kEeW0{flex-direction:row-reverse}.message_groupMessage__\+pRvl.message_send__ZiiRL .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r{background-color:var(--purple);color:var(--beige)}.message_groupMessage__\+pRvl.message_internal__jfW4T .message_message__H2UwW .message_textInternal__qntU7{color:var(--beige);font-weight:700}.message_groupMessage__\+pRvl.message_internal__jfW4T .message_message__H2UwW .message_content__kEeW0 .message_groupContentMessage__MWO3r{background-color:var(--pink);color:var(--beige)}.message_groupMessage__\+pRvl.message_deleted__pXfwt{opacity:.5}.message_groupMessage__\+pRvl.message_deleted__pXfwt .message_groupMedia__j6O3c{text-decoration:line-through}.message_preview__6\+anV{align-items:center;background-color:#000000bd;color:var(--beige);display:flex;flex-direction:column;gap:.5em;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:99}.message_preview__6\+anV img,.message_preview__6\+anV video{max-height:85vh!important;max-width:85vw!important}.message_preview__6\+anV .message_close__X7FrB{align-items:center;background-color:#363636c2;border-radius:var(--border-radius);cursor:pointer;display:flex;justify-content:center;left:1em;padding:1em;position:absolute;top:1em;transition:all .25s ease-in-out;z-index:2}.message_preview__6\+anV .message_close__X7FrB:hover{background-color:var(--third-background)}.message_preview__6\+anV .message_close__X7FrB svg{height:20px;width:20px}.message_defaultMessage__4Hgjk{align-items:center;display:flex;gap:.25em;justify-content:flex-start}.message_defaultMessage__4Hgjk svg{height:16px;width:16px}.message_defaultMessage__4Hgjk span{flex:1 1;line-height:1}.message_address__B9Kym{font-size:.85em;font-weight:700}.message_originCard__dzcLE{background-color:var(--gray);border-radius:var(--border-radius);padding:.5em}.message_originHeader__J9fnm{margin-bottom:6px}.message_originTitle__Go1gd{color:#555;font-size:12px;font-weight:600}.message_originContent__qmJ3a{display:flex;flex-direction:column;gap:.5em;max-width:350px}.message_originImageContainer__JrAe1{border-radius:var(--border-radius);height:100%;overflow:hidden;width:100%}.message_originImage__qwxej{height:100%;object-fit:cover;width:100%}.message_originTextContent__BxFdF{display:flex;flex:1 1;flex-direction:column}.message_originAdTitle__SHacY{color:#333;font-size:13px;font-weight:600;margin-bottom:2px}.message_originAdDescription__etv3F{color:#666;font-size:12px;margin-bottom:8px}@media screen and (max-width:700px){.message_profileImage__PdOWt{display:none!important}}@media screen and (max-width:425px){img,video{min-width:auto!important}}@keyframes message_showHidden__KO9YE{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.audioPlayer_container__CDYZg{align-items:center;border-radius:5px;display:flex;flex-wrap:wrap;justify-content:center;max-width:100%;min-width:300px;padding:.5em;position:relative}.audioPlayer_container__CDYZg .audioPlayer_controls__KsTjo{align-items:center;display:flex;justify-content:center;width:20px}.audioPlayer_container__CDYZg .audioPlayer_controls__KsTjo svg{height:20px;width:20px}.audioPlayer_container__CDYZg .audioPlayer_audio__JiquJ,.audioPlayer_container__CDYZg .audioPlayer_loading__9lAQG{flex:1 1;padding-left:1em}.audioPlayer_container__CDYZg .audioPlayer_loading__9lAQG .audioPlayer_icon__yKldL{color:var(--pink);padding:0}.audioPlayer_container__CDYZg .audioPlayer_loading__9lAQG.audioPlayer_purple__aD629 .audioPlayer_icon__yKldL{color:var(--purple)}.audioPlayer_container__CDYZg .audioPlayer_time__G6ajN{bottom:-1em;font-size:.8em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:calc(2em + 20px);position:absolute}.audioPlayer_hidden__aiX0b{display:none}@media screen and (max-width:425px){.audioPlayer_container__CDYZg{min-width:250px}}.sticker_container__gTv7y{align-items:center;display:flex;justify-content:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sticker_sticker__A-W\+D{height:150px;width:150px;z-index:2}.sticker_sticker__A-W\+D.sticker_background__vfTl6{left:0;position:absolute;top:0;z-index:1}.sticker_container__gTv7y img{border-radius:var(--border-radius);max-height:100%;max-width:100%;object-fit:cover;object-position:center}.poll_container__9k400{display:flex;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.poll_title__4xnbq{font-weight:700}.poll_subtitle__utM4v{align-items:center;display:flex;font-size:.9em;font-weight:300;gap:.5em;justify-content:flex-start;vertical-align:middle}.poll_subtitle__utM4v .poll_icon__x3gx4{align-items:center;display:flex;justify-content:center}.poll_subtitle__utM4v .poll_icon__x3gx4.poll_multiple__jWmP5 svg:nth-child(2){margin-left:-.25em}.poll_subtitle__utM4v svg{height:1em;width:1em}.poll_options__qKtkV{display:flex;flex-direction:column;gap:1em;padding-top:1em}.poll_options__qKtkV .poll_option__vdoQu{display:flex;flex-direction:column;gap:.5em}.poll_options__qKtkV .poll_option__vdoQu .poll_infos__nGi8P{display:flex;justify-content:space-between}.poll_options__qKtkV .poll_option__vdoQu .poll_infos__nGi8P .poll_selection__GqdnK{align-items:center;display:flex;gap:.5em;justify-content:center}.poll_options__qKtkV .poll_progressbarContainer__AQBE-{background-color:var(--opacity-background);border-radius:var(--border-radius);height:10px;margin-left:calc(24px + .5em);overflow:hidden;width:calc(100% - 24px - .5em)}.poll_options__qKtkV .poll_progressbarContainer__AQBE- .poll_progressbar__ci3-J{background-color:var(--pink);height:100%;transition:width .3s ease}.template_container__BYUsW{display:flex;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.template_header__xLkgp{align-items:center;display:flex;justify-content:center;position:relative}.template_header__xLkgp span{font-weight:700;width:100%}.template_header__xLkgp img,.template_header__xLkgp video{border-radius:var(--border-radius);width:100%}.template_header__xLkgp img{max-height:240px;object-fit:cover;object-position:center}.template_footer__FpK21{font-weight:300;margin-top:.5em}.template_buttons__BLTF5{border-top:var(--border-table);display:flex;flex-direction:column;gap:.5em;margin-top:1em;padding-top:1em}.template_buttons__BLTF5 button{align-items:center;display:flex;gap:.5em;justify-content:center}.template_documentPreview__pH0Zs{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.location_link__ILIYJ{align-items:center;display:flex;justify-content:center}.location_link__ILIYJ img{border-radius:var(--border-radius);max-height:100%;max-width:100%;min-width:350px;object-fit:cover;object-position:center}.image_container__YRS1V{align-items:center;display:flex;justify-content:center;position:relative}.image_container__YRS1V img,.image_container__YRS1V svg{border-radius:var(--border-radius);max-height:350px;max-width:100%;min-width:350px;object-fit:cover;object-position:center}.image_container__YRS1V svg{height:200px;width:200px}.video_container__ABQ0o{align-items:center;display:flex;justify-content:center;position:relative}.video_container__ABQ0o .video_arrowPlay__zGKR0{align-items:center;background-color:#363636c2;border-radius:50%;cursor:pointer;display:flex;justify-content:center;left:50%;padding:1em;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.video_container__ABQ0o .video_arrowPlay__zGKR0 svg{color:var(--beige);height:20px;width:20px}.video_container__ABQ0o video{border-radius:var(--border-radius);max-height:350px;max-width:100%;min-height:300px;min-width:350px;object-fit:cover;object-position:center}.document_container__96hHm{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start}.document_container__96hHm img{border-radius:var(--border-radius);max-height:100%;max-width:100%;min-height:300px;min-width:350px;object-fit:cover;object-position:center}.document_container__96hHm .document_details__h1In7{background-color:#0000004d;border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.25em;padding:.5em;width:100%}.document_container__96hHm .document_details__h1In7 .document_name__6p4jm{font-weight:700;overflow-wrap:anywhere}.download_container__nM\+Yq{align-items:center;display:flex;gap:1em;justify-content:center;position:relative;width:100%}.download_container__nM\+Yq.download_isAudio__qewMo{justify-content:space-between}.download_container__nM\+Yq .download_audio__-fiF0{align-items:center;display:flex;flex:1 1;gap:1em;justify-content:space-between}.download_container__nM\+Yq .download_progressBar__4Q\+Nk{background-color:var(--primary-background);flex:1 1;height:1px;width:150px}.download_container__nM\+Yq .download_audio__-fiF0 svg{height:20px;width:20px}.download_container__nM\+Yq .download_download__kKrH4{align-items:center;border:var(--border-second);border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:.5em}.download_container__nM\+Yq .download_download__kKrH4 svg{height:24px;width:24px}.download_container__nM\+Yq.download_isAudio__qewMo .download_download__kKrH4 svg{height:16px;width:16px}.list_container__wUyLp{display:flex;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.list_title__p3L-x{font-weight:700}.list_description__ybCNc{font-weight:300}.list_button__iT6-f{align-items:center;display:flex;gap:.5em;justify-content:center}.list_options__4zWFT{display:flex;flex-direction:column;gap:1em}.list_options__4zWFT .list_option__h16kL{display:flex;flex-direction:column;gap:.5em}.gif_container__yObZE{align-items:center;display:flex;justify-content:center}.gif_container__yObZE .gif_playGif__c3ppV{background-color:var(--opacity-background);border-radius:50%;color:var(--beige);cursor:pointer;padding:1em;position:absolute;z-index:2}.gif_container__yObZE video{border-radius:var(--border-radius);max-height:100%;max-width:100%;min-width:350px;object-fit:cover;object-position:center}.gif_container__yObZE .gif_gif__BuCX5{width:100%}.contact_container__Uy6Xv{align-items:flex-start;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;width:100%}.contact_container__Uy6Xv .contact_contact__M-gM6{align-items:center;display:flex;gap:1em;justify-content:flex-start;width:100%}.contact_container__Uy6Xv .contact_contact__M-gM6 .contact_profileImage__CaTGZ{align-items:center;border-radius:var(--border-radius);display:flex;justify-content:center;overflow:hidden}.contact_container__Uy6Xv .contact_contact__M-gM6 .contact_profileImage__CaTGZ img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.contact_container__Uy6Xv .contact_contact__M-gM6 .contact_info__EL8R9{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.25em;justify-content:center}.contact_container__Uy6Xv .contact_contact__M-gM6 .contact_info__EL8R9 .contact_phone__51YHn{font-size:.9em;font-weight:300}.contact_container__Uy6Xv .contact_contact__M-gM6 svg{color:var(--orange)}.emojis_container__DPj8p{gap:1em;height:450px;overflow-y:auto;position:relative;width:470px}.emojis_container__DPj8p,.emojis_groupEmojis__gf33l{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.emojis_groupEmojis__gf33l{gap:.5em}.emojis_groupEmojis__gf33l .emojis_title__nUkET{border-bottom:1px solid var(--opacity-background);font-weight:700;width:100%}.emojis_groupEmojis__gf33l .emojis_icons__qHLOl{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;-webkit-user-select:none;user-select:none}.emojis_groupEmojis__gf33l .emojis_icons__qHLOl .emojis_icon__gyUVb{align-items:center;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.emojis_groupEmojis__gf33l .emojis_icons__qHLOl .emojis_icon__gyUVb:hover{background-color:var(--opacity-background);border-radius:var(--border-radius)}.notes_notes__BH-2r{display:flex;flex-direction:column;gap:2em}.notes_notes__BH-2r .notes_activeNotes__yX0T1>span,.notes_notes__BH-2r .notes_historyNotes__0B59V .notes_body__g-2iV>span{font-size:.9em;font-weight:700;opacity:.8}.notes_notes__BH-2r .notes_activeNotes__yX0T1,.notes_notes__BH-2r .notes_historyNotes__0B59V{display:flex;flex-direction:column;gap:1em}.notes_notes__BH-2r .notes_historyNotes__0B59V .notes_filters__Fplde{display:flex;gap:.5em;justify-content:space-between}.notes_notes__BH-2r .notes_historyNotes__0B59V .notes_body__g-2iV{display:flex;flex-direction:column;gap:.5em}.notes_notes__BH-2r button{align-items:center;display:flex;gap:.5em;justify-content:center}.notes_notes__BH-2r button svg{height:16px;width:16px}.cardNote_card__kjj6-{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:1em;gap:.5em;justify-content:center;padding:.75em}.cardNote_card__kjj6-.cardNote_canceled__zU6xo,.cardNote_card__kjj6-.cardNote_finished__4twP1{animation:cardNote_show__Gv2JA 1s ease-in-out forwards}.cardNote_card__kjj6-.cardNote_canceled__zU6xo{background-color:var(--pink-opacity);text-decoration:line-through}.cardNote_card__kjj6- .cardNote_header__m-s7a{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_left__7kdqq,.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR{align-items:center;display:flex;gap:.5em;justify-content:center}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_expand__Kz9Na{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_left__7kdqq .cardNote_name__knByq{font-weight:700}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR{flex:1 1;justify-content:flex-end}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR>span{font-size:.9em;font-weight:700}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR>div:not(.cardNote_actions__3tPoi){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR .cardNote_actions__3tPoi{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR .cardNote_actions__3tPoi .cardNote_background__CAz8v{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR .cardNote_actions__3tPoi ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;right:0}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR .cardNote_actions__3tPoi ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardNote_card__kjj6- .cardNote_header__m-s7a .cardNote_right__Q0hHR .cardNote_actions__3tPoi ul li:hover{background-color:var(--background-header-table)}.cardNote_card__kjj6- .cardNote_body__I0Xbr{display:flex;width:100%}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W svg{cursor:pointer;height:16px;width:16px}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W .cardNote_finished__4twP1{color:var(--green)}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W .cardNote_canceled__zU6xo{color:var(--pink)}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W .cardNote_finish__UhQ02:hover{color:var(--green)}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W .cardNote_finished__4twP1:hover{color:var(--pink)}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_action__H0U7W .cardNote_canceled__zU6xo:hover{color:var(--green)}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE ul{margin-left:1.25em}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE>div:last-child{margin-top:1em}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE .cardNote_title__P2-wO{font-weight:700}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE .cardNote_description__EUAfB{line-break:normal}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE .cardNote_uploads__TZ82N{display:flex;flex-direction:column;gap:.5em;width:100%}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE .cardNote_uploads__TZ82N .cardNote_file__lZY-\+{align-items:center;border:var(--border-table);border-radius:var(--border-radius);color:var(--gray-bold);display:flex;flex:1 1;gap:.5em;justify-content:flex-start;padding:.5em 1em;position:relative;text-decoration:none;-webkit-user-select:none;user-select:none}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE .cardNote_uploads__TZ82N .cardNote_file__lZY-\+ span{flex:1 1}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE .cardNote_uploads__TZ82N .cardNote_file__lZY-\+:hover{border-color:var(--purple);color:var(--purple);text-decoration:underline}.cardNote_card__kjj6- .cardNote_body__I0Xbr .cardNote_content__PFZwE>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardNote_card__kjj6- .cardNote_footer__bzphe{display:flex;flex-direction:column;gap:.5em;width:100%}.cardNote_card__kjj6- .cardNote_footer__bzphe .cardNote_inlineGroup__F5k92{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardNote_card__kjj6- .cardNote_footer__bzphe .cardNote_message__OElON{font-size:12px;font-weight:700}.cardNote_card__kjj6- .cardNote_bottomBorder__cNsYH:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardNote_rotate__NTwxu{transform:rotate(90deg)}@keyframes cardNote_show__Gv2JA{0%{max-height:0;overflow:hidden;padding-bottom:0;padding-top:0}to{max-height:500px;overflow:hidden;padding:.75em}}.inputFile_input__1brAo{width:100%}.inputFile_input__1brAo input{display:none}.inputFile_input__1brAo button{background-color:var(--orange);color:var(--gray-bold);font-weight:700;width:100%}.inputFile_listFiles__Biw57{display:flex;flex-direction:column;gap:.5em;width:100%}.inputFile_listFiles__Biw57 .inputFile_file__qM5Z4{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;flex:1 1;gap:.5em;justify-content:space-between;padding:.5em 1em;position:relative;-webkit-user-select:none;user-select:none}.inputFile_listFiles__Biw57 .inputFile_file__qM5Z4:hover{border-color:var(--purple)}.inputFile_listFiles__Biw57 .inputFile_file__qM5Z4 span{flex:1 1}.inputFile_listFiles__Biw57 .inputFile_file__qM5Z4 .inputFile_remove__5Uq5z{align-items:center;cursor:pointer;display:flex;justify-content:center}.inputFile_listFiles__Biw57 .inputFile_file__qM5Z4 svg{height:16px;width:16px}.sales_sales__PzIHc{display:flex;flex-direction:column;gap:2em}.sales_sales__PzIHc .sales_activeSales__3DM4c>span,.sales_sales__PzIHc .sales_historySales__L6L\+W .sales_body__MGg8o>span{font-size:.9em;font-weight:700;opacity:.8}.sales_sales__PzIHc .sales_activeSales__3DM4c,.sales_sales__PzIHc .sales_historySales__L6L\+W{display:flex;flex-direction:column;gap:1em}.sales_sales__PzIHc .sales_historySales__L6L\+W .sales_filters__WQP\+V{display:flex;gap:.5em;justify-content:space-between}.sales_sales__PzIHc .sales_historySales__L6L\+W .sales_body__MGg8o{display:flex;flex-direction:column;gap:.5em}.sales_sales__PzIHc button{align-items:center;display:flex;gap:.5em;justify-content:center}.sales_sales__PzIHc button svg{height:16px;width:16px}.cardSale_card__39T4t{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:1em;gap:.5em;justify-content:center;padding:.75em}.cardSale_card__39T4t.cardSale_canceled__zVL9u,.cardSale_card__39T4t.cardSale_finished__tfelP{animation:cardSale_show__HcpI1 1s ease-in-out forwards}.cardSale_card__39T4t.cardSale_canceled__zVL9u{background-color:var(--pink-opacity);text-decoration:line-through}.cardSale_card__39T4t .cardSale_header__63KLy{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_left__PCvkU,.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ{align-items:center;display:flex;gap:.5em;justify-content:center}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_expand__IidBC{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_left__PCvkU .cardSale_name__IoePT{font-weight:700}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ{flex:1 1;justify-content:flex-end}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ>span{font-size:.9em;font-weight:700}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ>div:not(.cardSale_actions__aViZH){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ .cardSale_actions__aViZH{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ .cardSale_actions__aViZH .cardSale_background__VK93j{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ .cardSale_actions__aViZH ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;right:0}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ .cardSale_actions__aViZH ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardSale_card__39T4t .cardSale_header__63KLy .cardSale_right__ZsXRJ .cardSale_actions__aViZH ul li:hover{background-color:var(--background-header-table)}.cardSale_card__39T4t .cardSale_body__9Aliu{display:flex;width:100%}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W svg{cursor:pointer;height:16px;width:16px}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W .cardSale_finished__tfelP{color:var(--green)}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W .cardSale_canceled__zVL9u{color:var(--pink)}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W .cardSale_finish__mLFN3:hover{color:var(--green)}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W .cardSale_finished__tfelP:hover{color:var(--pink)}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_action__PYc-W .cardSale_canceled__zVL9u:hover{color:var(--green)}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+{align-items:flex-start;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;padding:.5em;width:100%}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_title__iOPyF{font-weight:700}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_description__gnMwH{line-break:normal}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_products__klrVj{display:flex;flex-direction:column;gap:.5em;width:100%}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_products__klrVj .cardSale_product__BX4y8,.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_products__klrVj .cardSale_totalValue__qslcj{align-items:center;border:var(--border-table);border-radius:var(--border-radius);color:var(--gray-bold);display:flex;flex:1 1;gap:.5em;justify-content:flex-start;padding:.5em 1em;position:relative;text-decoration:none;-webkit-user-select:none;user-select:none}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_products__klrVj .cardSale_totalValue__qslcj{font-weight:700}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_products__klrVj .cardSale_product__BX4y8 span:first-child,.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+ .cardSale_products__klrVj .cardSale_totalValue__qslcj span:first-child{flex:1 1}.cardSale_card__39T4t .cardSale_body__9Aliu .cardSale_content__YHKg\+>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardSale_card__39T4t .cardSale_footer__wwH2l{display:flex;flex-direction:column;gap:.5em;width:100%}.cardSale_card__39T4t .cardSale_footer__wwH2l .cardSale_inlineGroup__c2IIo{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardSale_card__39T4t .cardSale_footer__wwH2l .cardSale_message__KPZUs{font-size:12px;font-weight:700}.cardSale_card__39T4t .cardSale_bottomBorder__K6\+KN:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardSale_rotate__ltuL5{transform:rotate(90deg)}@keyframes cardSale_show__HcpI1{0%{max-height:0;overflow:hidden;padding-bottom:0;padding-top:0}to{max-height:500px;overflow:hidden;padding:.75em}}.tasks_tasks__LUItN{display:flex;flex-direction:column;gap:2em}.tasks_tasks__LUItN .tasks_activeTasks__zxHOD>span,.tasks_tasks__LUItN .tasks_historyTasks__wa7iQ .tasks_body__ceA1g>span{font-size:.9em;font-weight:700;opacity:.8}.tasks_tasks__LUItN .tasks_activeTasks__zxHOD,.tasks_tasks__LUItN .tasks_historyTasks__wa7iQ{display:flex;flex-direction:column;gap:1em}.tasks_tasks__LUItN .tasks_historyTasks__wa7iQ .tasks_filters__Kvlzx{display:flex;gap:.5em;justify-content:space-between}.tasks_tasks__LUItN .tasks_historyTasks__wa7iQ .tasks_body__ceA1g{display:flex;flex-direction:column;gap:.5em}.tasks_tasks__LUItN button{align-items:center;display:flex;gap:.5em;justify-content:center}.tasks_tasks__LUItN button svg{height:16px;width:16px}.cardTask_card__jr4b\+{align-items:center;background-color:var(--white);border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:1em;gap:.5em;justify-content:center;padding:.75em}.cardTask_card__jr4b\+.cardTask_canceled__fkhGR{background-color:var(--pink-opacity);text-decoration:line-through}.cardTask_card__jr4b\+ .cardTask_header__nSC06{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_left__lGrn1,.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h{align-items:center;display:flex;gap:.5em;justify-content:center}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_expand__clZQv{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_left__lGrn1 .cardTask_name__uwVUw{font-weight:700}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h{flex:1 1;justify-content:flex-end}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h>span{font-size:.9em;font-weight:700}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h>div:not(.cardTask_actions__nXTs5){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h .cardTask_actions__nXTs5{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h .cardTask_actions__nXTs5 .cardTask_background__quowE{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h .cardTask_actions__nXTs5 ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;right:0}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h .cardTask_actions__nXTs5 ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardTask_card__jr4b\+ .cardTask_header__nSC06 .cardTask_right__j7J\+h .cardTask_actions__nXTs5 ul li:hover{background-color:var(--background-header-table)}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh{display:flex;width:100%}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp svg{cursor:pointer;height:16px;width:16px}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp .cardTask_finished__o8t6O{color:var(--green)}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp .cardTask_canceled__fkhGR{color:var(--pink)}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp .cardTask_finish__l-uc5:hover{color:var(--green)}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp .cardTask_finished__o8t6O:hover{color:var(--pink)}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_action__Jzyhp .cardTask_canceled__fkhGR:hover{color:var(--green)}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_content__G9ivm{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_content__G9ivm .cardTask_title__2bePH{font-weight:700}.cardTask_card__jr4b\+ .cardTask_body__Ub\+Dh .cardTask_content__G9ivm>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardTask_card__jr4b\+ .cardTask_footer__csrlf{display:flex;flex-direction:column;gap:.5em;width:100%}.cardTask_card__jr4b\+ .cardTask_footer__csrlf .cardTask_inlineGroup__4sFvc{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardTask_card__jr4b\+ .cardTask_footer__csrlf .cardTask_message__9etZQ{font-size:12px;font-weight:700}.cardTask_card__jr4b\+ .cardTask_bottomBorder__atCr3:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardTask_rotate__iaAQ6{transform:rotate(90deg)}.flag_flag__bjinV{border-radius:var(--border-radius);font-size:.9em;padding:.25em .5em}.flag_flag__bjinV.flag_dark__8YwnH{color:var(--gray-dark)}.flag_flag__bjinV.flag_light__2VHuj{color:var(--beige)}.crm_stage__Jxy\+L{display:flex;flex-direction:column;gap:8px;height:100%;max-height:calc(100vh - var(--height-header) - var(--height-filters) - .5em - 15px);padding:.5em}.crm_stage__Jxy\+L>.crm_header__RAWF6{align-items:center;background-color:var(--orange);border-radius:var(--border-radius-min);box-shadow:var(--box-shadow);color:var(--gray-dark);display:flex;flex-direction:row;font-weight:700;height:50px;justify-content:space-between;min-width:340px;padding:10px;width:100%}.crm_stage__Jxy\+L>.crm_header__RAWF6 .crm_title__ycEvF{display:flex;flex-direction:column;text-align:center;width:100%}.crm_stage__Jxy\+L>.crm_body__OYx33{background-color:var(--white);border-radius:var(--border-radius-min);box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:.5em;height:100%;overflow-x:hidden;overflow-y:auto;padding:.5em;width:100%}.crm_stage__Jxy\+L>.crm_body__OYx33 .crm_funnelClean__nYh7\+{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;text-align:center}.crm_stage__Jxy\+L>.crm_body__OYx33 .crm_funnelClean__nYh7\+ span{color:var(--third-text-color);font-size:1em;font-weight:700}.crm_stage__Jxy\+L>.crm_body__OYx33 .crm_funnelClean__nYh7\+ .crm_btnAdd__SJbeX{color:var(--pink);cursor:pointer}.crm_stage__Jxy\+L>.crm_body__OYx33 .crm_funnelClean__nYh7\+ .crm_btnAdd__SJbeX:hover{text-decoration:underline}.crm_stage__Jxy\+L .crm_card__xJBTc{background:var(--beige);border-radius:var(--border-radius-min);box-shadow:var(--box-shadow);color:var(--gray-dark);cursor:pointer;display:flex;flex-wrap:wrap;gap:.5em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:340px;padding:12px;width:100%}.crm_stage__Jxy\+L .crm_card__xJBTc.crm_dragging__8Nvsr{opacity:.3}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_groupName__AThri{align-items:center;display:flex;gap:.5em;justify-content:space-between}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_groupName__AThri svg{height:20px;width:20px}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_name__lJT-O{font-size:16px;font-weight:600}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_business__Me3ty{font-size:10px;font-weight:600}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_origin__j-wCv{font-size:12px;font-weight:500}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_nextTask__pvZRC{font-size:12px;font-weight:600}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_flags__Dws4J{display:flex;flex-wrap:wrap;gap:.5em}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_business__Me3ty,.crm_stage__Jxy\+L .crm_card__xJBTc .crm_name__lJT-O,.crm_stage__Jxy\+L .crm_card__xJBTc .crm_origin__j-wCv{max-width:18ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_left__YQdoT{display:flex;flex:1 1;flex-direction:column;gap:12px}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN{align-items:flex-end;display:flex;flex-direction:column;gap:.5em;justify-content:space-between}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN svg{height:20px;width:20px}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN>div{align-items:center;display:flex;justify-content:center}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_bottom__py5tx{gap:.5em}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_groupDiscarted__FF5d9{position:relative}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_discarted__JlCN0{background-color:var(--pink);border-radius:var(--border-radius-min);color:var(--beige);opacity:.5;padding:8px;position:relative}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_discarted__JlCN0 svg{height:14px;width:14px}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_temperature__WofzT{align-items:center;border-radius:15px;display:flex;font-size:12px;justify-content:center;padding:4px 10px}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_responsibles__DXBm\+{align-items:center;display:flex;justify-content:center}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_responsibles__DXBm\+ img{border-radius:50%;height:32px;object-fit:cover;object-position:center;width:32px}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_responsibles__DXBm\+ .crm_imgProfile__X9DIT{display:flex;margin-left:-1rem;position:relative}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_responsibles__DXBm\+ .crm_imgProfile__X9DIT:first-child{margin-left:0}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_value__\+vP3K span{color:var(--green);font-weight:700}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_call__T8Zwz{background-color:var(--purple);border-radius:var(--border-radius-min);box-shadow:var(--box-shadow);color:var(--beige);padding:8px;transition:transform .2s ease-in-out}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_call__T8Zwz:hover{transform:scale(1.1)}.crm_stage__Jxy\+L .crm_card__xJBTc .crm_right__rffQN .crm_call__T8Zwz svg{height:16px;width:16px}.transactions_container__D\+9iC{background-color:var(--second-background);color:var(--beige);height:100vh;width:100vw}.statusPaid_body__8osGT,.transactions_container__D\+9iC{align-items:center;display:flex;flex-direction:column;justify-content:center}.statusPaid_body__8osGT{flex:1 1;gap:.5em}.statusPaid_body__8osGT .statusPaid_logo__0v-DV{max-height:60px}.statusPaid_body__8osGT .statusPaid_title__gxcF\+{font-size:20px;font-weight:700}.statusPaid_body__8osGT .statusPaid_description__94c-R{font-size:16px;font-weight:700}.statusPaid_body__8osGT .statusPaid_groupLink__qdFsS{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;margin:2em}.auth_container__xEBbA{background-color:var(--primary-background);color:var(--gray-dark);min-height:calc(100vh - var(--height-header))}.auth_container__xEBbA,.auth_container__xEBbA .auth_content__vkGH5{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.auth_container__xEBbA .auth_groupForm__fG5pI,.auth_container__xEBbA .auth_inviteForm__oi5tI{align-items:center;background-color:var(--white);border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:2em;justify-content:center;max-width:95vw;padding:1em 1.5em;width:550px}.auth_container__xEBbA .auth_inviteForm__oi5tI{padding:0}.auth_container__xEBbA .auth_inviteForm__oi5tI img{border-radius:var(--border-radius);width:100%}.auth_container__xEBbA .auth_inviteForm__oi5tI .auth_text__khG4C{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:1em 1.5em;text-align:center}.auth_container__xEBbA .auth_inviteForm__oi5tI .auth_text__khG4C h1{font-size:1.3em}.auth_container__xEBbA .auth_groupForm__fG5pI .auth_description__C\+uF1{text-align:center}.auth_container__xEBbA .auth_groupForm__fG5pI h1{font-size:20px;font-weight:400;margin-bottom:.5em}.auth_container__xEBbA .auth_groupForm__fG5pI form{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;width:100%}.auth_container__xEBbA .auth_actions__Sw4Q1{display:flex;justify-content:space-between;max-width:95vw;width:550px}.auth_container__xEBbA .auth_actions__Sw4Q1 a{color:var(--gray-dark)}.auth_container__xEBbA .auth_footer__YJ9b7{color:var(--gray-dark);font-size:.9em;text-align:center}.auth_container__xEBbA .auth_footer__YJ9b7 a{color:var(--gray-dark);font-weight:700;transition:all .25s ease-in-out}.auth_container__xEBbA .auth_footer__YJ9b7 a:hover{opacity:.7}.header_header__U7fpv{background-color:var(--second-background);flex-direction:row;height:var(--height-header);padding:0 1.5em;width:100%}.header_header__U7fpv,.header_header__U7fpv .header_info__BD7dL{align-items:center;display:flex;gap:2em;justify-content:center}.header_header__U7fpv .header_info__BD7dL img{height:32px}.accounts_container__YaaVS{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.accounts_container__YaaVS .accounts_actions__0VgVg{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.accounts_container__YaaVS .accounts_actions__0VgVg>button{max-width:250px;width:45%}.accounts_container__YaaVS .accounts_actions__0VgVg>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.accounts_container__YaaVS .accounts_actions__0VgVg>button,.accounts_container__YaaVS .accounts_actions__0VgVg>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.table_count__q5RhB{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.table_count__q5RhB span{font-weight:700}.table_container__7MuAP{border-radius:var(--border-radius);min-height:100px;overflow-y:auto;width:100%}.table_container__7MuAP .table_table__KYU1t{border-collapse:collapse;text-align:left;width:100%}.table_container__7MuAP .table_table__KYU1t thead{background-color:var(--background-header-table);position:-webkit-sticky;position:sticky;top:0;z-index:1}.table_container__7MuAP .table_table__KYU1t tbody{background-color:var(--background-table)}.table_container__7MuAP .table_table__KYU1t tbody tr{cursor:pointer}.table_container__7MuAP .table_table__KYU1t tbody tr:hover{background-color:var(--background-header-table)}.table_container__7MuAP .table_table__KYU1t tr td,.table_container__7MuAP .table_table__KYU1t tr th{text-wrap:nowrap;padding:16px}.table_container__7MuAP .table_table__KYU1t tr td a{color:inherit}.table_container__7MuAP .table_table__KYU1t tr:not(:last-child){border-bottom:var(--border-table)}.table_container__7MuAP .table_messageNotRegisters__Sv1hq{align-items:center;display:flex;justify-content:center;padding:1em}.tr_actions__HwVPG{position:relative;width:48px}.tr_actions__HwVPG .tr_background__\+1FEh{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.tr_actions__HwVPG ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:fixed;right:0}.tr_actions__HwVPG ul li{list-style:none;padding:.75em 1em;text-align:start;width:100%}.tr_actions__HwVPG ul li:hover{background-color:var(--background-header-table)}.modalAccount_contact__C5SVR{border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;padding:.5em}.modalAccount_editButton__\+LX\+Z{position:absolute;right:1.5em}.modalTransactions_content__FQfId{display:flex;flex-direction:column;gap:.5em}.modalTransactions_actions__6MQjq{align-items:center;display:flex;justify-content:flex-end}.modalTransactions_actions__6MQjq button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.adConversions_container__L-8Nd{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.adConversions_container__L-8Nd .adConversions_header__Y9sDb{flex:1 1}.adConversions_container__L-8Nd button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.apiIntegration_container__DYUIB{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.apiIntegration_container__DYUIB .apiIntegration_header__DeNEA{flex:1 1}.apiIntegration_container__DYUIB button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.callLog_container__IDoSB{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.callLog_container__IDoSB .callLog_filters__zcR-d{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.callLog_container__IDoSB .callLog_filters__zcR-d>button,.callLog_container__IDoSB .callLog_filters__zcR-d>div{flex:1 1;min-width:200px}.callLog_container__IDoSB .callLog_filters__zcR-d>button{padding:10px 0}.callLog_container__IDoSB .callLog_cards__voIQT{display:flex;flex-wrap:wrap;gap:.5em;width:100%}.callLog_container__IDoSB .callLog_link__Io88q{color:var(--gray-dark)}.callLog_containerTranscription__w-bHe{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:flex-start;padding:1em}.callLog_containerTranscription__w-bHe .callLog_groupContent__Ao2C2{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;width:100%}.callLog_containerTranscription__w-bHe .callLog_groupContent__Ao2C2 .callLog_title__sgDZr{font-size:1.1em;font-weight:700;text-align:center;text-decoration:underline}.callLog_containerTranscription__w-bHe .callLog_groupContent__Ao2C2 .callLog_content__f5W7d{text-align:justify;width:100%}.callLog_containerTranscription__w-bHe .callLog_groupContent__Ao2C2 .callLog_notFound__q1o-h{font-style:italic}.card_card__9JAHf{background:var(--background-header-table);border:1px solid #0000;border-radius:12px;box-shadow:var(--box-shadow);display:flex;flex:1 1;flex-direction:column;font-size:14px;gap:8px;justify-content:space-between;min-width:220px;padding:1.2em;transition:all .2s ease;transition:all .25s ease}.card_card__9JAHf:hover{transform:translateY(-2px)}.card_header__PS4qC{align-items:center;color:var(--text-secondary);display:flex;font-size:15px;font-weight:600;gap:.5em}.card_title__yb\+pp{color:var(--third-text-color);font-size:.85em;font-weight:500}.card_icon__laqVV{font-size:15px}.card_body__0I\+PD{align-items:center;display:flex;gap:1em}.card_value__LG0ox{color:var(--gray-dark);font-size:20px;font-weight:800}.card_comparison__\+uGsW{align-items:center;display:flex;font-size:.8em;font-weight:600;gap:.25em}.card_footer__e2ELq{color:var(--text-secondary);font-size:.75em}.card_success__c8TmM{border-left:6px solid var(--green)}.card_warning__GfMKp{border-left:6px solid var(--orange)}.card_danger__5vUAF{border-left:6px solid var(--pink)}.card_info__lmJ\+q{border-left:6px solid var(--purple)}.card_successText__vWfnD{color:var(--green)}.card_warningText__qCZxp{color:var(--orange)}.card_dangerText__VXg2s{color:var(--pink)}.card_infoText__nfaNK{color:var(--purple)}@media (max-width:1400px){.card_cards__RP1Dh{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.card_cards__RP1Dh{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.card_cards__RP1Dh{grid-template-columns:1fr}}.infoTooltip_trigger__LstKF{align-items:center;color:var(--third-text-color);cursor:pointer;display:inline-flex;font-size:14px;margin-left:6px;opacity:.7;transition:opacity .2s ease}.infoTooltip_trigger__LstKF:hover{opacity:1}.infoTooltip_tooltip__FFenF{animation:infoTooltip_fadeIn__Y4Ot2 .15s ease;background:var(--gray-dark);border-radius:10px;box-shadow:0 12px 32px #0000002e;color:#fff;font-size:12px;line-height:1.5;max-width:260px;padding:10px 14px;z-index:9999}@keyframes infoTooltip_fadeIn__Y4Ot2{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.infoTooltip_arrow__McOSX{background:var(--gray-dark);height:10px;position:absolute;transform:rotate(45deg);width:10px}.infoTooltip_arrow__McOSX.infoTooltip_top__jKm45{bottom:-5px;left:50%;transform:translateX(-50%) rotate(45deg)}.infoTooltip_arrow__McOSX.infoTooltip_bottom__gWSsf{left:50%;top:-5px;transform:translateX(-50%) rotate(45deg)}.backgroundSelectFilter_container__MwV0F{align-items:center;display:flex;flex-direction:column;gap:1em;height:100%;justify-content:center;margin-top:2em;width:100%}.backgroundSelectFilter_container__MwV0F span{font-size:20px;font-weight:700}.backgroundSelectFilter_container__MwV0F img{object-fit:contain;object-position:center;width:500px}.chat_container__sLIvB{align-items:flex-start;background-color:var(--background-header-table);display:flex;height:100%;justify-content:flex-start}.chat_leftBar__9n5SU{box-shadow:0 0 8px 0 #0000004d;display:flex;flex-direction:column;gap:.5em;height:100%;max-width:40%;width:350px;z-index:3}.chat_leftBar__9n5SU .chat_groupFilters__AkHft{box-shadow:-3px 0 8px 0 #0000004d;flex-direction:column;gap:.5em}.chat_leftBar__9n5SU .chat_groupFilters__AkHft,.chat_leftBar__9n5SU .chat_groupFilters__AkHft button{align-items:center;display:flex;justify-content:center}.chat_leftBar__9n5SU .chat_groupFilters__AkHft button svg{height:16px;width:16px}.chat_leftBar__9n5SU .chat_groupFilters__AkHft .chat_othersFilters__bQsYS{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;max-height:0;opacity:0;overflow:hidden;transition:all .25s ease-in-out;width:100%}.chat_leftBar__9n5SU .chat_groupFilters__AkHft .chat_othersFilters__bQsYS.chat_show__236zk{max-height:100vh;opacity:1}.chat_leftBar__9n5SU>div{padding:.5em}.chat_leftBar__9n5SU .chat_groupStatus__FMHgW{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:flex-start}.chat_leftBar__9n5SU .chat_conversations__XnmAl{display:flex;flex-direction:column;gap:.5em;height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.chat_leftBar__9n5SU .chat_conversations__XnmAl span{text-align:center}.chat_rightBar__3kxWz{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:100vw;position:relative}.chat_lostConnection__U91vn{align-items:center;background-color:var(--pink);border-radius:var(--border-radius);color:var(--beige);display:flex;justify-content:space-between;padding:1em;width:100%}.chat_lostConnection__U91vn svg{cursor:pointer;height:1em;width:1em}@media screen and (max-width:1024px){.chat_container__sLIvB.chat_chatOpened__9enoQ .chat_leftBar__9n5SU{display:none}.chat_container__sLIvB:not(.chat_chatOpened__9enoQ) .chat_leftBar__9n5SU{max-width:100%;width:100%}.chat_container__sLIvB:not(.chat_chatOpened__9enoQ) .chat_rightBar__3kxWz{display:none}}.currentConversation_container__IbFn5{display:flex;height:100%;width:100%}.currentConversation_content__v5FDY{flex:1 1}.currentConversation_topBar__dbJsS{align-items:center;display:flex;height:70px;justify-content:space-between;padding:.5em;width:100%}.currentConversation_topBar__dbJsS .currentConversation_timer__4J74a{align-items:center;display:flex;gap:.5em;justify-content:flex-start;min-width:200px;padding:0 .5em}.currentConversation_topBar__dbJsS .currentConversation_timer__4J74a span{line-height:1}.currentConversation_topBar__dbJsS .currentConversation_timer__4J74a svg{height:1em;width:1em}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh{align-items:center;cursor:pointer;display:flex;flex:1 1;font-weight:700;gap:.5em;justify-content:flex-start;position:relative}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh .currentConversation_profileName__I5als{display:flex;flex-direction:column;gap:.5em}.currentConversation_topBar__dbJsS .currentConversation_groupFlags__ZEsH7{align-items:center;display:flex;flex-wrap:nowrap;gap:.5em;justify-content:flex-start;overflow:hidden;width:100%}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh .currentConversation_profileName__I5als .currentConversation_composing__L8INp{color:var(--pink);font-size:.9em}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh .currentConversation_profileName__I5als .currentConversation_originalName__T3Gvp{font-size:.8em;font-weight:300}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh .currentConversation_return__8VMWf{align-items:center;border-radius:var(--border-radius);display:flex;justify-content:flex-start;padding:.5em;transition:all .25s ease-in-out}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh .currentConversation_return__8VMWf svg{height:20px;width:20px}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh .currentConversation_return__8VMWf:hover{background-color:var(--opacity-background)}.currentConversation_topBar__dbJsS .currentConversation_profile__lYXkh img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.currentConversation_topBar__dbJsS .currentConversation_options__ZuIKP{align-content:center;display:flex;gap:.5em;justify-content:center}.currentConversation_topBar__dbJsS .currentConversation_options__ZuIKP svg{display:none}.currentConversation_currentConversation__EHJNj{align-items:center;background-color:var(--primary-background);display:flex;flex-direction:column;height:calc(100% - 70px);justify-content:flex-start;position:relative;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_groupMessages__5xKit{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;overflow-y:auto;padding:.5em;scroll-behavior:smooth;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_messages__LeTuC{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:flex-start;position:relative;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_navigateToEnd__afnhI{align-items:center;background-color:var(--opacity-background);border-radius:var(--border-radius);bottom:1em;cursor:pointer;display:flex;justify-content:center;margin-left:auto;margin-top:calc(-2.5em - 24px);opacity:1;padding:1em;position:-webkit-sticky;position:sticky;right:1em;transition:all .25s ease-in-out;z-index:2}.currentConversation_currentConversation__EHJNj .currentConversation_navigateToEnd__afnhI:hover{opacity:.7}.currentConversation_currentConversation__EHJNj .currentConversation_navigateToEnd__afnhI svg{color:var(--beige);height:24px;width:24px}.currentConversation_currentConversation__EHJNj .currentConversation_messages__LeTuC .currentConversation_division__ISld4{align-items:center;background-color:var(--third-background);border-radius:var(--border-radius);color:var(--beige);display:flex;font-size:.9em;justify-content:center;margin:1em;padding:.5em}.currentConversation_currentConversation__EHJNj .currentConversation_messageByReply__QEZph{align-items:center;background-color:var(--background-header-table);border-radius:var(--border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--third-text-color);display:flex;gap:1em;justify-content:flex-start;padding:1em;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_messageByReply__QEZph .currentConversation_content__v5FDY{align-items:center;display:flex;flex:1 1;justify-content:space-between}.currentConversation_currentConversation__EHJNj .currentConversation_messageByReply__QEZph .currentConversation_content__v5FDY>div{width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_messageByReply__QEZph .currentConversation_close__ubzEX{align-items:center;border:1px solid var(--third-text-color);border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;opacity:.7;transition:opacity .25s ease-in-out;width:30px}.currentConversation_currentConversation__EHJNj .currentConversation_messageByReply__QEZph .currentConversation_close__ubzEX:hover{opacity:1}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1{align-items:flex-end;background-color:var(--background-header-table);box-shadow:4px -1px 3px 1px #00000040;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;padding:1em .5em;width:100%;z-index:2}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_options__ZuIKP{display:flex;flex-direction:column;gap:.5em;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_options__ZuIKP .currentConversation_inlineGroup__yGZqi{display:flex;flex-direction:row;gap:.5em;justify-content:space-between;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_options__ZuIKP .currentConversation_groupOption__lMFk\+{align-items:center;color:var(--pink);display:flex;gap:.5em;justify-content:flex-start}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_options__ZuIKP span{background-color:var(--opacity-background);border-radius:var(--border-radius);font-style:italic;padding:.5em}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_isRecording__RTJ6W{align-items:center;display:flex;gap:1em;justify-content:flex-end;width:100%}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_loadingAudio__ZjbzN{height:36px;padding:0;width:36px}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_isRecording__RTJ6W .currentConversation_recordingTime__Wtnu2{align-items:center;display:flex;font-weight:700;gap:.5em;justify-content:center}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_isRecording__RTJ6W .currentConversation_recordingTime__Wtnu2 span{min-width:45px;text-align:center}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_isRecording__RTJ6W:not(.currentConversation_paused__zkUf\+) .currentConversation_recordingTime__Wtnu2 .currentConversation_iconRecording__1mumc{animation:currentConversation_showHidden__uS28v 1s infinite;background-color:var(--pink);border-radius:50%;height:8px;width:8px}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_onlyTemplate__Urp2b{display:flex;flex-direction:column;gap:1em;justify-content:center}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_onlyTemplate__Urp2b span{font-weight:700}.currentConversation_container__IbFn5 .currentConversation_attachmentIcon__mwOrQ svg{transform:rotate(135deg)}.currentConversation_container__IbFn5 .currentConversation_groupAttachment__twkHo,.currentConversation_container__IbFn5 .currentConversation_groupEmotions__WA\+sy{position:relative}.currentConversation_groupAttachment__twkHo .currentConversation_background__VjMRg,.currentConversation_groupEmotions__WA\+sy .currentConversation_background__VjMRg,.currentConversation_previewFiles__r8x91>.currentConversation_background__VjMRg{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.currentConversation_container__IbFn5 .currentConversation_groupAttachment__twkHo .currentConversation_attachment__Iw4ym,.currentConversation_container__IbFn5 .currentConversation_groupEmotions__WA\+sy .currentConversation_emotions__nfTDy{text-wrap:nowrap;animation:currentConversation_openUp__XiLIR .5s;background-color:var(--background-header-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;flex-wrap:nowrap;gap:.5em;left:0;padding:.5em;position:absolute;top:0;transform:translateY(calc(-100% - 1.5em));z-index:2}.currentConversation_container__IbFn5 .currentConversation_groupAttachment__twkHo .currentConversation_attachment__Iw4ym .currentConversation_option__DrTTl{align-items:center;border-radius:var(--border-radius);cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;padding:.5em;transition:all .25s ease-in-out}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_groupAttachment__twkHo .currentConversation_attachment__Iw4ym .currentConversation_option__DrTTl svg{height:16px;width:16px}.currentConversation_currentConversation__EHJNj .currentConversation_groupSendMessage__VrAv1 .currentConversation_groupAttachment__twkHo .currentConversation_attachment__Iw4ym .currentConversation_option__DrTTl:hover,.currentConversation_previewFiles__r8x91{background-color:var(--opacity-background)}.currentConversation_previewFiles__r8x91{align-items:flex-end;display:flex;height:calc(100vh - var(--height-header) - 1px);justify-content:center;left:0;padding:1em 1em 2em;position:absolute;top:0;width:100%}.currentConversation_previewFiles__r8x91 .currentConversation_container__IbFn5{align-items:center;background-color:var(--primary-background);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-end;max-width:100%;padding:1em;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:5}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy:not(:has(.currentConversation_documentPreview__ALhjJ)) .currentConversation_selectedFile__xBb2H{align-items:center;background-color:var(--gray-dark);border-radius:var(--border-radius);display:flex;justify-content:center;max-width:100%;min-height:450px;min-width:650px;position:relative}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy .currentConversation_documentPreview__ALhjJ{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy .currentConversation_deleteFile__\+UrMW{align-items:center;background-color:var(--third-background);border-radius:50%;color:var(--beige);cursor:pointer;display:flex;justify-content:center;padding:1em;position:absolute;right:1.5em;top:1.5em;transition:all .25s ease-in-out}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy .currentConversation_deleteFile__\+UrMW:hover{background-color:var(--opacity-background)}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy .currentConversation_deleteFile__\+UrMW svg{height:24px;width:24px}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy img,.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy video{border-radius:var(--border-radius);max-height:60vh;max-width:100%;object-fit:cover;object-position:center}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy .currentConversation_groupText__Fg90e{display:flex;gap:.5em;height:50px;width:100%}.currentConversation_previewFiles__r8x91 .currentConversation_groupMiniPreview__ETkGI{align-items:center;display:flex;gap:.5em;justify-content:flex-start;max-width:100%;overflow-x:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.currentConversation_previewFiles__r8x91 .currentConversation_groupMiniPreview__ETkGI .currentConversation_miniPreview__bc3Uu{align-items:center;background-color:var(--purple);border-radius:var(--border-radius);color:var(--beige);cursor:pointer;display:flex;height:70px;justify-content:center;min-width:70px;overflow:hidden;-webkit-user-select:none;user-select:none;width:70px}.currentConversation_previewFiles__r8x91 .currentConversation_groupMiniPreview__ETkGI .currentConversation_miniPreview__bc3Uu span{text-wrap:wrap;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.5em;text-align:center}.currentConversation_previewFiles__r8x91 .currentConversation_groupMiniPreview__ETkGI .currentConversation_miniPreview__bc3Uu img,.currentConversation_previewFiles__r8x91 .currentConversation_groupMiniPreview__ETkGI .currentConversation_miniPreview__bc3Uu video{height:100%;object-fit:cover;object-position:center;width:100%}.currentConversation_previewFiles__r8x91 .currentConversation_groupMiniPreview__ETkGI .currentConversation_miniPreview__bc3Uu.currentConversation_active__N3o8w{border:2px solid var(--pink)}.currentConversation_previewFiles__r8x91>.currentConversation_background__VjMRg{z-index:4}.currentConversation_groupSavedMessages__EYR-9{background-color:var(--background-header-table);border-radius:var(--border-radius);border-bottom-left-radius:0;border-bottom-right-radius:0;color:var(--third-text-color);display:flex;flex-direction:column;gap:1em;padding:1em;width:100%}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_header__lM5ey{align-items:center;display:flex;justify-content:space-between;position:relative;width:100%}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_header__lM5ey span{color:var(--pink);font-weight:700}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_header__lM5ey .currentConversation_close__ubzEX{align-items:center;border:1px solid var(--third-text-color);border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;opacity:.7;transition:opacity .25s ease-in-out;width:30px}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_header__lM5ey .currentConversation_close__ubzEX:hover{opacity:1}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_content__v5FDY{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;max-height:300px;overflow-y:auto;width:100%}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_content__v5FDY .currentConversation_savedMessages__tOF8i{align-items:center;border:1px solid var(--primary-background);border-radius:var(--border-radius);cursor:pointer;display:flex;justify-content:flex-start;padding:.5em;width:100%}.currentConversation_groupSavedMessages__EYR-9 .currentConversation_content__v5FDY .currentConversation_savedMessages__tOF8i:hover{opacity:.7}.currentConversation_lostConnection__R8oM9{align-items:center;background-color:var(--orange);border-radius:var(--border-radius);color:var(--beige);display:flex;justify-content:space-between;margin:1em;padding:1em;width:calc(100% - 2em)}.currentConversation_lostConnection__R8oM9 svg{height:1.5em;width:1.5em}@keyframes currentConversation_showHidden__uS28v{0%,to{opacity:1}50%{opacity:0}}@keyframes currentConversation_openUp__XiLIR{0%{margin-top:1em;opacity:0}to{margin-top:0;opacity:1}}@media screen and (max-width:1440px){.currentConversation_topBar__dbJsS .currentConversation_options__ZuIKP button{display:none}.currentConversation_topBar__dbJsS .currentConversation_options__ZuIKP svg{display:block;height:16px;width:16px}}@media screen and (max-width:768px){.currentConversation_previewFiles__r8x91 .currentConversation_container__IbFn5,.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy{width:100%}.currentConversation_previewFiles__r8x91 .currentConversation_selectedPreview__27\+Qy .currentConversation_selectedFile__xBb2H{min-width:auto!important;width:100%}}.modalSavedMessages_container__MqfP1{align-items:center;display:flex;flex-direction:column;gap:1em;width:100%}.modalSavedMessages_groupMessage__HgAF8{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalSavedMessages_content__z9b6l{align-items:flex-end;display:flex;flex-direction:column;gap:1em;width:100%}.modalSavedMessages_content__z9b6l>button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalSavedMessages_container__MqfP1 .modalSavedMessages_groupEmotions__B0oVa{position:relative}.modalSavedMessages_groupEmotions__B0oVa .modalSavedMessages_background__8Ly3J{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.modalSavedMessages_container__MqfP1 .modalSavedMessages_groupEmotions__B0oVa .modalSavedMessages_emotions__5fqA4{text-wrap:nowrap;animation:modalSavedMessages_openUp__hfEvg .5s;background-color:var(--background-header-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;flex-wrap:nowrap;gap:.5em;left:0;max-height:200px;padding:.5em;position:absolute;top:0;transform:translateY(calc(-100% - 1.5em));z-index:2}.modalTemplateSend_container__lEFQY{align-items:center;display:flex;flex-direction:column;gap:1em}.modalTemplateSend_groupMessage__vD\+Dm{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalTemplateSend_variables__t9Xq3{display:flex;flex-direction:column;gap:1em;width:100%}.modalTemplateSend_variables__t9Xq3 .modalTemplateSend_filename__ONdty{font-size:.8em;font-weight:700}.aside_container__UmF2D{align-items:center;animation:aside_flipRight__ryQFY .5s;background-color:var(--background-header-table);box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:1em;justify-content:flex-start;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:1em;width:450px;z-index:2}.aside_container__UmF2D .aside_close__PtBxG{align-items:center;cursor:pointer;display:flex;justify-content:flex-end;width:100%}.aside_container__UmF2D .aside_close__PtBxG svg{height:20px;width:20px}.aside_container__UmF2D .aside_contactInfo__J5jfv{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.aside_container__UmF2D .aside_contactInfo__J5jfv img{border-radius:var(--border-radius);height:70px;width:70px}.aside_container__UmF2D .aside_contactInfo__J5jfv .aside_name__GF1qE{font-weight:700}.aside_container__UmF2D .aside_contactInfo__J5jfv .aside_identifier__IxhU3{font-weight:300}.aside_container__UmF2D hr{border:var(--border-table);width:100%}.aside_container__UmF2D .aside_options__V2kcY,.aside_container__UmF2D .aside_responsibles__PK5-M{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center}.aside_container__UmF2D .aside_responsibles__PK5-M{flex-direction:column}.aside_container__UmF2D .aside_responsibles__PK5-M span{max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aside_container__UmF2D .aside_flags__bNK\+p,.aside_container__UmF2D .aside_leadsOrParticipantsList__teUlv{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;width:100%}.aside_container__UmF2D .aside_flags__bNK\+p .aside_groupFlags__0M\+JA{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;overflow:hidden;width:100%}.aside_container__UmF2D .aside_leadsOrParticipantsList__teUlv .aside_groupLeadsOrParticipants__h0PVs{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:.5em;width:100%}.aside_container__UmF2D .aside_title__\+ABBV{color:var(--pink);font-weight:700}@keyframes aside_flipRight__ryQFY{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media screen and (max-width:1440px){.aside_container__UmF2D{height:100%;position:absolute;right:0;top:0}}.conversationNotSelected_conversationNotSelected__TrtY2{align-items:center;background-color:var(--primary-background);display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:center;position:relative;width:100%}.conversationNotSelected_conversationNotSelected__TrtY2 .conversationNotSelected_icon__3EXcE{height:150px;width:150px}.conversationNotSelected_conversationNotSelected__TrtY2 .conversationNotSelected_title__P4F6d{font-size:1.5em;font-weight:700}.conversationNotSelected_conversationNotSelected__TrtY2 .conversationNotSelected_subtitle__g7Go\+{font-weight:700}.conversationNotSelected_conversationNotSelected__TrtY2 span{align-items:center;display:flex;gap:.25em;text-align:center}.modalManagementConversation_body__fhvY-{display:flex;flex-direction:column;gap:1em}.modalManagementConversation_body__fhvY- .modalManagementConversation_bold__0YVZm{font-weight:700}.modalManagementConversation_body__fhvY- .modalManagementConversation_link__1\+zZM{align-items:center;display:flex;justify-content:flex-end}.modalManagementConversation_body__fhvY- .modalManagementConversation_link__1\+zZM a{color:var(--pink)}.conversation_conversation__6SRoh{align-items:center;border-radius:var(--border-radius);cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;padding:.25em;position:relative;transition:background-color .25s ease-in-out;-webkit-user-select:none;user-select:none;width:100%}.conversation_conversation__6SRoh:hover{background-color:var(--purple-opacity-min)}.conversation_conversation__6SRoh.conversation_isActive__KpbXx{background-color:var(--purple-opacity)}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE{position:relative}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_botInteration__T\+amr,.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_isGroup__4fUsD,.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_platform__kcCeB,.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_time__NzjXB{align-items:center;background-color:var(--beige);border-radius:var(--border-radius);bottom:-2px;box-shadow:var(--box-shadow);display:flex;height:20px;justify-content:center;position:absolute;width:20px}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_platform__kcCeB{right:-6px}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_isGroup__4fUsD{left:-6px}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_botInteration__T\+amr{bottom:auto;left:-6px;top:-2px}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_time__NzjXB{bottom:auto;right:-6px;top:-2px}.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_isGroup__4fUsD svg,.conversation_conversation__6SRoh .conversation_profileImage__XSYzE .conversation_platform__kcCeB svg{height:16px;width:16px}.conversation_conversation__6SRoh .conversation_info__A5KF3{display:flex;flex-direction:column;gap:.25em;width:calc(100% - 1em - 50px)}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_personalInfo__uS4NB{text-wrap:nowrap;align-items:center;display:flex;gap:.25em;justify-content:space-between;text-overflow:ellipsis;width:100%}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0{align-items:center;display:flex;gap:.5em;justify-content:space-between}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0>span{align-items:center;display:flex;gap:.5em}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 svg{height:1em;width:1em}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz{align-items:center;display:flex;gap:.5em}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_inbox__Ck5sI{color:var(--purple);font-size:.9em;font-weight:700}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_responsibles__xztGO{align-items:center;display:flex;gap:.1em;justify-content:center;position:relative}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_responsibles__xztGO img{border-radius:50%;height:16px;object-fit:cover;object-position:center;width:16px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_responsibles__xztGO .conversation_imgProfile__yC\+Gk{display:flex;height:16px;position:relative;width:16px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_responsibles__xztGO .conversation_imgResponsible__FLbqC{font-size:10px;height:16px;width:16px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_responsibles__xztGO .conversation_imgProfile__yC\+Gk:first-child{margin-left:0}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupLeft__kY0bz .conversation_responsibles__xztGO .conversation_imgProfile__yC\+Gk>span{right:-.6em}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_footer__Csqk0 .conversation_groupFlags__g\+gF6{align-items:center;display:flex;gap:.5em;justify-content:flex-start}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_personalInfo__uS4NB .conversation_profileName__vkZe4{font-weight:700}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_personalInfo__uS4NB .conversation_dateLastMessage__aIt4p{font-size:.85em}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO{align-items:center;display:flex;gap:.25em;justify-content:flex-start}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO svg{height:20px;width:20px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO svg.conversation_sendStatus__3lnNb{height:12px;width:14px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO svg.conversation_deliveredStatus__jnzHe{height:20px;width:20px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO svg.conversation_read__p5Hil{color:var(--pink)}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO span,.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_personalInfo__uS4NB .conversation_profileName__vkZe4{flex:1 1;overflow:hidden;text-align:start;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO .conversation_noRead__\+6zRc{align-items:center;background-color:var(--purple);border-radius:50%;display:flex;height:15px;justify-content:center;width:15px}.conversation_conversation__6SRoh .conversation_info__A5KF3 .conversation_lastMessage__5hXAO .conversation_noRead__\+6zRc span{color:var(--beige);font-size:10px;line-height:10px;text-align:center;width:15px}.conversation_conversation__6SRoh .conversation_lastMessage__5hXAO .conversation_status__QXNQ1{align-items:center;border-radius:50%;display:flex;height:22px;justify-content:center;width:22px}.conversation_conversation__6SRoh .conversation_lastMessage__5hXAO .conversation_status__QXNQ1.conversation_waiting__AWY4W{background-color:var(--orange);color:var(--beige)}.conversation_conversation__6SRoh .conversation_lastMessage__5hXAO .conversation_status__QXNQ1.conversation_opened__TGTru{background-color:var(--green);color:var(--beige)}.conversation_conversation__6SRoh .conversation_lastMessage__5hXAO .conversation_status__QXNQ1.conversation_paused__wXm0V{background-color:var(--pink);color:var(--beige)}.conversation_conversation__6SRoh .conversation_lastMessage__5hXAO .conversation_status__QXNQ1.conversation_finalized__yfG54{background-color:var(--purple);color:var(--beige)}.conversation_conversation__6SRoh .conversation_lastMessage__5hXAO .conversation_status__QXNQ1 svg{height:16px;width:16px}.conversation_conversation__6SRoh .conversation_options__VGG4x{height:20px;opacity:0;position:absolute;right:.5em;top:.5em;transition:opacity .25s ease-in-out;width:20px;z-index:3}.conversation_conversation__6SRoh .conversation_options__VGG4x.conversation_active__7iSoa,.conversation_groupMessage__Aea4p .conversation_message__q8qKi:hover .conversation_content__QLfXL .conversation_groupContentMessage__PlhGw .conversation_options__VGG4x{opacity:1}.conversation_conversation__6SRoh .conversation_options__VGG4x svg{cursor:pointer;height:20px;width:20px}.conversation_conversation__6SRoh .conversation_options__VGG4x ul{align-items:flex-start;animation:conversation_showHidden__pwshF .25s;background-color:var(--background-header-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--third-text-color);display:flex;flex-direction:column;justify-content:flex-start;min-width:150px;overflow:hidden;position:fixed;z-index:2}.conversation_conversation__6SRoh .conversation_options__VGG4x ul li{align-items:center;cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;list-style:none;padding:.5em;width:100%}.conversation_conversation__6SRoh .conversation_options__VGG4x ul li:hover{background-color:var(--opacity-background)}.conversation_conversation__6SRoh .conversation_options__VGG4x .conversation_background__49FAO{height:100vh;left:0;position:fixed;top:0;width:100vw}hr{border:var(--border-table);margin:.5em 0;width:100%}.conversation_messageSearch__FZCix{color:var(--third-text-color);font-size:.9em;font-weight:700;text-align:center}.chatBots_container__NmL9F{height:100%;width:100%}.chatBots_wrapper__-BMUh{display:flex;height:100%;width:100%}.chatBots_sidebar__IcUl\+,.chatBots_wrapper__-BMUh button{-webkit-user-select:none;user-select:none}.chatBots_sidebar__IcUl\+{background:var(--background-header-table);border-right:var(--border-table);display:flex;flex-direction:column;gap:.5em;overflow-y:auto;padding:10px;width:400px}.chatBots_sidebar__IcUl\+ span{display:block;font-weight:700;margin-bottom:.5em;text-align:center}.chatBots_sidebar__IcUl\+ .chatBots_section__qzv-S{border-bottom:1px solid var(--gray-dark);display:flex;flex-wrap:wrap;gap:.5em;padding-bottom:.5em;width:100%}.chatBots_node__taW-X{background:#ddd;border-radius:3px;cursor:grab;padding:var(--padding-y);text-align:center}.chatBots_noResponsePeriod__UlWZO,.chatBots_splitFlow__52Wjn,.chatBots_waitTime__3ipN0{background-color:var(--purple)!important;border-radius:3px;color:var(--beige)!important}.chatBots_internalMessage__DwErw,.chatBots_sendMessage__SWFkW{background-color:var(--pink)!important;border-radius:3px;color:var(--beige)!important}.chatBots_aiConditional__NcuFs,.chatBots_aiInstructions__d33rl,.chatBots_aiResponse__rtStF{background-color:var(--blue)!important;border-radius:3px;color:var(--beige)!important}.chatBots_fetchExternalData__nM5yf,.chatBots_logCRM__WDRY5,.chatBots_makeConsultation__uQZva,.chatBots_saveToVariable__h9Ba\+{background-color:var(--orange)!important;border-radius:3px;color:var(--beige)!important}.chatBots_closeConversation__5aHZO,.chatBots_transferService__kVhhA{background-color:var(--gray-dark)!important;border-radius:3px;color:var(--beige)!important}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#0000;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color-default);background-color:var(--xy-background-color,var(--xy-background-color-default));direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-default);background-color:var(--xy-background-color,var(--xy-background-color-props,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width-default);stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke-default);stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width-default);stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;pointer-events:none;position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected-default);stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{overflow:visible;position:absolute;z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color-default);background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;left:50%;top:auto;transform:translate(-50%,50%)}.react-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.react-flow__handle-left{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translateX(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color-default);background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(--xy-minimap-background-color-default);background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-default);fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(--xy-minimap-mask-stroke-color-default);stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(--xy-minimap-mask-stroke-width-default);stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-default);fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(--xy-minimap-node-stroke-color-default);stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(--xy-minimap-node-stroke-width-default);stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-dots-color-default);fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-lines-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-cross-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow-default);box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color-default);background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(--xy-controls-button-color-default);color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;user-select:none;width:26px}.react-flow__controls-button svg{fill:currentColor;max-height:12px;max-width:12px;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color-default);background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius-default);border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color-default);color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover-default);box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color-default);background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color-default);background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-default);background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(--xy-controls-button-color-hover-default);color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color-default);background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color-default);fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color-default);fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.nodes_node__zBNf\+{border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius-default);border-radius:var(
    --xy-node-border-radius,var(--xy-node-border-radius-default)
  );color:var(--xy-node-color-default);color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.nodes_node__zBNf\+.nodes_start__Umod6{background:#fff}.nodes_selected__2xm0v{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(
    --xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default)
  )}.sendMessage_container__Rhpov{align-items:center;display:flex;flex-direction:column;gap:1em;width:100%}.sendMessage_groupMessage__-uk0o{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sendMessage_content__qvwvp{align-items:flex-end;display:flex;flex-direction:column;gap:1em;width:100%}.sendMessage_content__qvwvp>button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sendMessage_container__Rhpov .sendMessage_groupEmotions__i41Uy{position:relative}.sendMessage_groupEmotions__i41Uy .sendMessage_background__lcYaL{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.sendMessage_container__Rhpov .sendMessage_groupEmotions__i41Uy .sendMessage_emotions__J6jDI{text-wrap:nowrap;animation:sendMessage_openUp__ZpTF4 .5s;background-color:var(--background-header-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;flex-wrap:nowrap;gap:.5em;left:0;max-height:200px;padding:.5em;position:absolute;top:0;transform:translateY(calc(-100% - 1.5em));z-index:2}.message_container__NmHa7{align-items:center;background-color:var(--pink);border-radius:var(--border-radius);color:var(--beige);display:flex;justify-content:space-between;margin:.5em;padding:1em}.message_container__NmHa7 .message_close__jxYBc{align-items:center;cursor:pointer;display:flex;justify-content:center;z-index:2}.chatBots_container__8DqLP{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.chatBots_container__8DqLP .chatBots_actions__zYbgO{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.chatBots_container__8DqLP .chatBots_actions__zYbgO>button{max-width:250px;width:45%}.chatBots_container__8DqLP .chatBots_actions__zYbgO>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.chatBots_container__8DqLP .chatBots_actions__zYbgO>button,.chatBots_container__8DqLP .chatBots_actions__zYbgO>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.chatIntegration_container__I4S11{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.header_header__tpWxR{align-items:center;background-color:var(--second-background);display:flex;flex-direction:row;gap:2em;height:var(--height-header);justify-content:space-between;padding:0 1.5em;width:100%}.header_header__tpWxR .header_info__VZbM4{align-items:center;display:flex;gap:2em;justify-content:center}.header_header__tpWxR .header_info__VZbM4 img{height:32px}.header_header__tpWxR .header_info__VZbM4 span{font-size:1.2em}.header_header__tpWxR .header_actions__uR1nf{align-items:center;display:flex;gap:2em;justify-content:space-between}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp svg{cursor:pointer}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_number__bMgTI{background-color:var(--pink);border-radius:3px;cursor:pointer;font-size:8px;line-height:8px;padding:5px;position:absolute;right:-4px;top:-4px}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q{background-color:var(--background-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--gray-dark);display:flex;flex-direction:column;gap:.5em;max-height:80vh;max-width:95vw;overflow-y:auto;padding:var(--padding-form);position:absolute;right:-.5em;top:2.5em;width:400px;z-index:999}.header_header__tpWxR .header_actions__uR1nf .header_support__QYLBi .header_body__kYb4Q{min-width:200px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q:before{border:7px solid #0000;border-bottom:7px solid var(--background-table);content:"";position:absolute;right:calc(.5em + 12px);top:-14px;transform:translateX(50%)}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+{align-items:center;display:flex;flex-direction:column;font-size:.8em;gap:.5em;justify-content:center;padding-top:.5em}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+ span{word-break:break-word}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+ .header_support__QYLBi{align-items:center;display:flex;gap:.5em;justify-content:center}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+ .header_support__QYLBi svg{height:16px;width:16px}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+:not(:first-child){border-top:var(--border-table)}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+ button{align-items:center;background-color:var(--pink);display:flex;font-size:1em;gap:.5em;justify-content:center;padding:var(--padding-form-sm)}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q .header_notification__Ezmx\+ button svg{height:16px;width:16px}.header_header__tpWxR .header_actions__uR1nf .header_groupData__acVj1,.header_header__tpWxR .header_actions__uR1nf>svg{cursor:pointer}.header_header__tpWxR .header_actions__uR1nf svg{height:24px;width:24px}.header_header__tpWxR .header_actions__uR1nf .header_groupData__acVj1 svg,.header_header__tpWxR .header_actions__uR1nf img{height:32px;width:32px}.header_header__tpWxR .header_actions__uR1nf img{border-radius:50%;object-fit:cover;object-position:center}.header_option__CJzHW{position:relative}.header_option__CJzHW .header_groupData__acVj1{display:flex;gap:.5em}.header_option__CJzHW .header_userData__yMj8X{align-items:center;display:flex;flex-direction:column;font-size:12px;justify-content:center;text-align:center}.header_option__CJzHW .header_userData__yMj8X span:last-child{font-size:10px}.header_header__tpWxR .header_background__zoFF0{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:998}.header_option__CJzHW ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;margin-top:.5em;min-width:100px;position:absolute;right:0;z-index:999}.header_option__CJzHW ul:before{border:7px solid #0000;border-bottom:7px solid var(--background-table);content:"";position:absolute;right:16px;top:-14px;transform:translateX(50%)}.header_option__CJzHW ul li{text-wrap:nowrap;color:var(--gray-dark);cursor:pointer;list-style:none;text-align:start;width:100%}.header_option__CJzHW ul li:first-child{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.header_option__CJzHW ul li:last-child{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);padding:.75em 1em}.header_option__CJzHW ul li:hover{background-color:var(--background-header-table)}.header_option__CJzHW ul li a{color:var(--gray-dark);display:block;height:100%;padding:.75em 1em;text-decoration:none;width:100%}.header_hamburguerMenu__DJENF{display:none}@media screen and (max-width:768px){.header_hamburguerMenu__DJENF{align-items:center;display:flex;justify-content:center}.header_hamburguerMenu__DJENF svg{height:24px;width:24px}.header_option__CJzHW .header_userData__yMj8X{display:none}}@media screen and (max-width:468px){.header_header__tpWxR .header_info__VZbM4 img{display:none}.header_header__tpWxR .header_actions__uR1nf .header_notifications__AhSnp .header_body__kYb4Q{width:200px}}@media screen and (max-width:418px){.header_header__tpWxR .header_info__VZbM4 span{display:none}.header_header__tpWxR .header_info__VZbM4 img{display:block}}.menu_sidebar__ip0Fo{align-items:center;background-color:var(--second-background);display:flex;flex-direction:column;gap:1em;height:calc(100vh - var(--height-header));justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:.5em 0;width:calc(32px + 3em)}.menu_sidebar__ip0Fo .menu_groupLink__bllm1{align-items:center;display:flex;justify-content:flex-start;position:relative;z-index:4}.menu_sidebar__ip0Fo .menu_item__TE6jF{align-items:center;background-color:var(--purple);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--beige);cursor:pointer;display:flex;height:40px;justify-content:center;padding:.75em;position:relative;transition:opacity .2s ease-in-out;width:40px}.menu_sidebar__ip0Fo .menu_item__TE6jF:hover svg{opacity:.5}.menu_sidebar__ip0Fo .menu_item__TE6jF.menu_active__WmpG-{background-color:var(--beige);color:var(--purple)}.menu_sidebar__ip0Fo .menu_item__TE6jF svg{height:100%;width:100%}.menu_sidebar__ip0Fo .menu_legend__3bck1{text-wrap:nowrap;animation:menu_showEaseIn__lsB8w .35s;background:var(--orange);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--beige);font-size:.8em;margin-left:calc(40px + 1em);margin-top:20px;padding:.5em;position:fixed;transform:translateY(-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@keyframes menu_showEaseIn__lsB8w{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:768px){.menu_sidebar__ip0Fo:not(.menu_active__WmpG-){display:none}}.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm .modalMetaPage_left__lDsZ\+{display:flex;flex:1 1;flex-direction:column;gap:.5em;max-width:80%}.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm .modalMetaPage_left__lDsZ\+ .modalMetaPage_small__pDDJa,.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm .modalMetaPage_left__lDsZ\+ span{max-width:100%;overflow:hidden;text-overflow:ellipsis}.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm .modalMetaPage_left__lDsZ\+ .modalMetaPage_small__pDDJa{font-size:.8em}.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm .modalMetaPage_center__ErE\+f{flex:1 1;text-align:start}.modalMetaPage_body__-Q3YG .modalMetaPage_groupPage__2YvNm button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalMetaPage_questions__sXZ3v{display:flex;flex-direction:column;gap:1em}.modalMetaPage_questions__sXZ3v .modalMetaPage_label__UWBJU{width:100%}.modalMetaPage_questions__sXZ3v .modalMetaPage_labelCenter__V2vxV{text-align:center;width:100%}.modalMetaPage_footer__N1GzC{margin-top:1em}.userNotPermission_body__H\+u\+m{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:center}.userNotPermission_body__H\+u\+m .userNotPermission_title__aXM8w{font-size:16px;font-weight:700}.userNotPermission_body__H\+u\+m .userNotPermission_message__vAz2t{background-color:var(--pink);border:1px solid var(--pink);border-radius:var(--border-radius);color:var(--beige);padding:1em}.userNotPermission_body__H\+u\+m a{color:var(--pink)}.userNotPermission_body__H\+u\+m .userNotPermission_groupLink__nkL3g{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;margin:2em}.crm_filters__JjZRR{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;height:var(--height-filters);justify-content:space-between;padding:.5em}.crm_filters__JjZRR>div{align-items:center;display:flex;gap:.5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.crm_filters__JjZRR .crm_groupLeft__pE1Lb{justify-content:flex-start}.crm_filters__JjZRR .crm_groupCenter__b3BoU{justify-content:center}.crm_filters__JjZRR .crm_groupRight__EIhLX{justify-content:flex-end}.crm_filters__JjZRR .crm_numberLeads__xbztj{align-items:center;display:flex;font-size:1.1em;font-weight:700;justify-content:flex-end}.crm_filters__JjZRR>div>div:not(.crm_rightFilterAction__HaC-y){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.crm_filters__JjZRR>div>input{width:350px}.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_rightFilterAction__HaC-y svg{color:var(--second-background);cursor:pointer;height:32px;width:32px}.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_reload__VLIcX,.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_settings__rBjIw{align-items:center;display:flex;justify-content:center;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_reload__VLIcX{margin-right:1em}.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_reload__VLIcX svg,.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_settings__rBjIw svg{color:var(--second-background);cursor:pointer;height:24px;width:24px}.crm_funnel__Qw4pU{display:flex;flex:1 1;position:relative;width:100%}.crm_funnel__Qw4pU .crm_stages__SNP1V{display:flex;flex:1 1;flex-direction:row;overflow-x:scroll;width:100%}.crm_funnel__Qw4pU .crm_stages__SNP1V.crm_loading__D2pm-{align-items:center;justify-content:center}.crm_changedFilters__lCYSZ{animation:crm_open__8u12b .5s;background-color:var(--white);border-radius:var(--border-radius);border-bottom-right-radius:0;border-top-right-radius:0;box-shadow:var(--box-shadow);padding:.5em;position:absolute;right:0;top:1em;z-index:3}@media screen and (max-width:1048px){.crm_filters__JjZRR .crm_groupCenter__b3BoU{display:none}}@media screen and (max-width:678px){.crm_filters__JjZRR .crm_groupRight__EIhLX div:nth-child(2){display:none}}@media screen and (max-width:598px){.crm_filters__JjZRR .crm_groupRight__EIhLX .crm_numberLeads__xbztj{display:none}}@media screen and (max-width:398px){.crm_filters__JjZRR .crm_groupLeft__pE1Lb button{display:none}}@keyframes crm_open__8u12b{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sideFilter_background__vw5mG{align-items:flex-start;background-color:var(--opacity-background);display:flex;height:100vh;justify-content:flex-end;left:0;position:fixed;top:0;width:100vw;z-index:99}.sideFilter_sideFilter__Ne8vB{animation:sideFilter_open__dNJFY .5s;background-color:var(--primary-background);color:var(--gray-dark);display:flex;flex-direction:column;height:100vh;max-width:95vw;width:400px}.sideFilter_sideFilter__Ne8vB .sideFilter_header__A9Kyy{align-items:center;display:flex;justify-content:space-between;padding:var(--padding-x)}.sideFilter_sideFilter__Ne8vB .sideFilter_header__A9Kyy .sideFilter_description__x0leB{align-items:center;display:flex;font-size:1em;font-weight:700;gap:.5em;justify-content:flex-start}.sideFilter_sideFilter__Ne8vB .sideFilter_header__A9Kyy .sideFilter_description__x0leB svg{height:24px;width:24px}.sideFilter_sideFilter__Ne8vB .sideFilter_header__A9Kyy .sideFilter_close__6nYne{align-items:center;cursor:pointer;display:flex;justify-content:center}.sideFilter_sideFilter__Ne8vB .sideFilter_header__A9Kyy .sideFilter_close__6nYne svg{height:20px;width:20px}.sideFilter_sideFilter__Ne8vB .sideFilter_body__ZQAHJ{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;overflow:auto;padding:var(--padding-x);text-align:start}.sideFilter_sideFilter__Ne8vB .sideFilter_body__ZQAHJ>div{width:100%}@keyframes sideFilter_open__dNJFY{0%{transform:translateX(100%)}to{transform:translateX(0)}}.modalManagementLead_body__3-56P{display:flex;flex-direction:column;gap:1em}.modalManagementLead_body__3-56P .modalManagementLead_bold__RMCac{font-weight:700}.modalManagementLead_body__3-56P .modalManagementLead_link__YPR1E{align-items:center;display:flex;justify-content:flex-end}.modalManagementLead_body__3-56P .modalManagementLead_link__YPR1E a{color:var(--pink)}.dashboard_container__o\+ooL{display:flex;flex-direction:column;gap:1em;margin:0 auto;max-width:100%;width:1800px}.dashboard_container__o\+ooL .dashboard_filters__8zbLO{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;height:var(--height-filters);justify-content:space-between;padding:1em}.dashboard_container__o\+ooL .dashboard_filtersInline__AjwPe{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.5em;height:var(--height-filters);justify-content:space-between;margin-bottom:1em;padding:1em}.dashboard_container__o\+ooL .dashboard_filtersInline__AjwPe>*{flex:1 1}.dashboard_container__o\+ooL .dashboard_filters__8zbLO>div{align-items:center;display:flex;flex:1 1;gap:.5em}.dashboard_container__o\+ooL .dashboard_filters__8zbLO .dashboard_groupLeft__2fQi9{justify-content:flex-start}.dashboard_container__o\+ooL .dashboard_filters__8zbLO .dashboard_groupRight__Bmo95{justify-content:flex-end}.dashboard_container__o\+ooL .dashboard_filters__8zbLO .dashboard_groupRight__Bmo95 .dashboard_reload__2POTk{align-items:center;display:flex;justify-content:center;margin-right:1em;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard_container__o\+ooL .dashboard_filters__8zbLO .dashboard_groupRight__Bmo95 .dashboard_reload__2POTk svg{color:var(--second-background);cursor:pointer;height:24px;width:24px}.dashboard_container__o\+ooL .dashboard_nav__A34hO{padding:0 1em}.dashboard_container__o\+ooL .dashboard_nav__A34hO .dashboard_link__D2yPG{align-items:center;display:flex;justify-content:flex-end}.dashboard_container__o\+ooL .dashboard_nav__A34hO .dashboard_link__D2yPG a{color:var(--pink)}.dashboard_container__o\+ooL .dashboard_filters__8zbLO>div>div:not(.dashboard_rightFilterAction__H7gx6){min-width:150px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard_container__o\+ooL .dashboard_filters__8zbLO>div>input{width:350px}.dashboard_container__o\+ooL .dashboard_filters__8zbLO .dashboard_groupRight__Bmo95 .dashboard_rightFilterAction__H7gx6 svg{color:var(--second-background);cursor:pointer;height:32px;width:32px}.dashboard_container__o\+ooL .dashboard_changedFilters__JYKG4{animation:dashboard_open__JR3Il .5s;background-color:var(--white);border-radius:var(--border-radius);border-bottom-right-radius:0;border-top-right-radius:0;box-shadow:var(--box-shadow);padding:.5em;position:absolute;right:0;top:2em;z-index:2}.dashboard_container__o\+ooL>.dashboard_body__cxtwf{display:flex;flex-direction:column;gap:1em;padding:1em;position:relative}.dashboard_container__o\+ooL .dashboard_cards__UbxzD,.dashboard_container__o\+ooL .dashboard_charts__KuEGO,.dashboard_container__o\+ooL .dashboard_tables__GMNLn{display:flex;flex-wrap:wrap;gap:1em;width:100%}.dashboard_groupOptions__6jRby{align-items:center;display:flex;gap:2em;height:100%;justify-content:center;width:100%}.dashboard_groupOptions__6jRby a{text-decoration:none}.dashboard_groupOptions__6jRby .dashboard_option__KD8N7{align-items:center;border:var(--border-second);border-radius:var(--border-radius);color:var(--gray-dark);display:flex;flex-direction:column;gap:.5em;height:200px;justify-content:center;padding:.5em;width:200px}.dashboard_groupOptions__6jRby .dashboard_option__KD8N7:hover{background-color:var(--second-text-color)}.dashboard_groupOptions__6jRby .dashboard_option__KD8N7 svg{height:50px;width:50px}.dashboard_container__o\+ooL .dashboard_tables__GMNLn .dashboard_groupTable__uqhFG{display:flex;flex:1 1;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.dashboard_container__o\+ooL .dashboard_tables__GMNLn .dashboard_groupTable__uqhFG.dashboard_fullWidth__Lg-iy{flex:auto;width:100%}.dashboard_container__o\+ooL .dashboard_tables__GMNLn .dashboard_table__Jmaho{flex:1 1;max-width:100%}@keyframes dashboard_open__JR3Il{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media only screen and (max-width:768px){.dashboard_container__o\+ooL .dashboard_filters__8zbLO .dashboard_groupLeft__2fQi9{display:none}}@media only screen and (max-width:468px){.dashboard_card__RxCGa{min-width:250px}}@media only screen and (max-width:400px){.dashboard_card__RxCGa{min-width:200px}}.charts_tooltip__8Yc8m{background:var(--orange);border-radius:var(--border-radius);box-shadow:var(--box-shadow);color:var(--beige);font-size:.8em;padding:.5em;pointer-events:none;position:relative;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.charts_emptyChartMessage__DabzZ{align-items:center;display:flex;font-size:1.1em;font-weight:700;height:100%;justify-content:center;width:100%}.charts_chartItem__xtu82{height:260px;width:calc(50% - .5em)}.charts_chartBar__IbcV1,.charts_chartItem__xtu82,.charts_chartPie__ZlFO4{align-items:center;background-color:var(--background-header-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;gap:.5em;justify-content:center;max-width:100%;padding:.5em;position:relative}.charts_chartBar__IbcV1,.charts_chartPie__ZlFO4{flex:1 1}.charts_chartPie__ZlFO4{height:calc(400px + 1em);max-height:calc(400px + 1em);min-width:calc(400px + 1em)}.charts_chartBar__IbcV1{flex:2 1;height:calc(300px + 1em);max-height:calc(300px + 1em);min-width:calc(550px + 1em)}@media only screen and (max-width:768px){.charts_chartBar__IbcV1,.charts_chartPie__ZlFO4{min-width:450px}}@media only screen and (max-width:568px){.charts_chartBar__IbcV1,.charts_chartPie__ZlFO4{min-width:350px}}@media only screen and (max-width:468px){.charts_chartBar__IbcV1,.charts_chartPie__ZlFO4{min-width:250px}}@media only screen and (max-width:400px){.charts_chartBar__IbcV1,.charts_chartPie__ZlFO4{min-width:200px}}.sideFilter_background__WPW8T{align-items:flex-start;background-color:var(--opacity-background);display:flex;height:100vh;justify-content:flex-end;left:0;position:fixed;top:0;width:100vw;z-index:99}.sideFilter_sideFilter__cbDRm{animation:sideFilter_open__qIe5A .5s;background-color:var(--primary-background);color:var(--gray-dark);display:flex;flex-direction:column;height:100vh;max-width:95vw;width:400px}.sideFilter_sideFilter__cbDRm .sideFilter_header__R4pcM{align-items:center;display:flex;justify-content:space-between;padding:var(--padding-x)}.sideFilter_sideFilter__cbDRm .sideFilter_header__R4pcM .sideFilter_description__c9gRe{align-items:center;display:flex;font-size:1em;font-weight:700;gap:.5em;justify-content:flex-start}.sideFilter_sideFilter__cbDRm .sideFilter_header__R4pcM .sideFilter_description__c9gRe svg{height:24px;width:24px}.sideFilter_sideFilter__cbDRm .sideFilter_header__R4pcM .sideFilter_close__Sl7F\+{align-items:center;cursor:pointer;display:flex;justify-content:center}.sideFilter_sideFilter__cbDRm .sideFilter_header__R4pcM .sideFilter_close__Sl7F\+ svg{height:20px;width:20px}.sideFilter_sideFilter__cbDRm .sideFilter_body__zZkG0{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;overflow:auto;padding:var(--padding-x);text-align:start}.sideFilter_sideFilter__cbDRm .sideFilter_body__zZkG0>div{width:100%}@keyframes sideFilter_open__qIe5A{0%{transform:translateX(100%)}to{transform:translateX(0)}}.googleIntegration_content__xLfxA{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.googleIntegration_card__h2bvV{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:100%;padding:1em;width:750px}.googleIntegration_card__h2bvV .googleIntegration_header__o8FOe{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.googleIntegration_card__h2bvV .googleIntegration_header__o8FOe>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.googleIntegration_card__h2bvV .googleIntegration_header__o8FOe span{flex:1 1;font-size:1.5em;font-weight:700}.googleIntegration_card__h2bvV .googleIntegration_header__o8FOe svg{height:2em;width:2em}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3{display:flex;flex-direction:column;gap:2em}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_background__SC\+cG{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr .googleIntegration_left__lniwE{width:60px}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr .googleIntegration_left__lniwE img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr .googleIntegration_center__bzvW7{display:flex;flex:1 1;flex-direction:column;text-align:start}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr .googleIntegration_center__bzvW7 .googleIntegration_email__BT9r\+{font-size:.9em}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr .googleIntegration_center__bzvW7 .googleIntegration_link__xK3az{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.googleIntegration_card__h2bvV .googleIntegration_body__oyPW3 .googleIntegration_groupPage__mITCr button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.googleIntegration_card__h2bvV .googleIntegration_footer__K2FyH{display:flex;gap:.5em}.googleIntegration_afterCard__fl5Fd{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.googleIntegration_afterCard__fl5Fd span{text-decoration:underline}.importData_content__-lQ62{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1em;justify-content:center}.importData_content__-lQ62 .importData_link__uV2Qc{align-items:center;display:flex;justify-content:flex-end}.importData_content__-lQ62 .importData_link__uV2Qc a{color:var(--pink)}.importData_content__-lQ62 .importData_card__CyXox,.importData_content__-lQ62 .importData_link__uV2Qc{width:600px}.importData_content__-lQ62 .importData_card__CyXox{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em}.importData_content__-lQ62 .importData_card__CyXox .importData_header__IUym6{align-items:center;display:flex;gap:1em}.importData_content__-lQ62 .importData_card__CyXox .importData_header__IUym6 span{font-size:1.5em;font-weight:700}.importData_content__-lQ62 .importData_card__CyXox .importData_header__IUym6 svg{height:2em;width:2em}.importData_content__-lQ62 .importData_card__CyXox .importData_body__OKk-d{display:flex;flex-direction:column;gap:1em}.importData_content__-lQ62 .importData_card__CyXox .importData_body__OKk-d a{text-decoration:none}.importData_content__-lQ62 .importData_card__CyXox .importData_body__OKk-d .importData_groupInline__Xwd4L{align-items:center;display:flex;gap:1em;justify-content:space-between}.importData_content__-lQ62 .importData_card__CyXox .importData_body__OKk-d button{align-items:center;color:var(--gray-dark);display:flex;gap:.5em;justify-content:center;padding:5px 7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.importData_maxFileSize__bMjZL{color:var(--pink);font-size:.8em;font-weight:700}.importData_content__-lQ62 .importData_card__CyXox .importData_footer__OS-xZ{display:flex;gap:.5em}.uploadArea_uploadArea__Yz46S{align-items:center;border:2px dashed var(--gray-table);color:var(--gray-dark);cursor:pointer;display:flex;flex-direction:column;gap:.5em;justify-content:center;min-height:300px;padding:2em;position:relative;transition:border .3s ease}.uploadArea_uploadArea__Yz46S.uploadArea_draggingOver__aRveI{background-color:var(--color-hover);border-color:var(--pink)}.uploadArea_uploadArea__Yz46S .uploadArea_removeFile__BKSjy{position:absolute;right:1em;top:1em}.uploadArea_uploadArea__Yz46S .uploadArea_removeFile__BKSjy button{background-color:var(--purple);color:var(--beige)}.uploadArea_uploadArea__Yz46S .uploadArea_removeFile__BKSjy svg{height:1.2em;width:1.2em}.uploadArea_uploadArea__Yz46S svg{height:2em;width:2em}.modalImport_body__rJY\+\+{display:flex;flex-direction:column;gap:1em}.modalImport_label__sHcz3{width:100%}.modalImport_labelCenter__AI8dQ{text-align:center;width:100%}.importError_container__NrSVz{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.importError_container__NrSVz .importError_link__nlIQ8{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.importError_container__NrSVz .importError_link__nlIQ8 a{color:var(--pink)}.importError_container__NrSVz .importError_groupReload__domx9{align-items:center;display:flex;gap:1em;justify-content:flex-start}.importError_container__NrSVz .importError_reload__G6W7O{align-items:center;display:flex;justify-content:center;margin-right:1em;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.importError_container__NrSVz .importError_reload__G6W7O svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.importLog_container__ZbBqf{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.importLog_container__ZbBqf .importLog_link__QLNqX{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.importLog_container__ZbBqf .importLog_link__QLNqX a{color:var(--pink)}.importLog_container__ZbBqf .importLog_groupReload__fJ87R{align-items:center;display:flex;gap:1em;justify-content:flex-start}.importLog_container__ZbBqf .importLog_reload__UVrDR{align-items:center;display:flex;justify-content:center;margin-right:1em;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.importLog_container__ZbBqf .importLog_reload__UVrDR svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.integration_container__H7fqS,.managementLog_container__hOL8x{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.managementLog_container__hOL8x .managementLog_link__yKJjv{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.managementLog_container__hOL8x .managementLog_link__yKJjv a{color:var(--pink)}.managementLog_container__hOL8x .managementLog_groupReload__ma3Mi{align-items:center;display:flex;gap:1em;justify-content:flex-start}.managementLog_container__hOL8x .managementLog_reload__DTYMt{align-items:center;display:flex;justify-content:center;margin-right:1em;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.managementLog_container__hOL8x .managementLog_reload__DTYMt svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.messengerIntegration_content__KTw8B{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.messengerIntegration_card__LZINZ{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:100%;padding:1em;width:750px}.messengerIntegration_card__LZINZ .messengerIntegration_header__uCrdD{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.messengerIntegration_card__LZINZ .messengerIntegration_header__uCrdD>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messengerIntegration_card__LZINZ .messengerIntegration_header__uCrdD span{flex:1 1;font-size:1.5em;font-weight:700}.messengerIntegration_card__LZINZ .messengerIntegration_header__uCrdD svg{height:2em;width:2em}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C{display:flex;flex-direction:column;gap:2em}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_background__bzzpy{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_groupAccount__c62ib{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;gap:.5em;justify-content:space-between;padding:.5em;width:100%}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_groupAccount__c62ib svg{height:40px;width:40px}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_groupAccount__c62ib .messengerIntegration_title__Z6HEK{display:flex;flex:1 1;flex-direction:column;text-align:start}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_groupAccount__c62ib .messengerIntegration_title__Z6HEK .messengerIntegration_number__rcoVw{opacity:.8}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_groupAccount__c62ib .messengerIntegration_title__Z6HEK .messengerIntegration_link__W0gc5{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messengerIntegration_card__LZINZ .messengerIntegration_body__h7d1C .messengerIntegration_groupAccount__c62ib button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messengerIntegration_card__LZINZ .messengerIntegration_footer__i10cG{display:flex;gap:.5em}.messengerIntegration_afterCard__WpE27{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.messengerIntegration_afterCard__WpE27 span{text-decoration:underline}.modalInbox_groupQrCode__1Nprf{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.modalInbox_groupQrCode__1Nprf .modalInbox_qrCode__KSgtL{align-items:center;background-color:var(--opacity-background);border-radius:var(--border-radius);display:flex;height:250px;justify-content:center;overflow:hidden;width:250px}.modalInbox_groupQrCode__1Nprf .modalInbox_qrCode__KSgtL img{height:100%;object-fit:contain;object-position:center;width:100%}.modalInbox_groupQrCode__1Nprf .modalInbox_qrCode__KSgtL svg{cursor:pointer;height:30px;opacity:1;transition:all .25s ease-in-out;width:30px}.modalInbox_groupQrCode__1Nprf .modalInbox_qrCode__KSgtL svg:hover{opacity:.7}.metaIntegration_content__yM5B8{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.metaIntegration_card__G4Vyz{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:100%;padding:1em;width:750px}.metaIntegration_card__G4Vyz .metaIntegration_header__YQpmL{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.metaIntegration_card__G4Vyz .metaIntegration_header__YQpmL>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.metaIntegration_card__G4Vyz .metaIntegration_header__YQpmL span{flex:1 1;font-size:1.5em;font-weight:700}.metaIntegration_card__G4Vyz .metaIntegration_header__YQpmL svg{height:2em;width:2em}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0{display:flex;flex-direction:column;gap:2em}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_background__ufV6j{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_groupPage__SxN1o{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_groupPage__SxN1o .metaIntegration_left__Sd4mj{width:60px}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_groupPage__SxN1o .metaIntegration_left__Sd4mj img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_groupPage__SxN1o .metaIntegration_center__stgft{display:flex;flex:1 1;flex-direction:column;text-align:start}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_groupPage__SxN1o .metaIntegration_center__stgft .metaIntegration_link__O5E-m{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.metaIntegration_card__G4Vyz .metaIntegration_body__9J7i0 .metaIntegration_groupPage__SxN1o button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.metaIntegration_card__G4Vyz .metaIntegration_footer__ssVw-{display:flex;gap:.5em}.metaIntegration_afterCard__9v1QQ{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.metaIntegration_afterCard__9v1QQ span{text-decoration:underline}.myAccount_content__jDjSW{align-items:center;display:flex;flex:1 1;justify-content:center;padding:1em}.myAccount_card__oKK9V{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em;width:800px}.myAccount_card__oKK9V .myAccount_header__X6REW{align-items:center;display:flex;gap:1em}.myAccount_card__oKK9V .myAccount_header__X6REW span{font-size:1.5em;font-weight:700}.myAccount_card__oKK9V .myAccount_header__X6REW svg{height:2em;width:2em}.myAccount_card__oKK9V .myAccount_body__tkwK5{display:flex;flex-direction:column;gap:1em}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_left__YDus4{display:flex;flex:1 1;flex-direction:column;text-align:start}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_left__YDus4 span:last-child{color:var(--pink)}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_center__M4B7T{display:flex;flex:1 1;flex-direction:column;text-align:start}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_center__M4B7T:nth-child(2){color:var(--pink);font-weight:700}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_center__M4B7T:nth-child(3) span:last-child{font-weight:700}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_center__M4B7T.myAccount_approved__7elNf,.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_left__YDus4.myAccount_approved__7elNf span:last-child{color:var(--green)}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_right__0DqGG{align-items:center;display:flex;gap:.5em;justify-content:center;width:80px}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_groupTransaction__4NyPl .myAccount_right__0DqGG svg{color:var(--gray-dark);height:20px;width:20px}.myAccount_card__oKK9V .myAccount_body__tkwK5 .myAccount_editButton__wOrXn{position:absolute;right:1.5em;top:0}.myAccount_maxFileSize__kpKmK{color:var(--pink);font-size:.8em;font-weight:700}.myAccount_card__oKK9V .myAccount_footer__4Orip{display:flex;gap:.5em}.notes_container__p0j-8{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.notes_container__p0j-8 .notes_filters__3itos{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.notes_container__p0j-8 .notes_filters__3itos>button,.notes_container__p0j-8 .notes_filters__3itos>div{flex:1 1;min-width:200px}.notes_container__p0j-8 .notes_cards__\+tVj3{display:flex;flex-wrap:wrap;gap:1em;width:100%}.notes_container__p0j-8 .notes_link__oDIzb{color:var(--gray-dark)}.outboundCampaign_content__RhRBd{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1em;justify-content:center}.outboundCampaign_content__RhRBd .outboundCampaign_link__6PUKs{align-items:center;display:flex;justify-content:flex-end}.outboundCampaign_content__RhRBd .outboundCampaign_link__6PUKs a{color:var(--pink)}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf,.outboundCampaign_content__RhRBd .outboundCampaign_link__6PUKs{width:600px}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_header__Z5Ccy{align-items:center;display:flex;gap:1em}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_header__Z5Ccy span{font-size:1.5em;font-weight:700}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_header__Z5Ccy svg{height:2em;width:2em}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_body__w00iT{display:flex;flex-direction:column;gap:1em}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_body__w00iT a{text-decoration:none}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_body__w00iT .outboundCampaign_groupInline__uY\+Pd{align-items:center;display:flex;gap:1em;justify-content:space-between}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_body__w00iT button{align-items:center;color:var(--gray-dark);display:flex;gap:.5em;justify-content:center;padding:5px 7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.outboundCampaign_maxFileSize__hduCF{color:var(--pink);font-size:.8em;font-weight:700}.outboundCampaign_content__RhRBd .outboundCampaign_card__ocfUf .outboundCampaign_footer__kS5l1{display:flex;gap:.5em}.modalOutboundCampaign_body__XhTSH,.modalOutboundCampaign_container__hFRN9{display:flex;flex-direction:column;gap:1em}.modalOutboundCampaign_container__hFRN9{align-items:center}.modalOutboundCampaign_groupMessage__Vutan{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalOutboundCampaign_label__cxq64{width:100%}.modalOutboundCampaign_labelCenter__nDRQ3{text-align:center;width:100%}.outboundCampaignDetails_container__RpXpU{align-items:stretch;display:flex;flex-direction:column;gap:24px;margin:0 auto;padding:24px;width:100%}.outboundCampaignDetails_header__aZHnG{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:space-between;margin-bottom:24px}.outboundCampaignDetails_headerLeft__IX4I9{display:flex;flex-direction:column;gap:6px}.outboundCampaignDetails_title__mAgKD{color:#111;font-size:24px;font-weight:600;margin:0}.outboundCampaignDetails_metaInfo__136VM{align-items:center;color:var(--second-text-color);display:flex;font-size:14px;gap:8px}.outboundCampaignDetails_metaDivider__taMfT{opacity:.5}.outboundCampaignDetails_subtitle__K7hrG{color:var(--second-text-color);font-size:14px}.outboundCampaignDetails_highlights__yX9VJ{grid-gap:.75em;display:grid;gap:.75em;grid-template-columns:repeat(2,1fr);margin-bottom:48px;width:100%}.outboundCampaignDetails_highlights__yX9VJ .outboundCampaignDetails_card__ruDFu{box-shadow:var(--box-shadow-all-sides);min-height:120px;padding:1.6em}.outboundCampaignDetails_cards__opuiX{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.outboundCampaignDetails_tables__OkwL6{display:flex;flex-direction:column;gap:.5em;max-height:800px;padding-bottom:1em;width:100%}.outboundCampaignDetails_link__lOy2g{color:var(--gray-dark)}.outboundCampaignDetails_scoreBox__ouPnu{background:#fff;border-radius:14px;box-shadow:0 6px 18px #0000000a;padding:24px;width:100%}.outboundCampaignDetails_scoreHeader__KEw9L{align-items:center;display:flex;gap:8px;margin-bottom:18px}.outboundCampaignDetails_scoreTitle__RRHCj{align-items:center;color:#666;display:flex;font-size:14px;font-weight:600;gap:6px}.outboundCampaignDetails_scoreMain__IXcGi{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.outboundCampaignDetails_scoreValue__7g7ox{align-items:baseline;display:flex;font-size:40px;font-weight:700;gap:6px}.outboundCampaignDetails_scoreMax__\+8Y6X{color:#bbb;font-size:14px;font-weight:500}.outboundCampaignDetails_scoreBadge__M6VsR{border-radius:999px;font-size:12px;font-weight:600;padding:6px 12px}.outboundCampaignDetails_scoreBadge_success__Qyn8y{background:#e6f7ec;color:#16a34a}.outboundCampaignDetails_scoreBadge_warning__byFJK{background:#fff4e5;color:#f59e0b}.outboundCampaignDetails_scoreBadge_danger__A2MSZ{background:#fee2e2;color:#dc2626}.outboundCampaignDetails_scoreProgress__Wxs6H{background:#f1f1f1;border-radius:999px;height:10px;overflow:hidden;width:100%}.outboundCampaignDetails_scoreBar__hocSl{height:100%;transition:width .4s ease}.outboundCampaignDetails_scoreBar_success__lRcnm{background:#16a34a}.outboundCampaignDetails_scoreBar_warning__FYZom{background:#f59e0b}.outboundCampaignDetails_scoreBar_danger__e7VDj{background:#dc2626}.outboundCampaignDetails_highlights__yX9VJ{display:flex;flex-direction:column;gap:12px}.outboundCampaignDetails_highlight_danger__nfxtb,.outboundCampaignDetails_highlight_success__0WfOF,.outboundCampaignDetails_highlight_warning__WwiOi{background:var(--background-table);border-left:6px solid;border-radius:var(--border-radius);box-shadow:var(--box-shadow-all-sides);padding:16px}.outboundCampaignDetails_highlight_success__0WfOF{border-color:var(--green)}.outboundCampaignDetails_highlight_warning__WwiOi{border-color:var(--orange)}.outboundCampaignDetails_highlight_danger__nfxtb{border-color:var(--pink)}.outboundCampaignDetails_statusFailed__30TW3{color:var(--pink);font-weight:500}.outboundCampaignDetails_statusSent__-MZDL{color:var(--purple)}.outboundCampaignDetails_messageSection__zVPkl{background:var(--background-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow-all-sides);margin-top:24px;padding:20px}.outboundCampaignDetails_messageHeader__U7LWu{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.outboundCampaignDetails_messageHeader__U7LWu h3{color:var(--third-text-color);font-size:16px;font-weight:600;margin:0}.outboundCampaignDetails_templateInfo__Q88wd{color:var(--second-text-color);font-size:12px}.outboundCampaignDetails_messagePreview__U-gIq{background:var(--primary-background);border-radius:var(--border-radius-min);padding:16px}.backButton_backButton__cnVHL{align-items:center;background:var(--background-table);border:var(--border-table);border-radius:var(--border-radius-min);color:var(--third-text-color);cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:8px;line-height:1;margin-right:auto;padding:8px 14px;transition:all .2s ease}.backButton_backButton__cnVHL:hover{background:var(--purple-opacity-min);border-color:var(--purple);color:var(--purple);transform:translateX(-2px)}.backButton_backButton__cnVHL:active{transform:translateX(-1px) scale(.98)}.backButton_backButton__cnVHL svg{transition:transform .2s ease}.backButton_backButton__cnVHL:hover svg{transform:translateX(-3px)}.outboundCampaignList_container__CXwWL{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;padding:1em;position:relative;width:100%}.outboundCampaignList_container__CXwWL .outboundCampaignList_filters__9bNgn{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.outboundCampaignList_container__CXwWL .outboundCampaignList_filters__9bNgn>button,.outboundCampaignList_container__CXwWL .outboundCampaignList_filters__9bNgn>div{flex:1 1;min-width:200px}.outboundCampaignList_container__CXwWL .outboundCampaignList_filters__9bNgn>button{padding:10px 0}.outboundCampaignList_container__CXwWL .outboundCampaignList_highlights__oiHRw{grid-gap:.75em;display:grid;gap:.75em;grid-template-columns:repeat(2,1fr);margin-bottom:48px;width:100%}.outboundCampaignList_highlights__oiHRw .outboundCampaignList_card__KHVrZ{box-shadow:var(--box-shadow-all-sides);min-height:120px;padding:1.6em}.outboundCampaignList_container__CXwWL .outboundCampaignList_cards__wfsI5{grid-gap:.75em;display:grid;gap:.75em;grid-template-columns:repeat(4,1fr);margin-bottom:40px;width:100%}.outboundCampaignList_container__CXwWL .outboundCampaignList_tables__i5W5T{display:flex;flex-direction:column;gap:.5em;max-height:600px;padding-bottom:1em;width:100%}.outboundCampaignList_container__CXwWL .outboundCampaignList_link__i0wwr{color:var(--gray-dark)}.plans_container__HwVId{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.plans_container__HwVId .plans_actions__REdlN{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.plans_container__HwVId .plans_actions__REdlN>button{max-width:250px;width:45%}.plans_container__HwVId .plans_actions__REdlN>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.plans_container__HwVId .plans_actions__REdlN>button,.plans_container__HwVId .plans_actions__REdlN>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.profile_content__eEdCx{align-items:center;display:flex;flex:1 1;justify-content:center}.profile_card__gfQJd{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em;width:450px}.profile_card__gfQJd .profile_header__24agj{align-items:center;display:flex;gap:1em}.profile_card__gfQJd .profile_header__24agj span{font-size:1.5em;font-weight:700}.profile_card__gfQJd .profile_header__24agj svg{height:2em;width:2em}.profile_card__gfQJd .profile_body__DxiPq{display:flex;flex-direction:column;gap:1em}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3{align-items:center;display:flex;justify-content:center}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_image__4DaPB{background-color:var(--gray-dark);border:2px solid var(--gray-dark);border-radius:50%;height:140px;position:relative;width:140px}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_image__4DaPB img{border-radius:50%;height:136px;object-fit:cover;object-position:center;width:136px}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_changeImage__TbKyC{bottom:0;cursor:pointer;display:flex;gap:.25em;position:absolute;right:0}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_changeImage__TbKyC.profile_confirm__3a4Hj{transform:translateX(50%)}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_changeImage__TbKyC .profile_actionButton__Nqt5w{align-items:center;background-color:var(--third-background);border-radius:50%;color:var(--white);display:flex;height:3em;justify-content:center;width:3em}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_changeImage__TbKyC .profile_actionButton__Nqt5w:hover{opacity:.9}.profile_card__gfQJd .profile_body__DxiPq .profile_groupImage__J-qA3 .profile_changeImage__TbKyC svg{height:1.5em;width:1.5em}.profile_card__gfQJd .profile_body__DxiPq svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.profile_card__gfQJd .profile_body__DxiPq .profile_background__Iqpcg{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.profile_card__gfQJd .profile_body__DxiPq ul{align-items:center;background-color:var(--background-table);border:var(--border-table);border-radius:var(--border-radius);bottom:0;display:flex;flex-direction:column;justify-content:center;margin-top:2em;min-width:100px;position:absolute;right:0;transform:translateY(100%);z-index:3}.profile_card__gfQJd .profile_body__DxiPq ul:before{border:7px solid #0000;border-bottom:7px solid var(--background-table);content:"";position:absolute;right:16px;top:-14px;transform:translateX(50%)}.profile_card__gfQJd .profile_body__DxiPq ul li{text-wrap:nowrap;color:var(--gray-dark);cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.profile_card__gfQJd .profile_body__DxiPq ul li label{cursor:pointer}.profile_card__gfQJd .profile_body__DxiPq ul li:first-child{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.profile_card__gfQJd .profile_body__DxiPq ul li:last-child{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.profile_card__gfQJd .profile_body__DxiPq ul li:hover{background-color:var(--background-header-table)}.profile_card__gfQJd .profile_footer__Ynj00{display:flex;gap:.5em}.report_container__4Qsi8{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.reportDataLead_content__aZnq8{align-items:center;display:flex;flex:1 1;justify-content:center}.reportDataLead_card__lfY8c{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em;width:600px}.reportDataLead_card__lfY8c .reportDataLead_header__qLhiz{align-items:center;display:flex;gap:1em}.reportDataLead_card__lfY8c .reportDataLead_header__qLhiz span{font-size:1.5em;font-weight:700}.reportDataLead_card__lfY8c .reportDataLead_header__qLhiz svg{height:2em;width:2em}.reportDataLead_card__lfY8c .reportDataLead_link__VZQHV{align-items:center;display:flex;justify-content:flex-end}.reportDataLead_card__lfY8c .reportDataLead_link__VZQHV a{color:var(--pink)}.reportDataLead_card__lfY8c .reportDataLead_body__d\+mqn{display:flex;flex-direction:column;gap:1em}.reportDataLead_card__lfY8c .reportDataLead_footer__gjaJY{display:flex;gap:.5em}.reportDataNote_content__B79U7{align-items:center;display:flex;flex:1 1;justify-content:center}.reportDataNote_card__rQ-Mi{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em;width:600px}.reportDataNote_card__rQ-Mi .reportDataNote_header__SxNa7{align-items:center;display:flex;gap:1em}.reportDataNote_card__rQ-Mi .reportDataNote_header__SxNa7 span{font-size:1.5em;font-weight:700}.reportDataNote_card__rQ-Mi .reportDataNote_header__SxNa7 svg{height:2em;width:2em}.reportDataNote_card__rQ-Mi .reportDataNote_link__U-3UO{align-items:center;display:flex;justify-content:flex-end}.reportDataNote_card__rQ-Mi .reportDataNote_link__U-3UO a{color:var(--pink)}.reportDataNote_card__rQ-Mi .reportDataNote_body__TVfCH{display:flex;flex-direction:column;gap:1em}.reportDataNote_card__rQ-Mi .reportDataNote_footer__24nsK{display:flex;gap:.5em}.reportLog_container__1CHKr{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.reportLog_container__1CHKr .reportLog_link__zc8Vd{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.reportLog_container__1CHKr .reportLog_link__zc8Vd a{color:var(--pink)}.reportLog_container__1CHKr .reportLog_groupReload__lrvmZ{align-items:center;display:flex;gap:1em;justify-content:flex-start}.reportLog_container__1CHKr .reportLog_reload__6xbFq{align-items:center;display:flex;justify-content:center;margin-right:1em;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.reportLog_container__1CHKr .reportLog_reload__6xbFq svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.roles_container__glb84{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.roles_container__glb84 .roles_actions__ToNGB{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.roles_container__glb84 .roles_actions__ToNGB>button{max-width:250px;width:45%}.roles_container__glb84 .roles_actions__ToNGB>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.roles_container__glb84 .roles_actions__ToNGB>button,.roles_container__glb84 .roles_actions__ToNGB>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.selectAccount_container__8dEfC{align-items:center;display:flex;flex-direction:column;gap:2em;margin:0 auto;max-height:100%;max-width:100%;padding:2em;width:1800px}.selectAccount_container__8dEfC .selectAccount_header__vHzdM{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;max-width:95vw;width:600px}.selectAccount_container__8dEfC .selectAccount_header__vHzdM .selectAccount_formGroup__UzItd{align-items:center;display:flex;justify-content:center;width:100%}.selectAccount_button__16J8\+{background-color:var(--pink);float:right;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.progressSetup_progressSetup__k05E8{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:2em 1em;text-align:center}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln{align-items:center;display:flex;height:20px;justify-content:center;margin:0;padding:0;width:80%}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx{align-items:center;display:flex;justify-content:center;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx .progressSetup_step__l9CeG{border:2px solid var(--gray-dark);border-radius:50%;height:20px;width:20px}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx .progressSetup_step__l9CeG svg{height:12px;width:12px}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx.progressSetup_setting__2KA1G .progressSetup_step__l9CeG{border-color:var(--orange);color:var(--orange)}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx.progressSetup_finish__8p1aA .progressSetup_step__l9CeG{border-color:var(--purple);color:var(--purple)}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx .progressSetup_connector__BxX9L{background-color:var(--gray-dark);height:2px;width:20px}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx.progressSetup_setting__2KA1G .progressSetup_connector__BxX9L{background-color:var(--orange)}.progressSetup_progressSetup__k05E8 .progressSetup_progressBar__IrKln .progressSetup_groupStep__OFifx.progressSetup_finish__8p1aA .progressSetup_connector__BxX9L{background-color:var(--purple)}.progressSetup_progressSetup__k05E8 .progressSetup_text__PzKEi{display:flex;flex-direction:column;gap:1em;max-width:800px}.progressSetup_progressSetup__k05E8 .progressSetup_title__1ZVSD{font-size:24px;font-weight:700}.progressSetup_progressSetup__k05E8 .progressSetup_description__CXCE5{font-size:16px;font-weight:600}.progressSetup_progressSetup__k05E8 .progressSetup_button__CDQyK,.progressSetup_progressSetup__k05E8 .progressSetup_image__puTDY{max-width:90%;width:650px}.progressSetup_progressSetup__k05E8 .progressSetup_button__CDQyK{display:flex;gap:.5em}.progressSetup_progressSetup__k05E8 .progressSetup_image__puTDY img{max-height:350px;max-width:100%}.configTextListItems_countItems__wbWh4{position:absolute;right:1em}.configTextListItems_footer__1kbo7{padding-top:1em}.configProducts_childs__cW5EA{align-items:center;border-left:1px solid var(--second-text-color);display:flex;justify-content:center;margin-top:-1em;padding-left:1em;padding-top:1em;position:relative;width:100%}.configProducts_connector__5MiSj{background-color:var(--second-text-color);height:1px;left:-1em;position:absolute;width:1em}.configProducts_countItems__QdKX-{position:absolute;right:1em}.configProducts_footer__1otSA{padding-top:1em}.notFunnel_progressSetup__Tt\+g1{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:2em 1em;text-align:center}.notFunnel_progressSetup__Tt\+g1 .notFunnel_text__-48Fy{display:flex;flex-direction:column;gap:1em;max-width:800px}.notFunnel_progressSetup__Tt\+g1 .notFunnel_title__-YDSB{font-size:24px;font-weight:700}.notFunnel_progressSetup__Tt\+g1 .notFunnel_description__yMan4{font-size:16px;font-weight:600}.notFunnel_progressSetup__Tt\+g1 .notFunnel_image__W6mr-{max-width:90%;width:650px}.notFunnel_progressSetup__Tt\+g1 .notFunnel_image__W6mr- img{max-height:350px;max-width:100%}.settings_content__XIMdo{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:1em}.settings_card__oXCzG{background-color:var(--background-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;gap:1em;overflow:hidden;width:100%}.settings_card__oXCzG .settings_left__jBzhC{padding:1em;width:35%}.settings_card__oXCzG .settings_right__QZvww{background-color:var(--gray-table);padding:1em;width:65%}.settings_card__oXCzG .settings_header__VJBWc{align-items:center;display:flex;gap:1em}.settings_card__oXCzG .settings_header__VJBWc span{font-size:1.3em;font-weight:700}.settings_card__oXCzG .settings_header__VJBWc svg{height:2em;width:2em}.settings_card__oXCzG .settings_body__IsTEl{display:flex;flex-direction:column;gap:1em;padding:2em 0}.settings_card__oXCzG .settings_body__IsTEl svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.settings_card__oXCzG .settings_body__IsTEl .settings_options__vwMSn{display:flex;flex-direction:column;gap:.5em}.settings_card__oXCzG .settings_body__IsTEl .settings_options__vwMSn .settings_option__T\+Hmt{align-items:center;border-radius:var(--border-radius);cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;padding:.5em 1em;transition:all .25s ease-in-out}.settings_card__oXCzG .settings_body__IsTEl .settings_options__vwMSn .settings_option__T\+Hmt:hover{background-color:var(--gray)}.settings_card__oXCzG .settings_body__IsTEl .settings_options__vwMSn .settings_option__T\+Hmt.settings_active__iVHKy{background-color:var(--orange);color:var(--white)}.settings_card__oXCzG .settings_header__VJBWc .settings_filters__bJ5vX{align-items:center;border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;justify-content:space-between;overflow:hidden;width:100%}.settings_card__oXCzG .settings_header__VJBWc .settings_filters__bJ5vX .settings_option__T\+Hmt{align-items:center;border-radius:var(--border-radius);cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:.5em}.settings_card__oXCzG .settings_header__VJBWc .settings_filters__bJ5vX .settings_option__T\+Hmt.settings_active__iVHKy{background-color:var(--white);box-shadow:var(--box-shadow)}.settings_card__oXCzG .settings_footer__umaUC{display:flex;gap:.5em}.configAdditionalFields_fields__\+vnF-{padding-top:1em}.configAdditionalFields_fields__\+vnF-,.configAdditionalFields_groupField__gGBla{display:flex;flex-direction:column;gap:.5em}.configAdditionalFields_groupField__gGBla{border:var(--border-second);border-radius:var(--border-radius);padding:.5em}.configAdditionalFields_removeBtn__-dsYg{display:flex;justify-content:flex-end;width:100%}.configAdditionalFields_footer__JcuV5{padding-top:1em}.tasks_container__yvj4k{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.tasks_container__yvj4k .tasks_filters__zcDHr{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.tasks_container__yvj4k .tasks_filters__zcDHr>button,.tasks_container__yvj4k .tasks_filters__zcDHr>div{flex:1 1;min-width:200px}.tasks_container__yvj4k .tasks_cards__wbrZy{display:flex;flex-wrap:wrap;gap:1em;width:100%}.tasks_container__yvj4k .tasks_link__ekbsY{color:var(--gray-dark)}.tasks_container__yvj4k .tasks_status__eNA21{border-radius:var(--border-radius);padding:.5em}.teams_container__KmLA\+{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.teams_container__KmLA\+ .teams_actions__AqGL\+{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.teams_container__KmLA\+ .teams_actions__AqGL\+>button{max-width:250px;width:45%}.teams_container__KmLA\+ .teams_actions__AqGL\+>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.teams_container__KmLA\+ .teams_actions__AqGL\+>button,.teams_container__KmLA\+ .teams_actions__AqGL\+>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.transactions_container__MV0zx{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.transactions_container__MV0zx .transactions_actions__Up8lA{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.transactions_container__MV0zx .transactions_buttons__4DpXb{display:flex;justify-content:flex-end;width:100%}.transactions_container__MV0zx .transactions_actions__Up8lA>button,.transactions_container__MV0zx .transactions_buttons__4DpXb button{max-width:250px;width:45%}.transactions_container__MV0zx .transactions_actions__Up8lA>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.transactions_container__MV0zx .transactions_actions__Up8lA>button,.transactions_container__MV0zx .transactions_actions__Up8lA>div,.transactions_container__MV0zx .transactions_buttons__4DpXb button{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.trash_container__s6IfX{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.trash_container__s6IfX .trash_header__tUXUh{align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between;width:100%}.trash_container__s6IfX .trash_header__tUXUh .trash_actions__xFB7i,.trash_container__s6IfX .trash_header__tUXUh .trash_title__HqN1I{display:flex;flex:1 1;flex-wrap:wrap;gap:.5em}.trash_container__s6IfX .trash_header__tUXUh .trash_title__HqN1I{align-items:flex-start;flex-direction:column;justify-content:center}.trash_container__s6IfX .trash_header__tUXUh .trash_actions__xFB7i{align-items:center;justify-content:flex-end}.trash_container__s6IfX .trash_header__tUXUh button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.trash_container__s6IfX .trash_filters__y3X71{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.trash_container__s6IfX .trash_filters__y3X71>button,.trash_container__s6IfX .trash_filters__y3X71>div{flex:1 1;min-width:200px}@media screen and (max-width:768px){.trash_container__s6IfX .trash_header__tUXUh .trash_actions__xFB7i,.trash_container__s6IfX .trash_header__tUXUh .trash_title__HqN1I{flex:auto;width:100%}.trash_container__s6IfX .trash_header__tUXUh .trash_actions__xFB7i button{flex:1 1}}.users_container__gY61Q{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.users_container__gY61Q .users_actions__CNVKL,.users_container__gY61Q .users_filters__1iw9a{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.users_container__gY61Q .users_filters__1iw9a>div{flex:1 1;min-width:200px}.users_container__gY61Q .users_actions__CNVKL>button{max-width:350px;width:45%}@media only screen and (max-width:768px){.users_container__gY61Q .users_actions__CNVKL>button{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.webhook_container__rq58b{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.webhook_container__rq58b .webhook_header__iVlOt{flex:1 1}.webhook_container__rq58b button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_container__Db4w4{height:100%;padding:24px;width:100%}.whatsAppIntegration_content__03bT5{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.whatsAppIntegration_card__AzxQD{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:100%;padding:1em;width:750px}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_header__t5p8B{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_header__t5p8B>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_header__t5p8B span{flex:1 1;font-size:1.5em;font-weight:700}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_header__t5p8B svg{height:2em;width:2em}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI{display:flex;flex-direction:column;gap:2em}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_background__gIRTE{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;gap:1em;justify-content:space-between;padding:1em;transition:all .2s ease;width:100%}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_left__WYRHf{width:50px}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_left__WYRHf svg{color:var(--green);height:50px;width:50px}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2{display:flex;flex:1 1;flex-direction:column;gap:.5em}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_topRow__EFhpT{align-items:center;display:flex;gap:1em;justify-content:flex-start}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_topRow__EFhpT .whatsAppIntegration_badge__ul0Yg{border-radius:20px;font-size:.75em;font-weight:600;padding:4px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_topRow__EFhpT .whatsAppIntegration_badge__ul0Yg.whatsAppIntegration_success__WIrj\+{background:#e8f8f0;color:var(--green)}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_topRow__EFhpT .whatsAppIntegration_badge__ul0Yg.whatsAppIntegration_danger__r-obA{background:#fdeaea;color:var(--pink)}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_phone__BCJkB{font-size:.9em;opacity:.8}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_actions__x5Qzj{display:flex;flex-wrap:wrap;gap:1em}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_linkDanger__PmssX,.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_link__h2NUD{background:#0000;font-size:.85em;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_link__h2NUD{color:var(--orange)}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_linkDanger__PmssX{color:var(--pink)}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_linkDanger__PmssX:hover,.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_link__h2NUD:hover{text-decoration:underline}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_syncBox__9Sgay{background:#f6f7fb;border-radius:6px;display:flex;flex-direction:column;gap:4px;margin-top:6px;padding:8px}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_progressBar__SxWp4{background:#e5e5e5;border-radius:4px;height:6px;overflow:hidden;width:100%}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_progressFill__jtA3u{background:linear-gradient(90deg,var(--purple),var(--pink));height:100%;transition:width .3s ease}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF .whatsAppIntegration_center__KB4r2 .whatsAppIntegration_syncSuccess__S0vO9{color:var(--green);font-size:.8em;font-weight:500}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_body__K\+ovI .whatsAppIntegration_inboxCard__DGsSF button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__AzxQD .whatsAppIntegration_footer__Q1qCH{display:flex;gap:.5em}.whatsAppIntegration_syncHeader__IKTF3{align-items:center;display:flex;justify-content:space-between}.whatsAppIntegration_spinner__u0v6c{animation:whatsAppIntegration_spin__hR0yX .8s linear infinite;border:2px solid #ddd;border-radius:50%;border-top:2px solid var(--purple);height:14px;width:14px}@keyframes whatsAppIntegration_spin__hR0yX{to{transform:rotate(1turn)}}.whatsAppIntegration_lastSync__cin-t{color:var(--green);font-size:.8em;font-weight:500}.whatsAppApiIntegration_content__TDyWy{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.whatsAppApiIntegration_card__YaGsb{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:100%;padding:1em;width:750px}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_header__row\+5{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_header__row\+5>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_header__row\+5 span{flex:1 1;font-size:1.5em;font-weight:700}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_header__row\+5 svg{height:2em;width:2em}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu{display:flex;flex-direction:column;gap:2em}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_background__SLzg4{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_groupAccount__kVGsD{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;gap:.5em;justify-content:space-between;padding:.5em;width:100%}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_groupAccount__kVGsD svg{height:40px;width:40px}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_groupAccount__kVGsD .whatsAppApiIntegration_title__j3jvK{display:flex;flex:1 1;flex-direction:column;text-align:start}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_groupAccount__kVGsD .whatsAppApiIntegration_title__j3jvK .whatsAppApiIntegration_number__2ETmS{opacity:.8}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_groupAccount__kVGsD .whatsAppApiIntegration_title__j3jvK .whatsAppApiIntegration_link__Qsazl{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_body__1Qaeu .whatsAppApiIntegration_groupAccount__kVGsD button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppApiIntegration_card__YaGsb .whatsAppApiIntegration_footer__0kGyC{display:flex;gap:.5em}.whatsAppApiIntegration_afterCard__A3z9s{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.whatsAppApiIntegration_afterCard__A3z9s span{text-decoration:underline}.zaiaIntegration_container__7oWCS{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;margin:0 auto;max-height:100%;max-width:100%;padding:1em;width:1800px}.zaiaIntegration_container__7oWCS .zaiaIntegration_actions__7ULIu{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.zaiaIntegration_container__7oWCS .zaiaIntegration_actions__7ULIu>button{max-width:250px;width:45%}.zaiaIntegration_container__7oWCS .zaiaIntegration_actions__7ULIu>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.zaiaIntegration_container__7oWCS .zaiaIntegration_actions__7ULIu>button,.zaiaIntegration_container__7oWCS .zaiaIntegration_actions__7ULIu>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}
/*# sourceMappingURL=main.dc8e55b8.css.map*/