@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__aSFOk{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__aSFOk .webPhone_name__dPTwa{font-size:20px;font-weight:700}.webPhone_webPhone__aSFOk .webPhone_number__hnJfs{font-size:16px}.webPhone_webPhone__aSFOk .webPhone_time__F\+QGN{font-size:14px;font-weight:700}.webPhone_webPhone__aSFOk .webPhone_credits__jJYg6{border:1px solid var(--green);border-radius:var(--border-radius);color:var(--green);font-size:14px;padding:.5em}.webPhone_webPhone__aSFOk .webPhone_credits__jJYg6.webPhone_ending__yYzoZ{border-color:var(--orange);color:var(--orange)}.webPhone_webPhone__aSFOk .webPhone_credits__jJYg6.webPhone_ended__z0pj0{border-color:var(--pink);color:var(--pink)}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj{display:flex;gap:1em;justify-content:center;padding-top:1em}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.5em;position:relative;transition:all .25s ease-in-out}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_disabled__I2smz,.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso:hover{background-color:var(--gray-dark);color:var(--beige)}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_border__I0fxF{border:1px solid var(--gray-dark);border-radius:32px}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_border__I0fxF.webPhone_rounded__H2oD9{border-radius:50%}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_endCall__L0z4e,.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_startCall__VOChG{border-radius:32px;color:var(--beige);padding:.5em 1.5em}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_startCall__VOChG{background-color:var(--green)}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_startCall__VOChG.webPhone_disabled__I2smz,.webPhone_webPhone__aSFOk .webPhone_redial__QPCP3.webPhone_disabled__I2smz{cursor:default;opacity:.7}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_endCall__L0z4e{background-color:var(--pink)}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_endCall__L0z4e:hover,.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_startCall__VOChG:hover{opacity:.7}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_endCall__L0z4e svg{transform:rotate(135deg)}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_option__Ebtso svg{height:20px;width:20px}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_elementFloat__xUHsY{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__aSFOk .webPhone_options__lTxsj .webPhone_elementFloat__xUHsY>input{max-width:100px}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_elementFloat__xUHsY>div{max-width:300px}.webPhone_webPhone__aSFOk .webPhone_options__lTxsj .webPhone_background__SWD7D{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.webPhone_minimized__Ntzo0{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__Ntzo0 .webPhone_time__F\+QGN{font-size:12px;font-weight:700}.webPhone_minimized__Ntzo0 .webPhone_options__lTxsj{align-items:center;display:flex;justify-content:space-between;width:100%}.webPhone_minimized__Ntzo0 .webPhone_options__lTxsj .webPhone_option__Ebtso{align-items:center;cursor:pointer;display:flex;justify-content:center;padding:.5em;transition:all .25s ease-in-out}.webPhone_minimized__Ntzo0 .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_disabled__I2smz,.webPhone_minimized__Ntzo0 .webPhone_options__lTxsj .webPhone_option__Ebtso:hover{background-color:var(--beige);color:var(--purple)}.webPhone_minimized__Ntzo0 .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_border__I0fxF{border:1px solid var(--beige);border-radius:32px}.webPhone_minimized__Ntzo0 .webPhone_options__lTxsj .webPhone_option__Ebtso.webPhone_border__I0fxF.webPhone_rounded__H2oD9{border-radius:50%}:root{--height-header-modal:40px}.modal_modalBackground__hbrVX{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__wR0Q\+{animation:modal_showUp__W\+m8R .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__wR0Q\+.modal_md__AZndu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modal_modal__wR0Q\+.modal_xl__M\+NdC{height:95vh;max-width:1920px;width:95vw}.modal_modal__wR0Q\+.modal_height_fit_content__RGQaL{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:95vh}.modal_modal__wR0Q\+ .modal_header__QYume{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__wR0Q\+ .modal_header__QYume .modal_icon__n87Ec{display:flex}.modal_modal__wR0Q\+ .modal_header__QYume .modal_icon__n87Ec svg{height:40px;width:40px}.modal_modal__wR0Q\+ .modal_header__QYume .modal_text__FD2Fe{display:flex;flex:1 1;flex-direction:column;gap:.2em;max-width:calc(100% - 70px - 1em);overflow:hidden}.modal_modal__wR0Q\+ .modal_header__QYume .modal_text__FD2Fe .modal_title__Xj\+40{font-size:16px;font-weight:700}.modal_modal__wR0Q\+ .modal_header__QYume .modal_text__FD2Fe .modal_description__xi5mC{font-size:12px;font-weight:600}.modal_modal__wR0Q\+ .modal_header__QYume .modal_text__FD2Fe .modal_description__xi5mC,.modal_modal__wR0Q\+ .modal_header__QYume .modal_text__FD2Fe .modal_title__Xj\+40{text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.modal_modal__wR0Q\+ .modal_header__QYume .modal_actions__PdzJe{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative;z-index:3}.modal_modal__wR0Q\+ .modal_header__QYume .modal_actions__PdzJe svg{height:20px;width:20px}.modal_modal__wR0Q\+ .modal_header__QYume .modal_actions__PdzJe .modal_background__FE0ZL{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.modal_modal__wR0Q\+ .modal_header__QYume .modal_actions__PdzJe 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__wR0Q\+ .modal_header__QYume .modal_actions__PdzJe ul li{list-style:none;padding:.75em 1em;text-align:start;width:100%}.modal_modal__wR0Q\+ .modal_header__QYume .modal_actions__PdzJe ul li:hover{background-color:var(--background-header-table)}.modal_modal__wR0Q\+ .modal_header__QYume .modal_close__Cyv1Z{align-items:center;cursor:pointer;display:flex;justify-content:center;z-index:2}.modal_modal__wR0Q\+ .modal_header__QYume .modal_close__Cyv1Z svg{height:20px;width:20px}.modal_modal__wR0Q\+ .modal_body__2xUmh{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:0 1.5em}.modal_modal__wR0Q\+.modal_md__AZndu .modal_body__2xUmh{overflow-y:visible;overflow-y:initial}.modal_modal__wR0Q\+ .modal_body__2xUmh form{display:flex;flex-direction:column;gap:1em;height:100%}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_inlineMaxHeight__p7Kg0{align-items:flex-start;display:flex;flex:1 1;justify-content:flex-start}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4{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__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+,.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stages__XniCa{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__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stages__XniCa.modal_loading__MCr0j{justify-content:center}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4{border:var(--border-primary);border-radius:var(--border-radius);padding:.5em}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4.modal_moving__tLu7s{z-index:3}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4.modal_moving__tLu7s>div{border-color:var(--purple)}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4>div{background-color:var(--white)}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4 .modal_move__WLuKe{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__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4 .modal_move__WLuKe:hover,.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_top__x8LY\+ .modal_stage__xlCz4.modal_moving__tLu7s .modal_move__WLuKe{background-color:var(--gray-table)}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4 .modal_bottom__bHDUq{background-color:var(--white);box-shadow:0 -7px 18px -14px #00000040;height:50px;padding:1em 1em 0 0}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_stages__XniCa{display:flex;flex:1 1;gap:1em;height:100%;overflow:auto}@keyframes modal_showUp__W\+m8R{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_options__PDEf4{width:100%}.modal_modal__wR0Q\+ .modal_body__2xUmh form .modal_stages__XniCa{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__0-LMi{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.form_textarea__uFfNO{resize:vertical}.form_input__QA5dK,.form_textarea__uFfNO{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__QA5dK.form_noBorder__TnHhx,.form_textarea__uFfNO.form_noBorder__TnHhx{border-left:none;border-radius:0;border-right:none;border-top:none;padding:0 0 .25em}.form_input__QA5dK.form_focus__DKU73,.form_input__QA5dK:active,.form_input__QA5dK:focus,.form_input__QA5dK:focus-visible,.form_input__QA5dK:focus-within,.form_textarea__uFfNO.form_focus__DKU73,.form_textarea__uFfNO:active,.form_textarea__uFfNO:focus,.form_textarea__uFfNO:focus-visible,.form_textarea__uFfNO:focus-within{border:1px solid var(--success);box-shadow:0 0 0 0;outline:0}.form_input__QA5dK.form_noBorder__TnHhx.form_focus__DKU73,.form_input__QA5dK.form_noBorder__TnHhx:active,.form_input__QA5dK.form_noBorder__TnHhx:focus,.form_input__QA5dK.form_noBorder__TnHhx:focus-visible,.form_input__QA5dK.form_noBorder__TnHhx:focus-within,.form_textarea__uFfNO.form_noBorder__TnHhx.form_focus__DKU73,.form_textarea__uFfNO.form_noBorder__TnHhx:active,.form_textarea__uFfNO.form_noBorder__TnHhx:focus,.form_textarea__uFfNO.form_noBorder__TnHhx:focus-visible,.form_textarea__uFfNO.form_noBorder__TnHhx:focus-within{border-left:none;border-right:none;border-top:none}.form_input__QA5dK.form_focus__DKU73~div svg,.form_input__QA5dK:active~div svg,.form_input__QA5dK:focus-visible~div svg,.form_input__QA5dK:focus-within~div svg,.form_input__QA5dK:focus~div svg{color:var(--purple);color:var(--success)}.form_iconSearch__-95sK{align-items:center;display:flex;justify-content:center;position:absolute;right:var(--padding-x)}.form_iconSearch__-95sK svg{color:var(--third-text-color);height:16px;width:16px}.form_input__QA5dK.form_sm__ezJ-7,.form_textarea__uFfNO.form_sm__ezJ-7{padding:var(--padding-form-md)}.form_input__QA5dK::placeholder,.form_textarea__uFfNO::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__Oz5AH{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__Oz5AH:disabled{cursor:not-allowed;opacity:.5}.form_button__Oz5AH:not(:disabled):hover{opacity:.8}.form_success__t8IuM{background-color:var(--purple);background-color:var(--success);color:#fff;color:var(--text-active-color)}.form_backgroundForm__SVM7G{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__r248V{align-items:flex-start;display:flex;flex-direction:column;gap:.3em;justify-content:center;min-width:50px;position:relative}.form_formGroup__r248V.form_fullWidth__hCX4H{width:100%}.form_formGroup__r248V .form_header__94K6v{align-items:center;display:flex;justify-content:space-between;width:100%}.form_formGroup__r248V .form_header__94K6v label{font-size:12px;font-weight:700}.form_formGroup__r248V .form_header__94K6v .form_rightContent__P5kCB{font-size:12px;font-weight:700;padding:0 .5em}.form_formGroup__r248V .form_body__jlYgk{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.form_formGroup__r248V.form_inside__Bnk0U{padding:0 .5em}.form_formGroupInline__bqbab{align-items:center;display:flex;gap:.5em;justify-content:center;width:100%}.form_formGroupInline__bqbab.form_btnAction__kUXKh>div:first-child{width:calc(50% - .25em)}.form_formGroupInline__bqbab.form_btnAction__kUXKh.form_uniqueInput__Vshpf>div:first-child,.form_formGroupInline__bqbab.form_btnAction__kUXKh>div.form_fullWidth__hCX4H:nth-child(2){flex:1 1}.form_datePicker__0yw8k,.form_select__r0411,.form_timePicker__yZMpI{position:relative;-webkit-user-select:none;user-select:none;width:100%}.form_datePicker__0yw8k .form_text__VDFVI,.form_select__r0411 .form_text__VDFVI,.form_timePicker__yZMpI .form_text__VDFVI{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__0yw8k.form_noBorder__TnHhx .form_text__VDFVI,.form_select__r0411.form_noBorder__TnHhx .form_text__VDFVI,.form_timePicker__yZMpI.form_noBorder__TnHhx .form_text__VDFVI{border-left:none;border-radius:0;border-right:none;border-top:none;padding:0 0 .25em}.form_datePicker__0yw8k .form_text__VDFVI>span,.form_select__r0411 .form_text__VDFVI>span,.form_timePicker__yZMpI .form_text__VDFVI>span{overflow:hidden;text-overflow:ellipsis}.form_datePicker__0yw8k.form_active__9s26h,.form_select__r0411.form_active__9s26h,.form_timePicker__yZMpI.form_active__9s26h{z-index:4}.form_datePicker__0yw8k.form_active__9s26h .form_text__VDFVI,.form_select__r0411.form_active__9s26h .form_text__VDFVI,.form_timePicker__yZMpI.form_active__9s26h .form_text__VDFVI{border-color:var(--success);border-width:1px}.form_datePicker__0yw8k .form_groupOptions__j-JQX,.form_select__r0411 .form_groupOptions__j-JQX,.form_timePicker__yZMpI .form_groupOptions__j-JQX{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__r0411.form_disabled__-oUxD .form_text__VDFVI{opacity:.7}.form_datePicker__0yw8k .form_groupOptions__j-JQX{display:flex;max-width:95vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form_datePicker__0yw8k .form_calendar__96ozA{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__0yw8k .form_calendar__96ozA .form_header__94K6v{display:flex;position:relative;width:100%;z-index:2}.form_datePicker__0yw8k .form_calendar__96ozA .form_header__94K6v .form_arrows__hJ6wy{display:flex;justify-content:space-between;position:absolute;top:0;width:100%}.form_datePicker__0yw8k .form_calendar__96ozA .form_header__94K6v .form_arrows__hJ6wy .form_arrow__DSkWb{cursor:pointer;height:16px;width:16px}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk{display:flex;flex-direction:row;gap:1.5em;justify-content:space-around;position:relative;z-index:1}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh{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__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_header__94K6v{align-items:center;display:flex;flex-direction:column;font-size:.9em;gap:1em;justify-content:center;width:100%}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_header__94K6v .form_weekDays__Qb-tf{border-bottom:var(--border-second);display:flex;font-size:.8em;justify-content:space-between;padding-bottom:.5em;width:100%}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_header__94K6v .form_weekDays__Qb-tf span{flex:1 1;text-align:center}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS{align-items:center;border-radius:8px;border-radius:var(--border-radius-form);display:flex;justify-content:flex-start;overflow:hidden;width:100%}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc{width:14.28571%}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc span{align-items:center;border:1px solid var(--background-form);display:flex;font-size:.8em;justify-content:center;padding:5px;width:100%}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc:not(.form_disabled__-oUxD){cursor:pointer}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc:not(.form_disabled__-oUxD):hover span{background-color:var(--second-text-color);border-radius:8px;border-radius:var(--border-radius-form)}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_inRange__5FJsR{background-color:var(--second-text-color-active);border-radius:0}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_disabled__-oUxD{opacity:.7}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_today__Xt7fc span{border:var(--border-second);border-radius:8px;border-radius:var(--border-radius-form)}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_active__9s26h{background-color:var(--second-text-color-active);color:#fff;color:var(--text-active-color);font-weight:700}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_active__9s26h span{background-color:var(--purple);background-color:var(--background-active-form);border:none;border-radius:8px;border-radius:var(--border-radius-form)}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_firstDay__zGelq,.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_isStart__vROmD{border-radius:8px 0 0 8px;border-radius:var(--border-radius-form) 0 0 var(--border-radius-form)}.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_isEnd__lHD8V,.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk .form_month__prFeh .form_week__Cc6eS .form_day__2TLXc.form_lastDay__TPAxt{border-radius:0 8px 8px 0;border-radius:0 var(--border-radius-form) var(--border-radius-form) 0}.form_datePicker__0yw8k .form_calendar__96ozA .form_footer__IRLt7{align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:flex-end;padding-top:1.5em;width:100%}.form_datePicker__0yw8k .form_calendar__96ozA .form_footer__IRLt7 .form_selectedPeriod__wbeCa{display:flex;font-size:.9em;font-weight:600;gap:.5em}.form_datePicker__0yw8k .form_calendar__96ozA .form_footer__IRLt7 .form_actions__7OLMN{display:flex;gap:.5em;justify-content:space-between}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd{display:flex;flex-direction:column;font-size:.8em;padding:5px 0;width:160px}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd>span{font-weight:700;padding:5px 15px}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd .form_presets__MXqez{display:flex;flex-direction:column}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd .form_presets__MXqez>div{align-items:center;cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;padding:6px 25px;width:100%}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd .form_presets__MXqez>div.form_active__9s26h{background-color:var(--purple);background-color:var(--background-active-form);color:#fff;color:var(--text-active-color)}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd .form_presets__MXqez>div:hover{background-color:var(--gray);background-color:var(--color-hover)}.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd .form_presets__MXqez>div.form_active__9s26h:hover{background-color:var(--purple);background-color:var(--background-active-form);opacity:.8}@media screen and (max-width:768px){.form_datePicker__0yw8k .form_groupOptions__j-JQX .form_panelRight__WCepd{display:none}}@media screen and (max-width:580px){.form_datePicker__0yw8k .form_calendar__96ozA .form_body__jlYgk{flex-wrap:wrap}}.form_timePicker__yZMpI .form_groupOptions__j-JQX{display:flex;max-width:95vw;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form_timePicker__yZMpI .form_groupOptions__j-JQX.form_left__nZ\+g8{left:0}.form_timePicker__yZMpI .form_groupOptions__j-JQX.form_right__m0nZ4{right:0}.form_timePicker__yZMpI .form_container__3zeAQ{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__yZMpI .form_container__3zeAQ .form_header__94K6v{border-bottom:var(--border-second);display:flex;gap:1.5em;justify-content:space-around;padding-bottom:.5em}.form_timePicker__yZMpI .form_container__3zeAQ .form_header__94K6v span{font-size:.9em;font-weight:700;margin-left:-17px}.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk{display:flex;flex-direction:row;gap:1.5em;justify-content:space-around;position:relative;z-index:1}.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_hours__IDWcB,.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_minutes__hAbIk{flex:1 1;max-height:250px;overflow:auto;padding:5px}.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_hour__zZKRE,.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_minute__RUiwC{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__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_hour__zZKRE span,.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_minute__RUiwC span{align-items:center;display:flex;justify-content:center;width:32px}.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_hour__zZKRE:hover,.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_minute__RUiwC:hover{background-color:var(--second-text-color)}.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_hour__zZKRE.form_now__M--Oo,.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_minute__RUiwC.form_now__M--Oo{border:var(--border-second)}.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_hour__zZKRE.form_active__9s26h,.form_timePicker__yZMpI .form_container__3zeAQ .form_body__jlYgk .form_minute__RUiwC.form_active__9s26h{background-color:var(--purple);background-color:var(--background-active-form);border:none;color:#fff;color:var(--text-active-color)}.form_timePicker__yZMpI .form_container__3zeAQ .form_footer__IRLt7{align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:flex-end;padding-top:1.5em;width:100%}.form_timePicker__yZMpI .form_container__3zeAQ .form_footer__IRLt7 .form_selectedPeriod__wbeCa{display:flex;font-size:.9em;font-weight:600;gap:.15em}.form_timePicker__yZMpI .form_container__3zeAQ .form_footer__IRLt7 .form_actions__7OLMN{display:flex;gap:.5em;justify-content:space-between}.form_timePicker__yZMpI .form_container__3zeAQ .form_footer__IRLt7 .form_icon__R4bvS{align-items:center;cursor:pointer;display:flex;flex:1 1;justify-content:center}.form_timePicker__yZMpI .form_container__3zeAQ .form_footer__IRLt7 .form_icon__R4bvS svg{color:var(--pink)!important;color:var(--danger)!important;height:1em;width:1em}.form_timePicker__yZMpI .form_container__3zeAQ .form_footer__IRLt7 .form_icon__R4bvS svg path{stroke:var(--pink)!important;stroke:var(--danger)!important}.form_select__r0411 .form_groupOptions__j-JQX .form_search__Fc0cm{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}.form_select__r0411 .form_groupOptions__j-JQX .form_search__Fc0cm input{border:none;border-bottom:1px solid var(--success);border-radius:0}.form_select__r0411 .form_groupOptions__j-JQX .form_search__Fc0cm input:focus-visible{border:none;border-bottom:1px solid var(--success)}.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw{display:flex;flex-direction:column;gap:.5em;max-height:350px;overflow-x:hidden;overflow-y:auto;padding:.5em}.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_selectAll__a\+bFv{font-weight:700;opacity:.7}.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_option__3aVYe,.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_selectAll__a\+bFv{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__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_option__3aVYe>span{flex:1 1}.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_option__3aVYe 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__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_option__3aVYe button:hover{background-color:var(--purple);background-color:var(--success);color:var(--beige)}.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_option__3aVYe:hover button{opacity:1}.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_option__3aVYe:hover,.form_select__r0411 .form_groupOptions__j-JQX .form_options__GArFw .form_selectAll__a\+bFv:hover{background-color:var(--gray);background-color:var(--color-hover)}.form_checkbox__1u\+Ap{border:var(--border-second);border-radius:50%;height:24px;width:24px}.form_checkbox__1u\+Ap.form_active__9s26h{border:var(--border-active-checkbox-form)}.form_checkbox__1u\+Ap.form_pink__oK7ld.form_active__9s26h{border-color:var(--pink)}.contact_groupContact__Nhytu{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__Nhytu .contact_actions__lgMIK{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.contact_groupContact__Nhytu .contact_actions__lgMIK svg{cursor:pointer;height:14px;width:14px}.contact_groupContact__Nhytu .contact_data__uhBw-{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.contact_groupContact__Nhytu .contact_data__uhBw- input,.contact_groupContact__Nhytu .contact_data__uhBw- span{font-size:1em}.modalLead_modalLead__sYksY{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__sYksY .modalLead_center__DJYlK,.modalLead_modalLead__sYksY .modalLead_left__TNUtH,.modalLead_modalLead__sYksY .modalLead_right__W0Ce9{display:flex;flex-direction:column;gap:1em;height:100%}.modalLead_modalLead__sYksY .modalLead_left__TNUtH,.modalLead_modalLead__sYksY .modalLead_right__W0Ce9{flex:1 1;max-width:350px;min-width:250px;overflow-x:hidden;overflow-y:scroll;padding-bottom:1em}.modalLead_modalLead__sYksY .modalLead_right__W0Ce9{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__sYksY .modalLead_personalInfos__Tm7bO{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:24px;width:100%}.modalLead_modalLead__sYksY .modalLead_personalInfos__Tm7bO svg{cursor:pointer;height:16px;width:16px}.modalLead_modalLead__sYksY .modalLead_status__Y-mSC{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.modalLead_modalLead__sYksY .modalLead_flags__BBLOW{display:flex;flex-wrap:wrap;gap:.5em}.modalLead_modalLead__sYksY .modalLead_status__Y-mSC img{height:96px;width:96px}.modalLead_modalLead__sYksY .modalLead_data__LbdMy{flex-direction:column;font-size:14px;width:100%}.modalLead_modalLead__sYksY .modalLead_data__LbdMy,.modalLead_modalLead__sYksY .modalLead_data__LbdMy .modalLead_name__2o\+8p{align-items:center;display:flex;gap:.5em;justify-content:center}.modalLead_modalLead__sYksY .modalLead_data__LbdMy .modalLead_name__2o\+8p input,.modalLead_modalLead__sYksY .modalLead_data__LbdMy .modalLead_name__2o\+8p span{flex:1 1;font-size:20px;font-weight:700;text-align:center}.modalLead_modalLead__sYksY .modalLead_data__LbdMy span{text-align:center}.modalLead_modalLead__sYksY .modalLead_actions__acqHX{display:flex;justify-content:space-between;width:100%;z-index:2}.modalLead_modalLead__sYksY .modalLead_actions__acqHX 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__sYksY .modalLead_actions__acqHX button svg{height:24px;width:24px}.modalLead_modalLead__sYksY .modalLead_actions__acqHX .modalLead_groupCenter__axS\+4{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:center}.modalLead_modalLead__sYksY .modalLead_actions__acqHX .modalLead_groupCenter__axS\+4 span{font-size:10px;font-weight:700}.modalLead_modalLead__sYksY .modalLead_call__CJsvP{width:100%}.modalLead_modalLead__sYksY .modalLead_call__CJsvP button{align-items:center;background-color:var(--orange);color:var(--gray-dark);display:flex;font-size:14px;gap:.5em;justify-content:center}.modalLead_modalLead__sYksY .modalLead_call__CJsvP button svg{height:16px;width:16px}.modalLead_modalLead__sYksY .modalLead_groupToogleData__03dGN{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.modalLead_modalLead__sYksY .modalLead_groupToogleData__03dGN .modalLead_body__wjHRD{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;padding:0 16px;width:100%}.modalLead_modalLead__sYksY Button{background-color:var(--gray-dark);font-size:12px;padding:6px}.modalLead_modalLead__sYksY .modalLead_right__W0Ce9 Button{margin:.5em 0}.modalLead_modalLead__sYksY .modalLead_center__DJYlK{background-color:var(--gray);flex:2 1;max-width:1200px}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_quickActions__FmCmB{align-items:center;display:flex;gap:1em;justify-content:center;padding:1em}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_quickActions__FmCmB button{align-items:center;display:flex;gap:.5em;justify-content:center;padding:var(--padding-form)}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_quickActions__FmCmB button svg{height:16px;width:16px}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_divDiscarted__kf4az{padding:1em}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_discarted__Q71Wx{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__sYksY .modalLead_center__DJYlK .modalLead_discarted__Q71Wx button{padding:.75em 1em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_menuToogle__\+L2--{padding:0 1em}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_menuToogle__\+L2-- .modalLead_menu__k1xd5{align-items:center;border-radius:var(--border-radius);box-shadow:var(--box-shadow-all-sides);display:flex;justify-content:center;width:100%}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_menuToogle__\+L2-- .modalLead_menu__k1xd5>span{border-radius:var(--border-radius);cursor:pointer;flex:1 1;padding:.5em;text-align:center}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_menuToogle__\+L2-- .modalLead_menu__k1xd5>span.modalLead_active__UQ6EA{background-color:var(--white);box-shadow:var(--box-shadow);font-weight:700}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_body__wjHRD{height:100%;overflow-x:hidden;overflow-y:scroll;padding:0 1em 1em}.modalLead_modalLead__sYksY .modalLead_center__DJYlK .modalLead_body__wjHRD>div{animation:modalLead_show-right__W1xrd .75s ease-in-out}.modalLead_showAllFields__0TUnS{color:var(--pink);display:flex;justify-content:flex-end}.modalLead_showAllFields__0TUnS span{cursor:pointer;font-size:.9em;text-decoration:underline}.modalLead_navMovile__hqgpU{display:none}@keyframes modalLead_show-right__W1xrd{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media only screen and (max-width:1068px){.modalLead_modalLead__sYksY .modalLead_center__DJYlK{font-size:85%}}@media only screen and (max-width:968px){.modalLead_navMovile__hqgpU{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__hqgpU .modalLead_item__A\+S9I{align-items:center;display:flex;flex:1 1;justify-content:center;padding:.5em}.modalLead_navMovile__hqgpU .modalLead_item__A\+S9I.modalLead_active__UQ6EA{background-color:var(--orange)}.modalLead_navMovile__hqgpU .modalLead_item__A\+S9I svg{height:24px;width:24px}.modalLead_modalLead__sYksY.modalLead_bgGray__eHqi4{background-color:var(--gray)}.modalLead_modalLead__sYksY .modalLead_center__DJYlK:not(.modalLead_active__UQ6EA),.modalLead_modalLead__sYksY .modalLead_left__TNUtH:not(.modalLead_active__UQ6EA),.modalLead_modalLead__sYksY .modalLead_right__W0Ce9:not(.modalLead_active__UQ6EA){display:none}.modalLead_modalLead__sYksY .modalLead_center__DJYlK,.modalLead_modalLead__sYksY .modalLead_left__TNUtH,.modalLead_modalLead__sYksY .modalLead_right__W0Ce9{font-size:90%;max-height:calc(100% - 24px - 1em);max-width:100%;padding:.5em;width:100%}.modalLead_modalLead__sYksY .modalLead_center__DJYlK,.modalLead_modalLead__sYksY .modalLead_right__W0Ce9{max-height:calc(100% - 2.2em - 24px - var(--height-header-modal))}.modalLead_modalLead__sYksY .modalLead_center__DJYlK{margin-top:calc(1.2em + var(--height-header-modal))}}.address_groupAddress__7Wx24{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__7Wx24 .address_actions__\+\+Vnz{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.address_groupAddress__7Wx24 .address_actions__\+\+Vnz svg{cursor:pointer;height:14px;width:14px}.address_groupAddress__7Wx24 .address_data__soBnv,.groupDataEdit_groupItem__59Ay0{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.groupDataEdit_groupItem__59Ay0{font-size:1em;padding:.5em 0;position:relative}.groupDataEdit_groupItem__59Ay0.groupDataEdit_borderTop__pP2FT{border-top:var(--border-table)}.groupDataEdit_groupItem__59Ay0 .groupDataEdit_actions__Hn5Nm{align-items:center;display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:0;top:.5em;z-index:2}.groupDataEdit_groupItem__59Ay0 .groupDataEdit_actions__Hn5Nm svg{cursor:pointer;height:14px;width:14px}.product_groupProduct__vNQqD{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__vNQqD .product_actions__hlpEo{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.product_groupProduct__vNQqD .product_actions__hlpEo svg{cursor:pointer;height:14px;width:14px}.product_groupProduct__vNQqD .product_data__ko0og{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.loading_initialLoading__U81gU,.loading_loading__96\+Mp{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__U81gU{background-color:var(--second-background);flex-direction:column;gap:1em}.loading_loading__96\+Mp.loading_fullPage__BUBKq{position:fixed}.loading_initialLoading__U81gU img,.loading_loading__96\+Mp img{height:80px}.loading_loading__96\+Mp img{animation:loading_loading__96\+Mp 2s infinite;height:80px}@keyframes loading_loading__96\+Mp{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__UJ0Z-{align-items:center;border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:center;padding:.5em;position:relative;width:100%}.utm_groupUtm__UJ0Z- .utm_actions__Yiirr{display:flex;gap:.5em;justify-content:flex-end;position:absolute;right:.5em;top:.5em;z-index:2}.utm_groupUtm__UJ0Z- .utm_actions__Yiirr svg{cursor:pointer;height:14px;width:14px}.utm_groupUtm__UJ0Z- .utm_data__cv8ja{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.utm_groupUtm__UJ0Z- .utm_data__cv8ja input,.utm_groupUtm__UJ0Z- .utm_data__cv8ja span{font-size:1em}.breakForm_breakForm__Z9YkB{padding-top:.5em}.breakForm_breakForm__Z9YkB:not(.breakForm_noBorder__KE6qF){border-top:1px solid var(--gray)}.breakForm_breakForm__Z9YkB .breakForm_action__0w4jV{align-items:center;display:flex;justify-content:space-between}.breakForm_breakForm__Z9YkB .breakForm_action__0w4jV span{font-size:16px;font-weight:700}.history_historics__aWOj5{display:flex;flex-direction:column;gap:2em}.history_historics__aWOj5 .history_activeHistorics__3oquO>span,.history_historics__aWOj5 .history_historyHistorics__knnFY .history_body__wXIDc>span{font-size:.9em;font-weight:700;opacity:.8}.history_historics__aWOj5 .history_activeHistorics__3oquO,.history_historics__aWOj5 .history_historyHistorics__knnFY{display:flex;flex-direction:column;gap:1em}.history_historics__aWOj5 .history_historyHistorics__knnFY .history_filters__icF36{display:flex;gap:.5em;justify-content:space-between}.history_historics__aWOj5 .history_historyHistorics__knnFY .history_body__wXIDc{display:flex;flex-direction:column;gap:.5em}.history_historics__aWOj5 button{align-items:center;display:flex;gap:.5em;justify-content:center}.history_historics__aWOj5 button svg{height:16px;width:16px}.cardHistoric_card__ctPT8{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__ctPT8.cardHistoric_canceled__mL3hY,.cardHistoric_card__ctPT8.cardHistoric_finished__X0Xh3{animation:cardHistoric_show__g\+agj 1s ease-in-out forwards}.cardHistoric_card__ctPT8.cardHistoric_canceled__mL3hY{background-color:var(--pink-opacity);text-decoration:line-through}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_left__qHVfV,.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye{align-items:center;display:flex;gap:.5em;justify-content:center}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_expand__o82nG{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_left__qHVfV .cardHistoric_name__p3LhT{font-weight:700}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye{flex:1 1;justify-content:flex-end}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye>span{font-size:.9em;font-weight:700}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye>div:not(.cardHistoric_actions__nRYx2){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye .cardHistoric_actions__nRYx2{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye .cardHistoric_actions__nRYx2 .cardHistoric_background__Nt2H5{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye .cardHistoric_actions__nRYx2 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__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye .cardHistoric_actions__nRYx2 ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardHistoric_card__ctPT8 .cardHistoric_header__yS-xz .cardHistoric_right__QX1ye .cardHistoric_actions__nRYx2 ul li:hover{background-color:var(--background-header-table)}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi{display:flex;width:100%}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL svg{cursor:pointer;height:16px;width:16px}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL .cardHistoric_finished__X0Xh3{color:var(--green)}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL .cardHistoric_canceled__mL3hY{color:var(--pink)}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL .cardHistoric_finish__N2CvV:hover{color:var(--green)}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL .cardHistoric_finished__X0Xh3:hover{color:var(--pink)}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_action__mtBvL .cardHistoric_canceled__mL3hY:hover{color:var(--green)}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN>div:last-child{margin-top:1em}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN .cardHistoric_title__D\+80i{font-weight:700}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN .cardHistoric_description__OkvXS{line-break:normal}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN .cardHistoric_uploads__QfnQb{display:flex;flex-direction:column;gap:.5em;width:100%}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN .cardHistoric_uploads__QfnQb .cardHistoric_file__-ts7q{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__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN .cardHistoric_uploads__QfnQb .cardHistoric_file__-ts7q span{flex:1 1}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN .cardHistoric_uploads__QfnQb .cardHistoric_file__-ts7q:hover{border-color:var(--purple);color:var(--purple);text-decoration:underline}.cardHistoric_card__ctPT8 .cardHistoric_body__FnjYi .cardHistoric_content__8CUUN>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardHistoric_card__ctPT8 .cardHistoric_footer__oYxay{display:flex;flex-direction:column;gap:.5em;width:100%}.cardHistoric_card__ctPT8 .cardHistoric_footer__oYxay .cardHistoric_inlineGroup__TNOxX{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardHistoric_card__ctPT8 .cardHistoric_footer__oYxay .cardHistoric_message__EVC9-{font-size:12px;font-weight:700}.cardHistoric_card__ctPT8 .cardHistoric_bottomBorder__AovSy:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardHistoric_rotate__PvZW\+{transform:rotate(90deg)}@keyframes cardHistoric_show__g\+agj{0%{max-height:0;overflow:hidden;padding-bottom:0;padding-top:0}to{max-height:500px;overflow:hidden;padding:.75em}}.interations_interations__admri{display:flex;flex-direction:column;gap:2em}.interations_interations__admri .interations_activeInterations__W\+ezl,.interations_interations__admri .interations_historyInterations__Y20i0{display:flex;flex-direction:column;gap:1em}.interations_interations__admri .interations_historyInterations__Y20i0{gap:2em}.interations_interations__admri .interations_activeInterations__W\+ezl>span,.interations_interations__admri .interations_historyInterations__Y20i0 .interations_body__nkAOr>span{font-size:.9em;font-weight:700;opacity:.8}.interations_interations__admri .interations_historyInterations__Y20i0 .interations_body__nkAOr .interations_groupInteractions__NFg7N{display:flex;flex-direction:column;gap:.5em}.interations_interations__admri .interations_historyInterations__Y20i0 .interations_filters__-NsAt{display:flex;gap:.5em;justify-content:space-between}.interations_interations__admri .interations_historyInterations__Y20i0 .interations_body__nkAOr{display:flex;flex-direction:column;gap:.5em}.interations_interations__admri button{align-items:center;display:flex;gap:.5em;justify-content:center}.interations_interations__admri button svg{height:16px;width:16px}.menuToogle_menuToogle__tZJnv{align-items:center;display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none;width:100%}.menuToogle_menuToogle__tZJnv span{border-bottom:var(--border-table);cursor:pointer;flex:1 1;font-size:14px;padding-bottom:.5em;text-align:center}.menuToogle_menuToogle__tZJnv span.menuToogle_active__1Av8L{border-color:var(--gray-dark);font-weight:700}.cardCall_card__JC3Km{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__JC3Km .cardCall_header__aASsB{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardCall_card__JC3Km .cardCall_header__aASsB .cardCall_left__WtSgq,.cardCall_card__JC3Km .cardCall_header__aASsB .cardCall_right__u0BlM{align-items:center;display:flex;gap:.5em;justify-content:center}.cardCall_card__JC3Km .cardCall_header__aASsB .cardCall_left__WtSgq .cardCall_name__qAUOy{font-weight:700}.cardCall_card__JC3Km .cardCall_header__aASsB .cardCall_right__u0BlM{flex:1 1;justify-content:flex-end}.cardCall_card__JC3Km .cardCall_header__aASsB .cardCall_right__u0BlM>span{font-size:.9em;font-weight:700}.cardCall_card__JC3Km .cardCall_body__81\+-I{display:flex;width:100%}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M ul{margin-left:1.25em}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M>div:last-child{margin-top:1em}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M .cardCall_title__3cP8\+{font-size:14px;font-weight:700}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M .cardCall_description__JzaWF{line-break:normal}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M .cardCall_uploads__HdMy6{display:flex;flex-direction:column;gap:.5em;width:100%}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M .cardCall_uploads__HdMy6 .cardCall_file__c13to{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__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M .cardCall_uploads__HdMy6 .cardCall_file__c13to span{flex:1 1}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M .cardCall_uploads__HdMy6 .cardCall_file__c13to:hover{border-color:var(--purple);color:var(--purple);text-decoration:underline}.cardCall_card__JC3Km .cardCall_body__81\+-I .cardCall_content__hlG1M>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardCall_card__JC3Km .cardCall_bottomBorder__UVe-5:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.formGroupExpand_formGroupExpand__iB2JH{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__iB2JH.formGroupExpand_show__5ojVc{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:100%;padding:.5em}.formGroupExpand_icon__5i4xU{cursor:pointer;height:16px;transition:transform .25s ease-in-out;width:16px}.formGroupExpand_icon__5i4xU.formGroupExpand_show__5ojVc{height:16px;transform:rotate(90deg);width:16px}.cardChat_card__Lza3u{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__Lza3u .cardChat_header__Vi1tz{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardChat_card__Lza3u .cardChat_header__Vi1tz .cardChat_left__Y3mma,.cardChat_card__Lza3u .cardChat_header__Vi1tz .cardChat_right__cGygn{align-items:center;display:flex;gap:.5em;justify-content:center}.cardChat_card__Lza3u .cardChat_header__Vi1tz .cardChat_left__Y3mma .cardChat_name__YikFs{font-weight:700}.cardChat_card__Lza3u .cardChat_header__Vi1tz .cardChat_right__cGygn{flex:1 1;justify-content:flex-end}.cardChat_card__Lza3u .cardChat_header__Vi1tz .cardChat_right__cGygn>span{font-size:.9em;font-weight:700}.cardChat_card__Lza3u .cardChat_body__bgDc3{display:flex;width:100%}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a ul{margin-left:1.25em}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a>div:last-child{margin-top:1em}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a .cardChat_title__XLsow{font-size:14px;font-weight:700}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a .cardChat_description__dgn53{line-break:normal}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a .cardChat_messages__FC-Yv{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__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a .cardChat_button__QS8Uj{align-items:center;display:flex;justify-content:center;text-align:center;text-decoration:none;width:100%}.cardChat_card__Lza3u .cardChat_body__bgDc3 .cardChat_content__JbE5a>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardChat_card__Lza3u .cardChat_bottomBorder__mBPdm:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.message_division__YeK5g,.message_system__bVw-c{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__YeK5g.message_internal__Mdmq2{background-color:var(--pink)}.message_system__bVw-c{opacity:.7}.message_groupMessage__rM\+ps{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__rM\+ps.message_active__ORtVx{background-color:#00000012}.message_groupMessage__rM\+ps .message_message__UxdLZ{max-width:100%}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P{align-items:flex-start;display:flex;gap:1em;justify-content:flex-start}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P.message_hasReaction__VWoq4{margin-bottom:1.5em}.message_message__UxdLZ .message_content__aBW6P .message_groupMedia__UKv2w{align-items:flex-start;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;max-width:350px}.message_message__UxdLZ .message_content__aBW6P .message_groupMedia__UKv2w span{overflow-wrap:anywhere}.message_message__UxdLZ .message_content__aBW6P .message_contentMessage__3mk20.message_quotedMessage__Cm\+xS .message_groupMedia__UKv2w{max-width:calc(350px - 1em);-webkit-user-select:none;user-select:none}.message_message__UxdLZ .message_content__aBW6P .message_contentMessage__3mk20.message_quotedMessage__Cm\+xS:active{transform:scale(.95)}.message_message__UxdLZ .message_content__aBW6P .message_title__50vvP{font-size:14px;font-weight:700}.message_message__UxdLZ .message_content__aBW6P .message_description__bSP0t{line-break:normal}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupMedia__UKv2w .message_text__DIXrG{word-wrap:break-word;padding-right:2em;width:100%}.message_groupMessage__rM\+ps:not(.message_send__w5\+Or) .message_message__UxdLZ .message_content__aBW6P .message_groupMedia__UKv2w button{color:var(--third-text-color)}.message_profileImage__CxJtb{align-items:center;display:flex;height:50px;justify-content:center;width:50px}.message_profileImage__CxJtb img{border-radius:var(--border-radius);height:100%;object-fit:cover;object-position:center;width:100%}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs{background-color:var(--background-header-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.5em;padding:.5em;position:relative}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_reactions__2nSId{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__aCdoF{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:center}.message_messageReactions__aCdoF .message_itemReaction__fRbcM{align-items:center;display:flex;gap:1em;justify-content:space-between;min-width:250px;width:100%}.message_messageReactions__aCdoF .message_itemReaction__fRbcM .message_senderInfo__juZuY{align-items:center;display:flex;gap:.5em;justify-content:flex-start}.message_itemReaction__fRbcM .message_reaction__MKTk\+{font-size:1.5em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_uploading__-cVLZ{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__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_uploading__-cVLZ .message_circleLoading__ZLRPw svg{color:var(--pink);height:40px;width:40px}.message_groupMessage__rM\+ps.message_send__w5\+Or .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_reactions__2nSId{left:auto;right:.5em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_italicText__ednbw{align-items:center;display:flex;font-style:italic;gap:.25em;justify-content:flex-start;opacity:.7;padding-right:2em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_italicText__ednbw svg{height:16px;min-width:16px;width:16px}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_edited__iNkB5{font-size:.8em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_senderInfo__juZuY{text-wrap:nowrap;display:flex;font-size:.9em;gap:.5em;padding-right:2em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_senderInfo__juZuY .message_profileName__CmS\+6{color:var(--orange);font-weight:700}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw{height:20px;opacity:0;position:absolute;right:.5em;top:.5em;transition:opacity .25s ease-in-out;width:20px}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw.message_active__ORtVx,.message_groupMessage__rM\+ps .message_message__UxdLZ:hover .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw{opacity:1}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw svg{cursor:pointer;height:20px;width:20px}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw ul{align-items:flex-start;animation:message_showHidden__XpQBH .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__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw ul li{align-items:center;cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;list-style:none;padding:.5em;width:100%}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw ul li.message_listReactions__lwkfa>div:hover,.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw ul li:hover{background-color:var(--opacity-background)}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw ul li.message_listReactions__lwkfa>div{border-radius:var(--border-radius);font-size:1.3em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw ul li.message_listReactions__lwkfa:hover{background-color:initial}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_options__v8HGw .message_background__9tBMe{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20{display:flex;flex-direction:column;gap:.5em}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P a{color:var(--orange)}.message_contentMessage__3mk20.message_quotedMessage__Cm\+xS{background-color:var(--opacity-background);border-radius:var(--border-radius);padding:.5em}.message_contentMessage__3mk20.message_quotedMessage__Cm\+xS .message_senderInfo__juZuY{color:var(--pink);font-size:.9em;font-weight:700}.message_groupMessage__rM\+ps.message_internal__Mdmq2 .message_contentMessage__3mk20.message_quotedMessage__Cm\+xS .message_senderInfo__juZuY{color:var(--blue)}.message_contentMessage__3mk20.message_quotedMessage__Cm\+xS .message_groupMedia__UKv2w{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.message_contentMessage__3mk20.message_quotedMessage__Cm\+xS .message_groupMedia__UKv2w img,.message_contentMessage__3mk20.message_quotedMessage__Cm\+xS .message_groupMedia__UKv2w video{max-height:60px;max-width:60px;min-height:auto;min-width:auto}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20 .message_footer__Y0J6D{align-items:center;display:flex;gap:.5em;justify-content:flex-end}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20 .message_date__34lGf{font-size:.8em;text-align:right;width:100%}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20 .message_footer__Y0J6D svg{height:16px;min-width:16px;width:16px}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20 .message_footer__Y0J6D svg.message_sendStatus__CrUqx{height:12px;width:14px}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20 .message_footer__Y0J6D svg.message_deliveredStatus__yZdmg{height:16px;width:16px}.message_groupMessage__rM\+ps .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs .message_contentMessage__3mk20 .message_footer__Y0J6D svg.message_read__UX1np{color:var(--pink)}.message_groupMessage__rM\+ps.message_send__w5\+Or{justify-content:flex-end}.message_groupMessage__rM\+ps.message_send__w5\+Or .message_message__UxdLZ .message_content__aBW6P{flex-direction:row-reverse}.message_groupMessage__rM\+ps.message_send__w5\+Or .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs{background-color:var(--purple);color:var(--beige)}.message_groupMessage__rM\+ps.message_internal__Mdmq2 .message_message__UxdLZ .message_textInternal__tpSo3{color:var(--beige);font-weight:700}.message_groupMessage__rM\+ps.message_internal__Mdmq2 .message_message__UxdLZ .message_content__aBW6P .message_groupContentMessage__L7Vvs{background-color:var(--pink);color:var(--beige)}.message_groupMessage__rM\+ps.message_deleted__GDOxy{opacity:.5}.message_groupMessage__rM\+ps.message_deleted__GDOxy .message_groupMedia__UKv2w{text-decoration:line-through}.message_preview__1YbQb{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__1YbQb img,.message_preview__1YbQb video{max-height:85vh!important;max-width:85vw!important}.message_preview__1YbQb .message_close__LsZFR{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__1YbQb .message_close__LsZFR:hover{background-color:var(--third-background)}.message_preview__1YbQb .message_close__LsZFR svg{height:20px;width:20px}.message_defaultMessage__vjUBU{align-items:center;display:flex;gap:.25em;justify-content:flex-start}.message_defaultMessage__vjUBU svg{height:16px;width:16px}.message_defaultMessage__vjUBU span{flex:1 1;line-height:1}.message_address__H4nRG{font-size:.85em;font-weight:700}.message_originCard__v5Tpg{background-color:var(--gray);border-radius:var(--border-radius);padding:.5em}.message_originHeader__4r0p2{margin-bottom:6px}.message_originTitle__OBLrA{color:#555;font-size:12px;font-weight:600}.message_originContent__--2gX{display:flex;flex-direction:column;gap:.5em;max-width:350px}.message_originImageContainer__d2NFa{border-radius:var(--border-radius);height:100%;overflow:hidden;width:100%}.message_originImage__9qWDU{height:100%;object-fit:cover;width:100%}.message_originTextContent__F8kHK{display:flex;flex:1 1;flex-direction:column}.message_originAdTitle__1qeWm{color:#333;font-size:13px;font-weight:600;margin-bottom:2px}.message_originAdDescription__sDVHA{color:#666;font-size:12px;margin-bottom:8px}@media screen and (max-width:700px){.message_profileImage__CxJtb{display:none!important}}@media screen and (max-width:425px){img,video{min-width:auto!important}}@keyframes message_showHidden__XpQBH{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.audioPlayer_container__W5aCN{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__W5aCN .audioPlayer_controls__Gs4bk{align-items:center;display:flex;justify-content:center;width:20px}.audioPlayer_container__W5aCN .audioPlayer_controls__Gs4bk svg{height:20px;width:20px}.audioPlayer_container__W5aCN .audioPlayer_audio__wZp4h,.audioPlayer_container__W5aCN .audioPlayer_loading__Zn-oQ{flex:1 1;padding-left:1em}.audioPlayer_container__W5aCN .audioPlayer_loading__Zn-oQ .audioPlayer_icon__\+PAmE{color:var(--pink);padding:0}.audioPlayer_container__W5aCN .audioPlayer_loading__Zn-oQ.audioPlayer_purple__GB8gK .audioPlayer_icon__\+PAmE{color:var(--purple)}.audioPlayer_container__W5aCN .audioPlayer_time__mJPVx{bottom:-1em;font-size:.8em;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:calc(2em + 20px);position:absolute}.audioPlayer_hidden__QAJIe{display:none}@media screen and (max-width:425px){.audioPlayer_container__W5aCN{min-width:250px}}.sticker_container__zoopB{align-items:center;display:flex;justify-content:center;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sticker_sticker__-okkM{height:150px;width:150px;z-index:2}.sticker_sticker__-okkM.sticker_background__kJfQo{left:0;position:absolute;top:0;z-index:1}.sticker_container__zoopB img{border-radius:var(--border-radius);max-height:100%;max-width:100%;object-fit:cover;object-position:center}.poll_container__whMbV{display:flex;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.poll_title__rHntT{font-weight:700}.poll_subtitle__pP7Gi{align-items:center;display:flex;font-size:.9em;font-weight:300;gap:.5em;justify-content:flex-start;vertical-align:middle}.poll_subtitle__pP7Gi .poll_icon__KUuoW{align-items:center;display:flex;justify-content:center}.poll_subtitle__pP7Gi .poll_icon__KUuoW.poll_multiple__EsA1K svg:nth-child(2){margin-left:-.25em}.poll_subtitle__pP7Gi svg{height:1em;width:1em}.poll_options__6R6Jl{display:flex;flex-direction:column;gap:1em;padding-top:1em}.poll_options__6R6Jl .poll_option__5H7Rk{display:flex;flex-direction:column;gap:.5em}.poll_options__6R6Jl .poll_option__5H7Rk .poll_infos__k-5Rr{display:flex;justify-content:space-between}.poll_options__6R6Jl .poll_option__5H7Rk .poll_infos__k-5Rr .poll_selection__SHEZX{align-items:center;display:flex;gap:.5em;justify-content:center}.poll_options__6R6Jl .poll_progressbarContainer__NYrFP{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__6R6Jl .poll_progressbarContainer__NYrFP .poll_progressbar__FbEct{background-color:var(--pink);height:100%;transition:width .3s ease}.template_container__lYdyz{display:flex;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.template_header__XbOSV{align-items:center;display:flex;justify-content:center;position:relative}.template_header__XbOSV span{font-weight:700;width:100%}.template_header__XbOSV img,.template_header__XbOSV video{border-radius:var(--border-radius);width:100%}.template_header__XbOSV img{max-height:240px;object-fit:cover;object-position:center}.template_footer__Slfo0{font-weight:300;margin-top:.5em}.template_buttons__o5HxV{border-top:var(--border-table);display:flex;flex-direction:column;gap:.5em;margin-top:1em;padding-top:1em}.template_buttons__o5HxV button{align-items:center;display:flex;gap:.5em;justify-content:center}.template_documentPreview__As7Gb{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__W7Lec{align-items:center;display:flex;justify-content:center}.location_link__W7Lec img{border-radius:var(--border-radius);max-height:100%;max-width:100%;min-width:350px;object-fit:cover;object-position:center}.image_container__z4XJn{align-items:center;display:flex;justify-content:center;position:relative}.image_container__z4XJn img,.image_container__z4XJn svg{border-radius:var(--border-radius);max-height:350px;max-width:100%;min-width:350px;object-fit:cover;object-position:center}.image_container__z4XJn svg{height:200px;width:200px}.video_container__Mu538{align-items:center;display:flex;justify-content:center;position:relative}.video_container__Mu538 .video_arrowPlay__C1eoN{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__Mu538 .video_arrowPlay__C1eoN svg{color:var(--beige);height:20px;width:20px}.video_container__Mu538 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__DG2lJ{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start}.document_container__DG2lJ 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__DG2lJ .document_details__vFVhM{background-color:#0000004d;border-radius:var(--border-radius);display:flex;flex-direction:column;gap:.25em;padding:.5em;width:100%}.document_container__DG2lJ .document_details__vFVhM .document_name__h-iil{font-weight:700;overflow-wrap:anywhere}.download_container__Ud4c7{align-items:center;display:flex;gap:1em;justify-content:center;position:relative;width:100%}.download_container__Ud4c7.download_isAudio__N7iYr{justify-content:space-between}.download_container__Ud4c7 .download_audio__A8BtV{align-items:center;display:flex;flex:1 1;gap:1em;justify-content:space-between}.download_container__Ud4c7 .download_progressBar__GbiWR{background-color:var(--primary-background);flex:1 1;height:1px;width:150px}.download_container__Ud4c7 .download_audio__A8BtV svg{height:20px;width:20px}.download_container__Ud4c7 .download_download__hJcxl{align-items:center;border:var(--border-second);border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:.5em}.download_container__Ud4c7 .download_download__hJcxl svg{height:24px;width:24px}.download_container__Ud4c7.download_isAudio__N7iYr .download_download__hJcxl svg{height:16px;width:16px}.list_container__3GkTH{display:flex;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.list_title__i\+sSX{font-weight:700}.list_description__aQI7h{font-weight:300}.list_button__csWg5{align-items:center;display:flex;gap:.5em;justify-content:center}.list_options__Iaqzm{display:flex;flex-direction:column;gap:1em}.list_options__Iaqzm .list_option__A1bh8{display:flex;flex-direction:column;gap:.5em}.gif_container__3zEx4{align-items:center;display:flex;justify-content:center}.gif_container__3zEx4 .gif_playGif__MRoUz{background-color:var(--opacity-background);border-radius:50%;color:var(--beige);cursor:pointer;padding:1em;position:absolute;z-index:2}.gif_container__3zEx4 video{border-radius:var(--border-radius);max-height:100%;max-width:100%;min-width:350px;object-fit:cover;object-position:center}.gif_container__3zEx4 .gif_gif__D0HK4{width:100%}.contact_container__DhfvS{align-items:flex-start;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;width:100%}.contact_container__DhfvS .contact_contact__Qd9ng{align-items:center;display:flex;gap:1em;justify-content:flex-start;width:100%}.contact_container__DhfvS .contact_contact__Qd9ng .contact_profileImage__DkM44{align-items:center;border-radius:var(--border-radius);display:flex;justify-content:center;overflow:hidden}.contact_container__DhfvS .contact_contact__Qd9ng .contact_profileImage__DkM44 img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.contact_container__DhfvS .contact_contact__Qd9ng .contact_info__2EWdE{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.25em;justify-content:center}.contact_container__DhfvS .contact_contact__Qd9ng .contact_info__2EWdE .contact_phone__NPhC6{font-size:.9em;font-weight:300}.contact_container__DhfvS .contact_contact__Qd9ng svg{color:var(--orange)}.emojis_container__2M8\+K{gap:1em;height:450px;overflow-y:auto;position:relative;width:470px}.emojis_container__2M8\+K,.emojis_groupEmojis__8ts-R{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.emojis_groupEmojis__8ts-R{gap:.5em}.emojis_groupEmojis__8ts-R .emojis_title__1aYa1{border-bottom:1px solid var(--opacity-background);font-weight:700;width:100%}.emojis_groupEmojis__8ts-R .emojis_icons__UgRKV{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;-webkit-user-select:none;user-select:none}.emojis_groupEmojis__8ts-R .emojis_icons__UgRKV .emojis_icon__0eMn6{align-items:center;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;width:40px}.emojis_groupEmojis__8ts-R .emojis_icons__UgRKV .emojis_icon__0eMn6:hover{background-color:var(--opacity-background);border-radius:var(--border-radius)}.notes_notes__p1zT-{display:flex;flex-direction:column;gap:2em}.notes_notes__p1zT- .notes_activeNotes__98grR>span,.notes_notes__p1zT- .notes_historyNotes__R6Blq .notes_body__yecWD>span{font-size:.9em;font-weight:700;opacity:.8}.notes_notes__p1zT- .notes_activeNotes__98grR,.notes_notes__p1zT- .notes_historyNotes__R6Blq{display:flex;flex-direction:column;gap:1em}.notes_notes__p1zT- .notes_historyNotes__R6Blq .notes_filters__GYPJl{display:flex;gap:.5em;justify-content:space-between}.notes_notes__p1zT- .notes_historyNotes__R6Blq .notes_body__yecWD{display:flex;flex-direction:column;gap:.5em}.notes_notes__p1zT- button{align-items:center;display:flex;gap:.5em;justify-content:center}.notes_notes__p1zT- button svg{height:16px;width:16px}.cardNote_card__gUwgG{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__gUwgG.cardNote_canceled__cGDur,.cardNote_card__gUwgG.cardNote_finished__Gw8HF{animation:cardNote_show__CYIVe 1s ease-in-out forwards}.cardNote_card__gUwgG.cardNote_canceled__cGDur{background-color:var(--pink-opacity);text-decoration:line-through}.cardNote_card__gUwgG .cardNote_header__qBcn5{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_left__B\+07T,.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r{align-items:center;display:flex;gap:.5em;justify-content:center}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_expand__-hgQ-{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_left__B\+07T .cardNote_name__sabxI{font-weight:700}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r{flex:1 1;justify-content:flex-end}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r>span{font-size:.9em;font-weight:700}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r>div:not(.cardNote_actions__Uz7PI){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r .cardNote_actions__Uz7PI{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r .cardNote_actions__Uz7PI .cardNote_background__Y7fCs{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r .cardNote_actions__Uz7PI 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__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r .cardNote_actions__Uz7PI ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardNote_card__gUwgG .cardNote_header__qBcn5 .cardNote_right__g841r .cardNote_actions__Uz7PI ul li:hover{background-color:var(--background-header-table)}.cardNote_card__gUwgG .cardNote_body__gS\+gO{display:flex;width:100%}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b svg{cursor:pointer;height:16px;width:16px}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b .cardNote_finished__Gw8HF{color:var(--green)}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b .cardNote_canceled__cGDur{color:var(--pink)}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b .cardNote_finish__MS0DI:hover{color:var(--green)}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b .cardNote_finished__Gw8HF:hover{color:var(--pink)}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_action__vw75b .cardNote_canceled__cGDur:hover{color:var(--green)}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E ul{margin-left:1.25em}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E>div:last-child{margin-top:1em}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E .cardNote_title__64SkN{font-weight:700}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E .cardNote_description__Qe-vf{line-break:normal}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E .cardNote_uploads__qiS3I{display:flex;flex-direction:column;gap:.5em;width:100%}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E .cardNote_uploads__qiS3I .cardNote_file__wGclb{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__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E .cardNote_uploads__qiS3I .cardNote_file__wGclb span{flex:1 1}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E .cardNote_uploads__qiS3I .cardNote_file__wGclb:hover{border-color:var(--purple);color:var(--purple);text-decoration:underline}.cardNote_card__gUwgG .cardNote_body__gS\+gO .cardNote_content__q8T5E>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardNote_card__gUwgG .cardNote_footer__7CsHf{display:flex;flex-direction:column;gap:.5em;width:100%}.cardNote_card__gUwgG .cardNote_footer__7CsHf .cardNote_inlineGroup__gUchX{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardNote_card__gUwgG .cardNote_footer__7CsHf .cardNote_message__xGP7F{font-size:12px;font-weight:700}.cardNote_card__gUwgG .cardNote_bottomBorder__KFNL7:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardNote_rotate__rDjht{transform:rotate(90deg)}@keyframes cardNote_show__CYIVe{0%{max-height:0;overflow:hidden;padding-bottom:0;padding-top:0}to{max-height:500px;overflow:hidden;padding:.75em}}.inputFile_input__WDGHf{width:100%}.inputFile_input__WDGHf input{display:none}.inputFile_input__WDGHf button{background-color:var(--orange);color:var(--gray-bold);font-weight:700;width:100%}.inputFile_listFiles__BumSX{display:flex;flex-direction:column;gap:.5em;width:100%}.inputFile_listFiles__BumSX .inputFile_file__SDzbl{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__BumSX .inputFile_file__SDzbl:hover{border-color:var(--purple)}.inputFile_listFiles__BumSX .inputFile_file__SDzbl span{flex:1 1}.inputFile_listFiles__BumSX .inputFile_file__SDzbl .inputFile_remove__1oaoP{align-items:center;cursor:pointer;display:flex;justify-content:center}.inputFile_listFiles__BumSX .inputFile_file__SDzbl svg{height:16px;width:16px}.sales_sales__gUiSX{display:flex;flex-direction:column;gap:2em}.sales_sales__gUiSX .sales_activeSales__O43m8>span,.sales_sales__gUiSX .sales_historySales__\+Sci\+ .sales_body__qiIe7>span{font-size:.9em;font-weight:700;opacity:.8}.sales_sales__gUiSX .sales_activeSales__O43m8,.sales_sales__gUiSX .sales_historySales__\+Sci\+{display:flex;flex-direction:column;gap:1em}.sales_sales__gUiSX .sales_historySales__\+Sci\+ .sales_filters__qlwnd{display:flex;gap:.5em;justify-content:space-between}.sales_sales__gUiSX .sales_historySales__\+Sci\+ .sales_body__qiIe7{display:flex;flex-direction:column;gap:.5em}.sales_sales__gUiSX button{align-items:center;display:flex;gap:.5em;justify-content:center}.sales_sales__gUiSX button svg{height:16px;width:16px}.cardSale_card__PRMmP{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__PRMmP.cardSale_canceled__9Xq7V,.cardSale_card__PRMmP.cardSale_finished__dlwwf{animation:cardSale_show__Se9Xc 1s ease-in-out forwards}.cardSale_card__PRMmP.cardSale_canceled__9Xq7V{background-color:var(--pink-opacity);text-decoration:line-through}.cardSale_card__PRMmP .cardSale_header__BnyoW{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_left__dXTI6,.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic{align-items:center;display:flex;gap:.5em;justify-content:center}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_expand__yThYA{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_left__dXTI6 .cardSale_name__bcXhy{font-weight:700}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic{flex:1 1;justify-content:flex-end}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic>span{font-size:.9em;font-weight:700}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic>div:not(.cardSale_actions__gDCaV){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic .cardSale_actions__gDCaV{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic .cardSale_actions__gDCaV .cardSale_background__A4SRB{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic .cardSale_actions__gDCaV 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__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic .cardSale_actions__gDCaV ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardSale_card__PRMmP .cardSale_header__BnyoW .cardSale_right__xS6ic .cardSale_actions__gDCaV ul li:hover{background-color:var(--background-header-table)}.cardSale_card__PRMmP .cardSale_body__dinMF{display:flex;width:100%}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W svg{cursor:pointer;height:16px;width:16px}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W .cardSale_finished__dlwwf{color:var(--green)}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W .cardSale_canceled__9Xq7V{color:var(--pink)}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W .cardSale_finish__fFpe9:hover{color:var(--green)}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W .cardSale_finished__dlwwf:hover{color:var(--pink)}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_action__0Kt5W .cardSale_canceled__9Xq7V:hover{color:var(--green)}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4{align-items:flex-start;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;padding:.5em;width:100%}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_title__xgWcT{font-weight:700}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_description__nHs\+X{line-break:normal}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_products__CHyGg{display:flex;flex-direction:column;gap:.5em;width:100%}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_products__CHyGg .cardSale_product__xkkDl,.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_products__CHyGg .cardSale_totalValue__2RXxw{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__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_products__CHyGg .cardSale_totalValue__2RXxw{font-weight:700}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_products__CHyGg .cardSale_product__xkkDl span:first-child,.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4 .cardSale_products__CHyGg .cardSale_totalValue__2RXxw span:first-child{flex:1 1}.cardSale_card__PRMmP .cardSale_body__dinMF .cardSale_content__r\+ap4>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardSale_card__PRMmP .cardSale_footer__L-W-M{display:flex;flex-direction:column;gap:.5em;width:100%}.cardSale_card__PRMmP .cardSale_footer__L-W-M .cardSale_inlineGroup__Oy5RH{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardSale_card__PRMmP .cardSale_footer__L-W-M .cardSale_message__A2i26{font-size:12px;font-weight:700}.cardSale_card__PRMmP .cardSale_bottomBorder__ZWHkg:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardSale_rotate__AEaxf{transform:rotate(90deg)}@keyframes cardSale_show__Se9Xc{0%{max-height:0;overflow:hidden;padding-bottom:0;padding-top:0}to{max-height:500px;overflow:hidden;padding:.75em}}.tasks_tasks__SICUA{display:flex;flex-direction:column;gap:2em}.tasks_tasks__SICUA .tasks_activeTasks__Jn-uL>span,.tasks_tasks__SICUA .tasks_historyTasks__my-67 .tasks_body__2j88R>span{font-size:.9em;font-weight:700;opacity:.8}.tasks_tasks__SICUA .tasks_activeTasks__Jn-uL,.tasks_tasks__SICUA .tasks_historyTasks__my-67{display:flex;flex-direction:column;gap:1em}.tasks_tasks__SICUA .tasks_historyTasks__my-67 .tasks_filters__yGjqX{display:flex;gap:.5em;justify-content:space-between}.tasks_tasks__SICUA .tasks_historyTasks__my-67 .tasks_body__2j88R{display:flex;flex-direction:column;gap:.5em}.tasks_tasks__SICUA button{align-items:center;display:flex;gap:.5em;justify-content:center}.tasks_tasks__SICUA button svg{height:16px;width:16px}.cardTask_card__b2Z5u{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__b2Z5u.cardTask_canceled__SppoQ{background-color:var(--pink-opacity);text-decoration:line-through}.cardTask_card__b2Z5u .cardTask_header__U2sPM{align-items:center;display:flex;gap:1em;justify-content:space-between;width:100%}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_left__IkFGg,.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh{align-items:center;display:flex;gap:.5em;justify-content:center}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_expand__JSVLW{cursor:pointer;height:16px;transition:transform .2s ease-in-out;width:16px}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_left__IkFGg .cardTask_name__GJF\+c{font-weight:700}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh{flex:1 1;justify-content:flex-end}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh>span{font-size:.9em;font-weight:700}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh>div:not(.cardTask_actions__LzgzC){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh .cardTask_actions__LzgzC{align-items:center;display:flex;justify-content:flex-end;margin-left:1em;position:relative;z-index:2}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh .cardTask_actions__LzgzC .cardTask_background__p1WsE{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh .cardTask_actions__LzgzC 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__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh .cardTask_actions__LzgzC ul li{cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.cardTask_card__b2Z5u .cardTask_header__U2sPM .cardTask_right__DlBTh .cardTask_actions__LzgzC ul li:hover{background-color:var(--background-header-table)}.cardTask_card__b2Z5u .cardTask_body__OgrO\+{display:flex;width:100%}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN{align-items:flex-start;display:flex;justify-content:center;padding:.5em 0}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN svg{cursor:pointer;height:16px;width:16px}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN .cardTask_finished__E1lyq{color:var(--green)}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN .cardTask_canceled__SppoQ{color:var(--pink)}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN .cardTask_finish__HlLFw:hover{color:var(--green)}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN .cardTask_finished__E1lyq:hover{color:var(--pink)}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_action__sihMN .cardTask_canceled__SppoQ:hover{color:var(--green)}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_content__0I\+iX{align-items:flex-start;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;padding:.5em;width:100%}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_content__0I\+iX .cardTask_title__bXoPp{font-weight:700}.cardTask_card__b2Z5u .cardTask_body__OgrO\+ .cardTask_content__0I\+iX>*{flex:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.cardTask_card__b2Z5u .cardTask_footer__38Lyi{display:flex;flex-direction:column;gap:.5em;width:100%}.cardTask_card__b2Z5u .cardTask_footer__38Lyi .cardTask_inlineGroup__QkUiY{align-items:center;display:flex;gap:.5em;justify-content:space-between;padding:.25em 0}.cardTask_card__b2Z5u .cardTask_footer__38Lyi .cardTask_message__4kh4m{font-size:12px;font-weight:700}.cardTask_card__b2Z5u .cardTask_bottomBorder__CGxJC:not(:last-child){border-bottom:var(--border-table);padding-bottom:.5em}.cardTask_rotate__w00qK{transform:rotate(90deg)}.flag_flag__NYi3c{border-radius:var(--border-radius);font-size:.9em;padding:.25em .5em}.flag_flag__NYi3c.flag_dark__lXqV0{color:var(--gray-dark)}.flag_flag__NYi3c.flag_light__XcWBP{color:var(--beige)}.crm_stage__RWVwU{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__RWVwU>.crm_header__g1Frw{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__RWVwU>.crm_header__g1Frw .crm_title__g9lIB{display:flex;flex-direction:column;text-align:center;width:100%}.crm_stage__RWVwU>.crm_body__HF3h5{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__RWVwU>.crm_body__HF3h5 .crm_funnelClean__T6BQ3{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;text-align:center}.crm_stage__RWVwU>.crm_body__HF3h5 .crm_funnelClean__T6BQ3 span{color:var(--third-text-color);font-size:1em;font-weight:700}.crm_stage__RWVwU>.crm_body__HF3h5 .crm_funnelClean__T6BQ3 .crm_btnAdd__WLgYE{color:var(--pink);cursor:pointer}.crm_stage__RWVwU>.crm_body__HF3h5 .crm_funnelClean__T6BQ3 .crm_btnAdd__WLgYE:hover{text-decoration:underline}.crm_stage__RWVwU .crm_card__dWUxK{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__RWVwU .crm_card__dWUxK.crm_dragging__s80o5{opacity:.3}.crm_stage__RWVwU .crm_card__dWUxK .crm_groupName__RfhfL{align-items:center;display:flex;gap:.5em;justify-content:space-between}.crm_stage__RWVwU .crm_card__dWUxK .crm_groupName__RfhfL svg{height:20px;width:20px}.crm_stage__RWVwU .crm_card__dWUxK .crm_name__k1dJL{font-size:16px;font-weight:600}.crm_stage__RWVwU .crm_card__dWUxK .crm_business__YKzCi{font-size:10px;font-weight:600}.crm_stage__RWVwU .crm_card__dWUxK .crm_origin__S5FDq{font-size:12px;font-weight:500}.crm_stage__RWVwU .crm_card__dWUxK .crm_nextTask__iva4V{font-size:12px;font-weight:600}.crm_stage__RWVwU .crm_card__dWUxK .crm_flags__ABl44{display:flex;flex-wrap:wrap;gap:.5em}.crm_stage__RWVwU .crm_card__dWUxK .crm_business__YKzCi,.crm_stage__RWVwU .crm_card__dWUxK .crm_name__k1dJL,.crm_stage__RWVwU .crm_card__dWUxK .crm_origin__S5FDq{max-width:18ch;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.crm_stage__RWVwU .crm_card__dWUxK .crm_left__4k7Zg{display:flex;flex:1 1;flex-direction:column;gap:12px}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6{align-items:flex-end;display:flex;flex-direction:column;gap:.5em;justify-content:space-between}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 svg{height:20px;width:20px}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6>div{align-items:center;display:flex;justify-content:center}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_bottom__NWkWI{gap:.5em}.crm_stage__RWVwU .crm_card__dWUxK .crm_groupDiscarted__Fg1D9{position:relative}.crm_stage__RWVwU .crm_card__dWUxK .crm_discarted__mmWwR{background-color:var(--pink);border-radius:var(--border-radius-min);color:var(--beige);opacity:.5;padding:8px;position:relative}.crm_stage__RWVwU .crm_card__dWUxK .crm_discarted__mmWwR svg{height:14px;width:14px}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_temperature__olrDo{align-items:center;border-radius:15px;display:flex;font-size:12px;justify-content:center;padding:4px 10px}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_responsibles__vHFUX{align-items:center;display:flex;justify-content:center}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_responsibles__vHFUX img{border-radius:50%;height:32px;object-fit:cover;object-position:center;width:32px}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_responsibles__vHFUX .crm_imgProfile__yfKOF{display:flex;margin-left:-1rem;position:relative}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_responsibles__vHFUX .crm_imgProfile__yfKOF:first-child{margin-left:0}.crm_stage__RWVwU .crm_card__dWUxK .crm_value__JXs7K span{color:var(--green);font-weight:700}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_call__jeo6t{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__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_call__jeo6t:hover{transform:scale(1.1)}.crm_stage__RWVwU .crm_card__dWUxK .crm_right__2v7Y6 .crm_call__jeo6t svg{height:16px;width:16px}.transactions_container__xrR1a{background-color:var(--second-background);color:var(--beige);height:100vh;width:100vw}.statusPaid_body__IbBoD,.transactions_container__xrR1a{align-items:center;display:flex;flex-direction:column;justify-content:center}.statusPaid_body__IbBoD{flex:1 1;gap:.5em}.statusPaid_body__IbBoD .statusPaid_logo__d2oCo{max-height:60px}.statusPaid_body__IbBoD .statusPaid_title__HDNdE{font-size:20px;font-weight:700}.statusPaid_body__IbBoD .statusPaid_description__UqMui{font-size:16px;font-weight:700}.statusPaid_body__IbBoD .statusPaid_groupLink__qoZy3{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;margin:2em}.auth_container__Md-vn{background-color:var(--primary-background);color:var(--gray-dark);min-height:calc(100vh - var(--height-header))}.auth_container__Md-vn,.auth_container__Md-vn .auth_content__XSw60{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center}.auth_container__Md-vn .auth_groupForm__\+xqhi,.auth_container__Md-vn .auth_inviteForm__Bbkft{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__Md-vn .auth_inviteForm__Bbkft{padding:0}.auth_container__Md-vn .auth_inviteForm__Bbkft img{border-radius:var(--border-radius);width:100%}.auth_container__Md-vn .auth_inviteForm__Bbkft .auth_text__zRqHv{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;padding:1em 1.5em;text-align:center}.auth_container__Md-vn .auth_inviteForm__Bbkft .auth_text__zRqHv h1{font-size:1.3em}.auth_container__Md-vn .auth_groupForm__\+xqhi .auth_description__5AQNj{text-align:center}.auth_container__Md-vn .auth_groupForm__\+xqhi h1{font-size:20px;font-weight:400;margin-bottom:.5em}.auth_container__Md-vn .auth_groupForm__\+xqhi form{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;width:100%}.auth_container__Md-vn .auth_actions__mblyx{display:flex;justify-content:space-between;max-width:95vw;width:550px}.auth_container__Md-vn .auth_actions__mblyx a{color:var(--gray-dark)}.auth_container__Md-vn .auth_footer__VnP3L{color:var(--gray-dark);font-size:.9em;text-align:center}.auth_container__Md-vn .auth_footer__VnP3L a{color:var(--gray-dark);font-weight:700;transition:all .25s ease-in-out}.auth_container__Md-vn .auth_footer__VnP3L a:hover{opacity:.7}.header_header__jT4ER{background-color:var(--second-background);flex-direction:row;height:var(--height-header);padding:0 1.5em;width:100%}.header_header__jT4ER,.header_header__jT4ER .header_info__ZGm6e{align-items:center;display:flex;gap:2em;justify-content:center}.header_header__jT4ER .header_info__ZGm6e img{height:32px}.accounts_container__q9x3V{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__q9x3V .accounts_actions__oxrg\+{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.accounts_container__q9x3V .accounts_actions__oxrg\+>button{max-width:250px;width:45%}.accounts_container__q9x3V .accounts_actions__oxrg\+>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.accounts_container__q9x3V .accounts_actions__oxrg\+>button,.accounts_container__q9x3V .accounts_actions__oxrg\+>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.table_count__X0Qun{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.table_count__X0Qun span{font-weight:700}.table_container__8nrLp{border-radius:var(--border-radius);min-height:100px;overflow-y:auto;width:100%}.table_container__8nrLp .table_table__kWlMG{border-collapse:collapse;text-align:left;width:100%}.table_container__8nrLp .table_table__kWlMG thead{background-color:var(--background-header-table);position:-webkit-sticky;position:sticky;top:0;z-index:1}.table_container__8nrLp .table_table__kWlMG tbody{background-color:var(--background-table)}.table_container__8nrLp .table_table__kWlMG tbody tr{cursor:pointer}.table_container__8nrLp .table_table__kWlMG tbody tr:hover{background-color:var(--background-header-table)}.table_container__8nrLp .table_table__kWlMG tr td,.table_container__8nrLp .table_table__kWlMG tr th{text-wrap:nowrap;padding:16px}.table_container__8nrLp .table_table__kWlMG tr td a{color:inherit}.table_container__8nrLp .table_table__kWlMG tr:not(:last-child){border-bottom:var(--border-table)}.table_container__8nrLp .table_messageNotRegisters__KZj1C{align-items:center;display:flex;justify-content:center;padding:1em}.tr_actions__9bZgh{position:relative;width:48px}.tr_actions__9bZgh .tr_background__yIYMf{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.tr_actions__9bZgh 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__9bZgh ul li{list-style:none;padding:.75em 1em;text-align:start;width:100%}.tr_actions__9bZgh ul li:hover{background-color:var(--background-header-table)}.modalAccount_contact__RPh9p{border:var(--border-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;padding:.5em}.modalAccount_editButton__ZB\+yr{position:absolute;right:1.5em}.modalTransactions_content__zu9vg{display:flex;flex-direction:column;gap:.5em}.modalTransactions_actions__aBkrV{align-items:center;display:flex;justify-content:flex-end}.modalTransactions_actions__aBkrV button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.adConversions_container__KIBIt{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__KIBIt .adConversions_header__OehWa{flex:1 1}.adConversions_container__KIBIt button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.apiIntegration_container__MikHs{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__MikHs .apiIntegration_header__vfr-R{flex:1 1}.apiIntegration_container__MikHs button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.callLog_container__-A6H7{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__-A6H7 .callLog_filters__T5aKS{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.callLog_container__-A6H7 .callLog_filters__T5aKS>button,.callLog_container__-A6H7 .callLog_filters__T5aKS>div{flex:1 1;min-width:200px}.callLog_container__-A6H7 .callLog_filters__T5aKS>button{padding:10px 0}.callLog_container__-A6H7 .callLog_cards__28u9I{display:flex;flex-wrap:wrap;gap:.5em;width:100%}.callLog_container__-A6H7 .callLog_link__x0cJb{color:var(--gray-dark)}.callLog_containerTranscription__NB3wA{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:flex-start;padding:1em}.callLog_containerTranscription__NB3wA .callLog_groupContent__Yxt6P{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:flex-start;width:100%}.callLog_containerTranscription__NB3wA .callLog_groupContent__Yxt6P .callLog_title__rEFuL{font-size:1.1em;font-weight:700;text-align:center;text-decoration:underline}.callLog_containerTranscription__NB3wA .callLog_groupContent__Yxt6P .callLog_content__NDYp1{text-align:justify;width:100%}.callLog_containerTranscription__NB3wA .callLog_groupContent__Yxt6P .callLog_notFound__X7Zzj{font-style:italic}.card_card__nbCXk{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__nbCXk:hover{transform:translateY(-2px)}.card_header__Y64Ef{align-items:center;color:var(--text-secondary);display:flex;font-size:15px;font-weight:600;gap:.5em}.card_title__jPI0m{color:var(--third-text-color);font-size:.85em;font-weight:500}.card_icon__tU2C9{font-size:15px}.card_body__GXnDP{align-items:center;display:flex;gap:1em}.card_value__NDRJa{color:var(--gray-dark);font-size:20px;font-weight:800}.card_comparison__xdb2T{align-items:center;display:flex;font-size:.8em;font-weight:600;gap:.25em}.card_footer__JTIWy{color:var(--text-secondary);font-size:.75em}.card_success__kqMS9{border-left:6px solid var(--green)}.card_warning__GsuGR{border-left:6px solid var(--orange)}.card_danger__UM26U{border-left:6px solid var(--pink)}.card_info__RT7uc{border-left:6px solid var(--purple)}.card_successText__0rhxy{color:var(--green)}.card_warningText__Doq0L{color:var(--orange)}.card_dangerText__HuJrd{color:var(--pink)}.card_infoText__A1VM7{color:var(--purple)}@media (max-width:1400px){.card_cards__LY9vg{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.card_cards__LY9vg{grid-template-columns:repeat(2,1fr)}}@media (max-width:700px){.card_cards__LY9vg{grid-template-columns:1fr}}.infoTooltip_trigger__t0Nn\+{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__t0Nn\+:hover{opacity:1}.infoTooltip_tooltip__ALGoZ{animation:infoTooltip_fadeIn__bmOul .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__bmOul{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.infoTooltip_arrow__U-91I{background:var(--gray-dark);height:10px;position:absolute;transform:rotate(45deg);width:10px}.infoTooltip_arrow__U-91I.infoTooltip_top__uRlUi{bottom:-5px;left:50%;transform:translateX(-50%) rotate(45deg)}.infoTooltip_arrow__U-91I.infoTooltip_bottom__WRI2L{left:50%;top:-5px;transform:translateX(-50%) rotate(45deg)}.backgroundSelectFilter_container__OUrVL{align-items:center;display:flex;flex-direction:column;gap:1em;height:100%;justify-content:center;margin-top:2em;width:100%}.backgroundSelectFilter_container__OUrVL span{font-size:20px;font-weight:700}.backgroundSelectFilter_container__OUrVL img{object-fit:contain;object-position:center;width:500px}.chat_container__UJZlg{align-items:flex-start;background-color:var(--background-header-table);display:flex;height:100%;justify-content:flex-start}.chat_leftBar__2LIOl{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__2LIOl .chat_groupFilters__47TDx{box-shadow:-3px 0 8px 0 #0000004d;flex-direction:column;gap:.5em}.chat_leftBar__2LIOl .chat_groupFilters__47TDx,.chat_leftBar__2LIOl .chat_groupFilters__47TDx button{align-items:center;display:flex;justify-content:center}.chat_leftBar__2LIOl .chat_groupFilters__47TDx button svg{height:16px;width:16px}.chat_leftBar__2LIOl .chat_groupFilters__47TDx .chat_othersFilters__RsC1Q{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__2LIOl .chat_groupFilters__47TDx .chat_othersFilters__RsC1Q.chat_show__DGGIt{max-height:100vh;opacity:1}.chat_leftBar__2LIOl>div{padding:.5em}.chat_leftBar__2LIOl .chat_groupStatus__zOLdp{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:flex-start}.chat_leftBar__2LIOl .chat_conversations__oh2Me{display:flex;flex-direction:column;gap:.5em;height:100%;overflow-x:hidden;overflow-y:auto;width:100%}.chat_leftBar__2LIOl .chat_conversations__oh2Me span{text-align:center}.chat_rightBar__msMgV{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;max-width:100vw;position:relative}.chat_lostConnection__Ockpy{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__Ockpy svg{cursor:pointer;height:1em;width:1em}@media screen and (max-width:1024px){.chat_container__UJZlg.chat_chatOpened__efV5w .chat_leftBar__2LIOl{display:none}.chat_container__UJZlg:not(.chat_chatOpened__efV5w) .chat_leftBar__2LIOl{max-width:100%;width:100%}.chat_container__UJZlg:not(.chat_chatOpened__efV5w) .chat_rightBar__msMgV{display:none}}.currentConversation_container__NUg4E{display:flex;height:100%;width:100%}.currentConversation_content__aIqkl{flex:1 1}.currentConversation_topBar__\+OdUF{align-items:center;display:flex;height:70px;justify-content:space-between;padding:.5em;width:100%}.currentConversation_topBar__\+OdUF .currentConversation_timer__rS6e2{align-items:center;display:flex;gap:.5em;justify-content:flex-start;min-width:200px;padding:0 .5em}.currentConversation_topBar__\+OdUF .currentConversation_timer__rS6e2 span{line-height:1}.currentConversation_topBar__\+OdUF .currentConversation_timer__rS6e2 svg{height:1em;width:1em}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n{align-items:center;cursor:pointer;display:flex;flex:1 1;font-weight:700;gap:.5em;justify-content:flex-start;position:relative}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n .currentConversation_profileName__7rpph{display:flex;flex-direction:column;gap:.5em}.currentConversation_topBar__\+OdUF .currentConversation_groupFlags__8f-R6{align-items:center;display:flex;flex-wrap:nowrap;gap:.5em;justify-content:flex-start;overflow:hidden;width:100%}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n .currentConversation_profileName__7rpph .currentConversation_composing__HjhHi{color:var(--pink);font-size:.9em}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n .currentConversation_profileName__7rpph .currentConversation_originalName__gsjqP{font-size:.8em;font-weight:300}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n .currentConversation_return__SzBgq{align-items:center;border-radius:var(--border-radius);display:flex;justify-content:flex-start;padding:.5em;transition:all .25s ease-in-out}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n .currentConversation_return__SzBgq svg{height:20px;width:20px}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n .currentConversation_return__SzBgq:hover{background-color:var(--opacity-background)}.currentConversation_topBar__\+OdUF .currentConversation_profile__L-n\+n img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.currentConversation_topBar__\+OdUF .currentConversation_options__HhSpY{align-content:center;display:flex;gap:.5em;justify-content:center}.currentConversation_topBar__\+OdUF .currentConversation_options__HhSpY svg{display:none}.currentConversation_currentConversation__2rSmq{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__2rSmq .currentConversation_groupMessages__dg0kz{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__2rSmq .currentConversation_messages__mXzOd{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:flex-start;position:relative;width:100%}.currentConversation_currentConversation__2rSmq .currentConversation_navigateToEnd__y6L8f{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__2rSmq .currentConversation_navigateToEnd__y6L8f:hover{opacity:.7}.currentConversation_currentConversation__2rSmq .currentConversation_navigateToEnd__y6L8f svg{color:var(--beige);height:24px;width:24px}.currentConversation_currentConversation__2rSmq .currentConversation_messages__mXzOd .currentConversation_division__WDzPM{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__2rSmq .currentConversation_messageByReply__WuNJL{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__2rSmq .currentConversation_messageByReply__WuNJL .currentConversation_content__aIqkl{align-items:center;display:flex;flex:1 1;justify-content:space-between}.currentConversation_currentConversation__2rSmq .currentConversation_messageByReply__WuNJL .currentConversation_content__aIqkl>div{width:100%}.currentConversation_currentConversation__2rSmq .currentConversation_messageByReply__WuNJL .currentConversation_close__hlgFy{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__2rSmq .currentConversation_messageByReply__WuNJL .currentConversation_close__hlgFy:hover{opacity:1}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7{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__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_options__HhSpY{display:flex;flex-direction:column;gap:.5em;width:100%}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_options__HhSpY .currentConversation_inlineGroup__9NGdX{display:flex;flex-direction:row;gap:.5em;justify-content:space-between;width:100%}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_options__HhSpY .currentConversation_groupOption__pWvGD{align-items:center;color:var(--pink);display:flex;gap:.5em;justify-content:flex-start}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_options__HhSpY span{background-color:var(--opacity-background);border-radius:var(--border-radius);font-style:italic;padding:.5em}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_isRecording__Q\+fqr{align-items:center;display:flex;gap:1em;justify-content:flex-end;width:100%}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_loadingAudio__ZFgK4{height:36px;padding:0;width:36px}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_isRecording__Q\+fqr .currentConversation_recordingTime__qp\+md{align-items:center;display:flex;font-weight:700;gap:.5em;justify-content:center}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_isRecording__Q\+fqr .currentConversation_recordingTime__qp\+md span{min-width:45px;text-align:center}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_isRecording__Q\+fqr:not(.currentConversation_paused__KFo54) .currentConversation_recordingTime__qp\+md .currentConversation_iconRecording__iChqt{animation:currentConversation_showHidden__6AFwd 1s infinite;background-color:var(--pink);border-radius:50%;height:8px;width:8px}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_onlyTemplate__X15gK{display:flex;flex-direction:column;gap:1em;justify-content:center}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_onlyTemplate__X15gK span{font-weight:700}.currentConversation_container__NUg4E .currentConversation_attachmentIcon__w6Zkp svg{transform:rotate(135deg)}.currentConversation_container__NUg4E .currentConversation_groupAttachment__hGRDT,.currentConversation_container__NUg4E .currentConversation_groupEmotions__p2ApP{position:relative}.currentConversation_groupAttachment__hGRDT .currentConversation_background__\+-0mY,.currentConversation_groupEmotions__p2ApP .currentConversation_background__\+-0mY,.currentConversation_previewFiles__D5kRb>.currentConversation_background__\+-0mY{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.currentConversation_container__NUg4E .currentConversation_groupAttachment__hGRDT .currentConversation_attachment__l5Mbu,.currentConversation_container__NUg4E .currentConversation_groupEmotions__p2ApP .currentConversation_emotions__Gfuoy{text-wrap:nowrap;animation:currentConversation_openUp__PPxft .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__NUg4E .currentConversation_groupAttachment__hGRDT .currentConversation_attachment__l5Mbu .currentConversation_option__wh-em{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__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_groupAttachment__hGRDT .currentConversation_attachment__l5Mbu .currentConversation_option__wh-em svg{height:16px;width:16px}.currentConversation_currentConversation__2rSmq .currentConversation_groupSendMessage__\+UzE7 .currentConversation_groupAttachment__hGRDT .currentConversation_attachment__l5Mbu .currentConversation_option__wh-em:hover,.currentConversation_previewFiles__D5kRb{background-color:var(--opacity-background)}.currentConversation_previewFiles__D5kRb{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__D5kRb .currentConversation_container__NUg4E{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__D5kRb .currentConversation_selectedPreview__8qRXU{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__D5kRb .currentConversation_selectedPreview__8qRXU:not(:has(.currentConversation_documentPreview__FtzUG)) .currentConversation_selectedFile__928pA{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__D5kRb .currentConversation_selectedPreview__8qRXU .currentConversation_documentPreview__FtzUG{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__D5kRb .currentConversation_selectedPreview__8qRXU .currentConversation_deleteFile__3CcDr{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__D5kRb .currentConversation_selectedPreview__8qRXU .currentConversation_deleteFile__3CcDr:hover{background-color:var(--opacity-background)}.currentConversation_previewFiles__D5kRb .currentConversation_selectedPreview__8qRXU .currentConversation_deleteFile__3CcDr svg{height:24px;width:24px}.currentConversation_previewFiles__D5kRb .currentConversation_selectedPreview__8qRXU img,.currentConversation_previewFiles__D5kRb .currentConversation_selectedPreview__8qRXU video{border-radius:var(--border-radius);max-height:60vh;max-width:100%;object-fit:cover;object-position:center}.currentConversation_previewFiles__D5kRb .currentConversation_selectedPreview__8qRXU .currentConversation_groupText__It7Ml{display:flex;gap:.5em;height:50px;width:100%}.currentConversation_previewFiles__D5kRb .currentConversation_groupMiniPreview__lExjo{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__D5kRb .currentConversation_groupMiniPreview__lExjo .currentConversation_miniPreview__lEOLr{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__D5kRb .currentConversation_groupMiniPreview__lExjo .currentConversation_miniPreview__lEOLr 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__D5kRb .currentConversation_groupMiniPreview__lExjo .currentConversation_miniPreview__lEOLr img,.currentConversation_previewFiles__D5kRb .currentConversation_groupMiniPreview__lExjo .currentConversation_miniPreview__lEOLr video{height:100%;object-fit:cover;object-position:center;width:100%}.currentConversation_previewFiles__D5kRb .currentConversation_groupMiniPreview__lExjo .currentConversation_miniPreview__lEOLr.currentConversation_active__6DsPO{border:2px solid var(--pink)}.currentConversation_previewFiles__D5kRb>.currentConversation_background__\+-0mY{z-index:4}.currentConversation_groupSavedMessages__cr8cx{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__cr8cx .currentConversation_header__Hixnu{align-items:center;display:flex;justify-content:space-between;position:relative;width:100%}.currentConversation_groupSavedMessages__cr8cx .currentConversation_header__Hixnu span{color:var(--pink);font-weight:700}.currentConversation_groupSavedMessages__cr8cx .currentConversation_header__Hixnu .currentConversation_close__hlgFy{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__cr8cx .currentConversation_header__Hixnu .currentConversation_close__hlgFy:hover{opacity:1}.currentConversation_groupSavedMessages__cr8cx .currentConversation_content__aIqkl{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__cr8cx .currentConversation_content__aIqkl .currentConversation_savedMessages__Ysclx{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__cr8cx .currentConversation_content__aIqkl .currentConversation_savedMessages__Ysclx:hover{opacity:.7}.currentConversation_lostConnection__APOGS{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__APOGS svg{height:1.5em;width:1.5em}@keyframes currentConversation_showHidden__6AFwd{0%,to{opacity:1}50%{opacity:0}}@keyframes currentConversation_openUp__PPxft{0%{margin-top:1em;opacity:0}to{margin-top:0;opacity:1}}@media screen and (max-width:1440px){.currentConversation_topBar__\+OdUF .currentConversation_options__HhSpY button{display:none}.currentConversation_topBar__\+OdUF .currentConversation_options__HhSpY svg{display:block;height:16px;width:16px}}@media screen and (max-width:768px){.currentConversation_previewFiles__D5kRb .currentConversation_container__NUg4E,.currentConversation_previewFiles__D5kRb .currentConversation_selectedPreview__8qRXU{width:100%}.currentConversation_previewFiles__D5kRb .currentConversation_selectedPreview__8qRXU .currentConversation_selectedFile__928pA{min-width:auto!important;width:100%}}.modalSavedMessages_container__elqlu{align-items:center;display:flex;flex-direction:column;gap:1em;width:100%}.modalSavedMessages_groupMessage__B7zx4{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalSavedMessages_content__b6Rp8{align-items:flex-end;display:flex;flex-direction:column;gap:1em;width:100%}.modalSavedMessages_content__b6Rp8>button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalSavedMessages_container__elqlu .modalSavedMessages_groupEmotions__KfpuD{position:relative}.modalSavedMessages_groupEmotions__KfpuD .modalSavedMessages_background__AXbuT{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.modalSavedMessages_container__elqlu .modalSavedMessages_groupEmotions__KfpuD .modalSavedMessages_emotions__PnZaV{text-wrap:nowrap;animation:modalSavedMessages_openUp__\+G2Ra .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__ild-A{align-items:center;display:flex;flex-direction:column;gap:1em}.modalTemplateSend_groupMessage__DezPu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalTemplateSend_variables__9FajA{display:flex;flex-direction:column;gap:1em;width:100%}.modalTemplateSend_variables__9FajA .modalTemplateSend_filename__t75mM{font-size:.8em;font-weight:700}.aside_container__WMdW5{align-items:center;animation:aside_flipRight__phWWI .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__WMdW5 .aside_close__\+swQ3{align-items:center;cursor:pointer;display:flex;justify-content:flex-end;width:100%}.aside_container__WMdW5 .aside_close__\+swQ3 svg{height:20px;width:20px}.aside_container__WMdW5 .aside_contactInfo__7r2Gu{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;width:100%}.aside_container__WMdW5 .aside_contactInfo__7r2Gu img{border-radius:var(--border-radius);height:70px;width:70px}.aside_container__WMdW5 .aside_contactInfo__7r2Gu .aside_name__-ZPgq{font-weight:700}.aside_container__WMdW5 .aside_contactInfo__7r2Gu .aside_identifier__D6VKd{font-weight:300}.aside_container__WMdW5 hr{border:var(--border-table);width:100%}.aside_container__WMdW5 .aside_options__3yg4H,.aside_container__WMdW5 .aside_responsibles__mQQ8q{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center}.aside_container__WMdW5 .aside_responsibles__mQQ8q{flex-direction:column}.aside_container__WMdW5 .aside_responsibles__mQQ8q span{max-width:350px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aside_container__WMdW5 .aside_flags__F6a76,.aside_container__WMdW5 .aside_leadsOrParticipantsList__xC0de{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:flex-start;width:100%}.aside_container__WMdW5 .aside_flags__F6a76 .aside_groupFlags__7873V{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:center;overflow:hidden;width:100%}.aside_container__WMdW5 .aside_leadsOrParticipantsList__xC0de .aside_groupLeadsOrParticipants__f4hF6{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__WMdW5 .aside_title__5Y7Ad{color:var(--pink);font-weight:700}@keyframes aside_flipRight__phWWI{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media screen and (max-width:1440px){.aside_container__WMdW5{height:100%;position:absolute;right:0;top:0}}.conversationNotSelected_conversationNotSelected__yxEzZ{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__yxEzZ .conversationNotSelected_icon__u1892{height:150px;width:150px}.conversationNotSelected_conversationNotSelected__yxEzZ .conversationNotSelected_title__IRVhf{font-size:1.5em;font-weight:700}.conversationNotSelected_conversationNotSelected__yxEzZ .conversationNotSelected_subtitle__8Mryx{font-weight:700}.conversationNotSelected_conversationNotSelected__yxEzZ span{align-items:center;display:flex;gap:.25em;text-align:center}.modalManagementConversation_body__1sOjc{display:flex;flex-direction:column;gap:1em}.modalManagementConversation_body__1sOjc .modalManagementConversation_bold__0Sn-q{font-weight:700}.modalManagementConversation_body__1sOjc .modalManagementConversation_link__Tb9Xn{align-items:center;display:flex;justify-content:flex-end}.modalManagementConversation_body__1sOjc .modalManagementConversation_link__Tb9Xn a{color:var(--pink)}.conversation_conversation__FMXqZ{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__FMXqZ:hover{background-color:var(--purple-opacity-min)}.conversation_conversation__FMXqZ.conversation_isActive__KQWVM{background-color:var(--purple-opacity)}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67{position:relative}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_botInteration__21hGD,.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_isGroup__7g1Ri,.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_platform__kh8W3,.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_time__cUZPy{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__FMXqZ .conversation_profileImage__xwM67 .conversation_platform__kh8W3{right:-6px}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_isGroup__7g1Ri{left:-6px}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_botInteration__21hGD{bottom:auto;left:-6px;top:-2px}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_time__cUZPy{bottom:auto;right:-6px;top:-2px}.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_isGroup__7g1Ri svg,.conversation_conversation__FMXqZ .conversation_profileImage__xwM67 .conversation_platform__kh8W3 svg{height:16px;width:16px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY{display:flex;flex-direction:column;gap:.25em;width:calc(100% - 1em - 50px)}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_personalInfo__cGk87{text-wrap:nowrap;align-items:center;display:flex;gap:.25em;justify-content:space-between;text-overflow:ellipsis;width:100%}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8{align-items:center;display:flex;gap:.5em;justify-content:space-between}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8>span{align-items:center;display:flex;gap:.5em}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 svg{height:1em;width:1em}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj{align-items:center;display:flex;gap:.5em}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_inbox__rC438{color:var(--purple);font-size:.9em;font-weight:700}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_responsibles__pTk9B{align-items:center;display:flex;gap:.1em;justify-content:center;position:relative}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_responsibles__pTk9B img{border-radius:50%;height:16px;object-fit:cover;object-position:center;width:16px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_responsibles__pTk9B .conversation_imgProfile__3VIyQ{display:flex;height:16px;position:relative;width:16px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_responsibles__pTk9B .conversation_imgResponsible__GszuZ{font-size:10px;height:16px;width:16px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_responsibles__pTk9B .conversation_imgProfile__3VIyQ:first-child{margin-left:0}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupLeft__NNvTj .conversation_responsibles__pTk9B .conversation_imgProfile__3VIyQ>span{right:-.6em}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_footer__bOUi8 .conversation_groupFlags__UItmN{align-items:center;display:flex;gap:.5em;justify-content:flex-start}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_personalInfo__cGk87 .conversation_profileName__bb3na{font-weight:700}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_personalInfo__cGk87 .conversation_dateLastMessage__7WsZw{font-size:.85em}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv{align-items:center;display:flex;gap:.25em;justify-content:flex-start}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv svg{height:20px;width:20px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv svg.conversation_sendStatus__qb7ea{height:12px;width:14px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv svg.conversation_deliveredStatus__QrZfo{height:20px;width:20px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv svg.conversation_read__uh-FW{color:var(--pink)}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv span,.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_personalInfo__cGk87 .conversation_profileName__bb3na{flex:1 1;overflow:hidden;text-align:start;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv .conversation_noRead__pfAs\+{align-items:center;background-color:var(--purple);border-radius:50%;display:flex;height:15px;justify-content:center;width:15px}.conversation_conversation__FMXqZ .conversation_info__Y\+yqY .conversation_lastMessage__LwTuv .conversation_noRead__pfAs\+ span{color:var(--beige);font-size:10px;line-height:10px;text-align:center;width:15px}.conversation_conversation__FMXqZ .conversation_lastMessage__LwTuv .conversation_status__cO8m7{align-items:center;border-radius:50%;display:flex;height:22px;justify-content:center;width:22px}.conversation_conversation__FMXqZ .conversation_lastMessage__LwTuv .conversation_status__cO8m7.conversation_waiting__\+JNwC{background-color:var(--orange);color:var(--beige)}.conversation_conversation__FMXqZ .conversation_lastMessage__LwTuv .conversation_status__cO8m7.conversation_opened__UciS4{background-color:var(--green);color:var(--beige)}.conversation_conversation__FMXqZ .conversation_lastMessage__LwTuv .conversation_status__cO8m7.conversation_paused__3BOX4{background-color:var(--pink);color:var(--beige)}.conversation_conversation__FMXqZ .conversation_lastMessage__LwTuv .conversation_status__cO8m7.conversation_finalized__0ASx9{background-color:var(--purple);color:var(--beige)}.conversation_conversation__FMXqZ .conversation_lastMessage__LwTuv .conversation_status__cO8m7 svg{height:16px;width:16px}.conversation_conversation__FMXqZ .conversation_options__QZTrw{height:20px;opacity:0;position:absolute;right:.5em;top:.5em;transition:opacity .25s ease-in-out;width:20px;z-index:3}.conversation_conversation__FMXqZ .conversation_options__QZTrw.conversation_active__es6S8,.conversation_groupMessage__1TVMl .conversation_message__r70yD:hover .conversation_content__VWDiU .conversation_groupContentMessage__O5Ojc .conversation_options__QZTrw{opacity:1}.conversation_conversation__FMXqZ .conversation_options__QZTrw svg{cursor:pointer;height:20px;width:20px}.conversation_conversation__FMXqZ .conversation_options__QZTrw ul{align-items:flex-start;animation:conversation_showHidden__hsM45 .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__FMXqZ .conversation_options__QZTrw ul li{align-items:center;cursor:pointer;display:flex;gap:.5em;justify-content:flex-start;list-style:none;padding:.5em;width:100%}.conversation_conversation__FMXqZ .conversation_options__QZTrw ul li:hover{background-color:var(--opacity-background)}.conversation_conversation__FMXqZ .conversation_options__QZTrw .conversation_background__eN7jv{height:100vh;left:0;position:fixed;top:0;width:100vw}hr{border:var(--border-table);margin:.5em 0;width:100%}.conversation_messageSearch__aHB5-{color:var(--third-text-color);font-size:.9em;font-weight:700;text-align:center}.chatBots_container__TPs-T{height:100%;width:100%}.chatBots_wrapper__-criS{display:flex;height:100%;width:100%}.chatBots_sidebar__dI0j-,.chatBots_wrapper__-criS button{-webkit-user-select:none;user-select:none}.chatBots_sidebar__dI0j-{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__dI0j- span{display:block;font-weight:700;margin-bottom:.5em;text-align:center}.chatBots_sidebar__dI0j- .chatBots_section__Mm6Iu{border-bottom:1px solid var(--gray-dark);display:flex;flex-wrap:wrap;gap:.5em;padding-bottom:.5em;width:100%}.chatBots_node__JIgtS{background:#ddd;border-radius:3px;cursor:grab;padding:var(--padding-y);text-align:center}.chatBots_noResponsePeriod__s9da8,.chatBots_splitFlow__BF4qZ,.chatBots_waitTime__wcBXs{background-color:var(--purple)!important;border-radius:3px;color:var(--beige)!important}.chatBots_internalMessage__BMm9I,.chatBots_sendMessage__JfaHn{background-color:var(--pink)!important;border-radius:3px;color:var(--beige)!important}.chatBots_aiConditional__czl6m,.chatBots_aiInstructions__ZkgL4,.chatBots_aiResponse__la9DP{background-color:var(--blue)!important;border-radius:3px;color:var(--beige)!important}.chatBots_fetchExternalData__z-E-9,.chatBots_logCRM__I5\+7s,.chatBots_makeConsultation__TezHY,.chatBots_saveToVariable__bYqZc{background-color:var(--orange)!important;border-radius:3px;color:var(--beige)!important}.chatBots_closeConversation__q5Cn5,.chatBots_transferService__RYhUD{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__rASSg{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__rASSg.nodes_start__JBCpn{background:#fff}.nodes_selected__Mh20Y{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(
    --xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default)
  )}.sendMessage_container__hq0f6{align-items:center;display:flex;flex-direction:column;gap:1em;width:100%}.sendMessage_groupMessage__HvA-C{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sendMessage_content__oqdX6{align-items:flex-end;display:flex;flex-direction:column;gap:1em;width:100%}.sendMessage_content__oqdX6>button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sendMessage_container__hq0f6 .sendMessage_groupEmotions__V0DZX{position:relative}.sendMessage_groupEmotions__V0DZX .sendMessage_background__mjFY2{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.sendMessage_container__hq0f6 .sendMessage_groupEmotions__V0DZX .sendMessage_emotions__L-z6W{text-wrap:nowrap;animation:sendMessage_openUp__Cu0OO .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__GV2q5{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__GV2q5 .message_close__CdZ3h{align-items:center;cursor:pointer;display:flex;justify-content:center;z-index:2}.chatBots_container__J6zQp{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__J6zQp .chatBots_actions__V73DP{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.chatBots_container__J6zQp .chatBots_actions__V73DP>button{max-width:250px;width:45%}.chatBots_container__J6zQp .chatBots_actions__V73DP>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.chatBots_container__J6zQp .chatBots_actions__V73DP>button,.chatBots_container__J6zQp .chatBots_actions__V73DP>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.chatIntegration_container__ULhQL{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__dlwRQ{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__dlwRQ .header_info__Obb9c{align-items:center;display:flex;gap:2em;justify-content:center}.header_header__dlwRQ .header_info__Obb9c img{height:32px}.header_header__dlwRQ .header_info__Obb9c span{font-size:1.2em}.header_header__dlwRQ .header_actions__3Hx1Q{align-items:center;display:flex;gap:2em;justify-content:space-between}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n-{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- svg{cursor:pointer}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_number__OJV3V{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__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq{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__dlwRQ .header_actions__3Hx1Q .header_support__WY8lg .header_body__fr-Bq{min-width:200px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq: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__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr{align-items:center;display:flex;flex-direction:column;font-size:.8em;gap:.5em;justify-content:center;padding-top:.5em}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr span{word-break:break-word}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr .header_support__WY8lg{align-items:center;display:flex;gap:.5em;justify-content:center}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr .header_support__WY8lg svg{height:16px;width:16px}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr:not(:first-child){border-top:var(--border-table)}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr 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__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq .header_notification__VXfAr button svg{height:16px;width:16px}.header_header__dlwRQ .header_actions__3Hx1Q .header_groupData__zXkND,.header_header__dlwRQ .header_actions__3Hx1Q>svg{cursor:pointer}.header_header__dlwRQ .header_actions__3Hx1Q svg{height:24px;width:24px}.header_header__dlwRQ .header_actions__3Hx1Q .header_groupData__zXkND svg,.header_header__dlwRQ .header_actions__3Hx1Q img{height:32px;width:32px}.header_header__dlwRQ .header_actions__3Hx1Q img{border-radius:50%;object-fit:cover;object-position:center}.header_option__eI-cb{position:relative}.header_option__eI-cb .header_groupData__zXkND{display:flex;gap:.5em}.header_option__eI-cb .header_userData__Ktysy{align-items:center;display:flex;flex-direction:column;font-size:12px;justify-content:center;text-align:center}.header_option__eI-cb .header_userData__Ktysy span:last-child{font-size:10px}.header_header__dlwRQ .header_background__gj8qI{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:998}.header_option__eI-cb 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__eI-cb 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__eI-cb ul li{text-wrap:nowrap;color:var(--gray-dark);cursor:pointer;list-style:none;text-align:start;width:100%}.header_option__eI-cb ul li:first-child{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.header_option__eI-cb ul li:last-child{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius);padding:.75em 1em}.header_option__eI-cb ul li:hover{background-color:var(--background-header-table)}.header_option__eI-cb ul li a{color:var(--gray-dark);display:block;height:100%;padding:.75em 1em;text-decoration:none;width:100%}.header_hamburguerMenu__U-IrD{display:none}@media screen and (max-width:768px){.header_hamburguerMenu__U-IrD{align-items:center;display:flex;justify-content:center}.header_hamburguerMenu__U-IrD svg{height:24px;width:24px}.header_option__eI-cb .header_userData__Ktysy{display:none}}@media screen and (max-width:468px){.header_header__dlwRQ .header_info__Obb9c img{display:none}.header_header__dlwRQ .header_actions__3Hx1Q .header_notifications__Q3-n- .header_body__fr-Bq{width:200px}}@media screen and (max-width:418px){.header_header__dlwRQ .header_info__Obb9c span{display:none}.header_header__dlwRQ .header_info__Obb9c img{display:block}}.menu_sidebar__HWwRt{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__HWwRt .menu_groupLink__cHuWP{align-items:center;display:flex;justify-content:flex-start;position:relative;z-index:4}.menu_sidebar__HWwRt .menu_item__bSn0J{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__HWwRt .menu_item__bSn0J:hover svg{opacity:.5}.menu_sidebar__HWwRt .menu_item__bSn0J.menu_active__iKSMV{background-color:var(--beige);color:var(--purple)}.menu_sidebar__HWwRt .menu_item__bSn0J svg{height:100%;width:100%}.menu_sidebar__HWwRt .menu_legend__0FqyH{text-wrap:nowrap;animation:menu_showEaseIn__6Ls1w .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__6Ls1w{0%{opacity:0}to{opacity:1}}@media only screen and (max-width:768px){.menu_sidebar__HWwRt:not(.menu_active__iKSMV){display:none}}.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu .modalMetaPage_left__IgDth{display:flex;flex:1 1;flex-direction:column;gap:.5em;max-width:80%}.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu .modalMetaPage_left__IgDth .modalMetaPage_small__ZDIub,.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu .modalMetaPage_left__IgDth span{max-width:100%;overflow:hidden;text-overflow:ellipsis}.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu .modalMetaPage_left__IgDth .modalMetaPage_small__ZDIub{font-size:.8em}.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu .modalMetaPage_center__8w7fM{flex:1 1;text-align:start}.modalMetaPage_body__V5Sse .modalMetaPage_groupPage__OfgWu button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalMetaPage_questions__sY4tv{display:flex;flex-direction:column;gap:1em}.modalMetaPage_questions__sY4tv .modalMetaPage_label__awqQ-{width:100%}.modalMetaPage_questions__sY4tv .modalMetaPage_labelCenter__pvvY5{text-align:center;width:100%}.modalMetaPage_footer__p6x9k{margin-top:1em}.userNotPermission_body__wAJfA{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:.5em;justify-content:center}.userNotPermission_body__wAJfA .userNotPermission_title__OIRX9{font-size:16px;font-weight:700}.userNotPermission_body__wAJfA .userNotPermission_message__myVtV{background-color:var(--pink);border:1px solid var(--pink);border-radius:var(--border-radius);color:var(--beige);padding:1em}.userNotPermission_body__wAJfA a{color:var(--pink)}.userNotPermission_body__wAJfA .userNotPermission_groupLink__OY0y3{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center;margin:2em}.crm_filters__whjdF{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;height:var(--height-filters);justify-content:space-between;padding:.5em}.crm_filters__whjdF>div{align-items:center;display:flex;gap:.5em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.crm_filters__whjdF .crm_groupLeft__gHyWe{justify-content:flex-start}.crm_filters__whjdF .crm_groupCenter__dEv9n{justify-content:center}.crm_filters__whjdF .crm_groupRight__T3rb\+{justify-content:flex-end}.crm_filters__whjdF .crm_numberLeads__nj5pw{align-items:center;display:flex;font-size:1.1em;font-weight:700;justify-content:flex-end}.crm_filters__whjdF>div>div:not(.crm_rightFilterAction__o54PM){min-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.crm_filters__whjdF>div>input{width:350px}.crm_filters__whjdF .crm_groupRight__T3rb\+ .crm_rightFilterAction__o54PM svg{color:var(--second-background);cursor:pointer;height:32px;width:32px}.crm_filters__whjdF .crm_groupRight__T3rb\+ .crm_reload__2mubj,.crm_filters__whjdF .crm_groupRight__T3rb\+ .crm_settings__zxNsN{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__whjdF .crm_groupRight__T3rb\+ .crm_reload__2mubj{margin-right:1em}.crm_filters__whjdF .crm_groupRight__T3rb\+ .crm_reload__2mubj svg,.crm_filters__whjdF .crm_groupRight__T3rb\+ .crm_settings__zxNsN svg{color:var(--second-background);cursor:pointer;height:24px;width:24px}.crm_funnel__WT3th{display:flex;flex:1 1;position:relative;width:100%}.crm_funnel__WT3th .crm_stages__srIO0{display:flex;flex:1 1;flex-direction:row;overflow-x:scroll;width:100%}.crm_funnel__WT3th .crm_stages__srIO0.crm_loading__Pmfob{align-items:center;justify-content:center}.crm_changedFilters__BeONJ{animation:crm_open__VlJ4n .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__whjdF .crm_groupCenter__dEv9n{display:none}}@media screen and (max-width:678px){.crm_filters__whjdF .crm_groupRight__T3rb\+ div:nth-child(2){display:none}}@media screen and (max-width:598px){.crm_filters__whjdF .crm_groupRight__T3rb\+ .crm_numberLeads__nj5pw{display:none}}@media screen and (max-width:398px){.crm_filters__whjdF .crm_groupLeft__gHyWe button{display:none}}@keyframes crm_open__VlJ4n{0%{transform:translateX(100%)}to{transform:translateX(0)}}.sideFilter_background__XdgB3{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__VcvkO{animation:sideFilter_open__DSxXt .5s;background-color:var(--primary-background);color:var(--gray-dark);display:flex;flex-direction:column;height:100vh;max-width:95vw;width:400px}.sideFilter_sideFilter__VcvkO .sideFilter_header__RVd66{align-items:center;display:flex;justify-content:space-between;padding:var(--padding-x)}.sideFilter_sideFilter__VcvkO .sideFilter_header__RVd66 .sideFilter_description__T5bxe{align-items:center;display:flex;font-size:1em;font-weight:700;gap:.5em;justify-content:flex-start}.sideFilter_sideFilter__VcvkO .sideFilter_header__RVd66 .sideFilter_description__T5bxe svg{height:24px;width:24px}.sideFilter_sideFilter__VcvkO .sideFilter_header__RVd66 .sideFilter_close__-wwQW{align-items:center;cursor:pointer;display:flex;justify-content:center}.sideFilter_sideFilter__VcvkO .sideFilter_header__RVd66 .sideFilter_close__-wwQW svg{height:20px;width:20px}.sideFilter_sideFilter__VcvkO .sideFilter_body__d\+C22{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__VcvkO .sideFilter_body__d\+C22>div{width:100%}@keyframes sideFilter_open__DSxXt{0%{transform:translateX(100%)}to{transform:translateX(0)}}.modalManagementLead_body__8WgT8{display:flex;flex-direction:column;gap:1em}.modalManagementLead_body__8WgT8 .modalManagementLead_bold__cMD34{font-weight:700}.modalManagementLead_body__8WgT8 .modalManagementLead_link__1xAOK{align-items:center;display:flex;justify-content:flex-end}.modalManagementLead_body__8WgT8 .modalManagementLead_link__1xAOK a{color:var(--pink)}.dashboard_container__TaZQt{display:flex;flex-direction:column;gap:1em;margin:0 auto;max-width:100%;width:1800px}.dashboard_container__TaZQt .dashboard_filters__SUbZ2{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;height:var(--height-filters);justify-content:space-between;padding:1em}.dashboard_container__TaZQt .dashboard_filtersInline__ssazM{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__TaZQt .dashboard_filtersInline__ssazM>*{flex:1 1}.dashboard_container__TaZQt .dashboard_filters__SUbZ2>div{align-items:center;display:flex;flex:1 1;gap:.5em}.dashboard_container__TaZQt .dashboard_filters__SUbZ2 .dashboard_groupLeft__oG59\+{justify-content:flex-start}.dashboard_container__TaZQt .dashboard_filters__SUbZ2 .dashboard_groupRight__XzTB8{justify-content:flex-end}.dashboard_container__TaZQt .dashboard_filters__SUbZ2 .dashboard_groupRight__XzTB8 .dashboard_reload__KQBl8{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__TaZQt .dashboard_filters__SUbZ2 .dashboard_groupRight__XzTB8 .dashboard_reload__KQBl8 svg{color:var(--second-background);cursor:pointer;height:24px;width:24px}.dashboard_container__TaZQt .dashboard_nav__XkKy7{padding:0 1em}.dashboard_container__TaZQt .dashboard_nav__XkKy7 .dashboard_link__KaqyW{align-items:center;display:flex;justify-content:flex-end}.dashboard_container__TaZQt .dashboard_nav__XkKy7 .dashboard_link__KaqyW a{color:var(--pink)}.dashboard_container__TaZQt .dashboard_filters__SUbZ2>div>div:not(.dashboard_rightFilterAction__zfc78){min-width:150px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dashboard_container__TaZQt .dashboard_filters__SUbZ2>div>input{width:350px}.dashboard_container__TaZQt .dashboard_filters__SUbZ2 .dashboard_groupRight__XzTB8 .dashboard_rightFilterAction__zfc78 svg{color:var(--second-background);cursor:pointer;height:32px;width:32px}.dashboard_container__TaZQt .dashboard_changedFilters__qa1Me{animation:dashboard_open__18mIQ .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__TaZQt>.dashboard_body__NOfBi{display:flex;flex-direction:column;gap:1em;padding:1em;position:relative}.dashboard_container__TaZQt .dashboard_cards__pAwVm,.dashboard_container__TaZQt .dashboard_charts__dG4KQ,.dashboard_container__TaZQt .dashboard_tables__-slx3{display:flex;flex-wrap:wrap;gap:1em;width:100%}.dashboard_groupOptions__L4UBg{align-items:center;display:flex;gap:2em;height:100%;justify-content:center;width:100%}.dashboard_groupOptions__L4UBg a{text-decoration:none}.dashboard_groupOptions__L4UBg .dashboard_option__maxY0{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__L4UBg .dashboard_option__maxY0:hover{background-color:var(--second-text-color)}.dashboard_groupOptions__L4UBg .dashboard_option__maxY0 svg{height:50px;width:50px}.dashboard_container__TaZQt .dashboard_tables__-slx3 .dashboard_groupTable__Jab9S{display:flex;flex:1 1;flex-direction:column;gap:.5em;max-width:100%;min-width:350px}.dashboard_container__TaZQt .dashboard_tables__-slx3 .dashboard_groupTable__Jab9S.dashboard_fullWidth__dm59H{flex:auto;width:100%}.dashboard_container__TaZQt .dashboard_tables__-slx3 .dashboard_table__QBKYZ{flex:1 1;max-width:100%}@keyframes dashboard_open__18mIQ{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media only screen and (max-width:768px){.dashboard_container__TaZQt .dashboard_filters__SUbZ2 .dashboard_groupLeft__oG59\+{display:none}}@media only screen and (max-width:468px){.dashboard_card__2J0TP{min-width:250px}}@media only screen and (max-width:400px){.dashboard_card__2J0TP{min-width:200px}}.charts_tooltip__JfMbO{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__nSrsL{align-items:center;display:flex;font-size:1.1em;font-weight:700;height:100%;justify-content:center;width:100%}.charts_chartItem__PjN39{height:260px;width:calc(50% - .5em)}.charts_chartBar__TmFDR,.charts_chartItem__PjN39,.charts_chartPie__K84QI{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__TmFDR,.charts_chartPie__K84QI{flex:1 1}.charts_chartPie__K84QI{height:calc(400px + 1em);max-height:calc(400px + 1em);min-width:calc(400px + 1em)}.charts_chartBar__TmFDR{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__TmFDR,.charts_chartPie__K84QI{min-width:450px}}@media only screen and (max-width:568px){.charts_chartBar__TmFDR,.charts_chartPie__K84QI{min-width:350px}}@media only screen and (max-width:468px){.charts_chartBar__TmFDR,.charts_chartPie__K84QI{min-width:250px}}@media only screen and (max-width:400px){.charts_chartBar__TmFDR,.charts_chartPie__K84QI{min-width:200px}}.sideFilter_background__lChHy{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__lTnfs{animation:sideFilter_open__pKdba .5s;background-color:var(--primary-background);color:var(--gray-dark);display:flex;flex-direction:column;height:100vh;max-width:95vw;width:400px}.sideFilter_sideFilter__lTnfs .sideFilter_header__bMKHd{align-items:center;display:flex;justify-content:space-between;padding:var(--padding-x)}.sideFilter_sideFilter__lTnfs .sideFilter_header__bMKHd .sideFilter_description__S5Hms{align-items:center;display:flex;font-size:1em;font-weight:700;gap:.5em;justify-content:flex-start}.sideFilter_sideFilter__lTnfs .sideFilter_header__bMKHd .sideFilter_description__S5Hms svg{height:24px;width:24px}.sideFilter_sideFilter__lTnfs .sideFilter_header__bMKHd .sideFilter_close__oYvTn{align-items:center;cursor:pointer;display:flex;justify-content:center}.sideFilter_sideFilter__lTnfs .sideFilter_header__bMKHd .sideFilter_close__oYvTn svg{height:20px;width:20px}.sideFilter_sideFilter__lTnfs .sideFilter_body__TLTtz{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__lTnfs .sideFilter_body__TLTtz>div{width:100%}@keyframes sideFilter_open__pKdba{0%{transform:translateX(100%)}to{transform:translateX(0)}}.googleIntegration_content__8Xo2s{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.googleIntegration_card__bWzJ3{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__bWzJ3 .googleIntegration_header__cC9Co{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.googleIntegration_card__bWzJ3 .googleIntegration_header__cC9Co>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.googleIntegration_card__bWzJ3 .googleIntegration_header__cC9Co span{flex:1 1;font-size:1.5em;font-weight:700}.googleIntegration_card__bWzJ3 .googleIntegration_header__cC9Co svg{height:2em;width:2em}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa{display:flex;flex-direction:column;gap:2em}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_background__uyW0t{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP .googleIntegration_left__96yLG{width:60px}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP .googleIntegration_left__96yLG img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP .googleIntegration_center__ghiVw{display:flex;flex:1 1;flex-direction:column;text-align:start}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP .googleIntegration_center__ghiVw .googleIntegration_email__AgGBu{font-size:.9em}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP .googleIntegration_center__ghiVw .googleIntegration_link__ZOt0U{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.googleIntegration_card__bWzJ3 .googleIntegration_body__7vMQa .googleIntegration_groupPage__5aVtP button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.googleIntegration_card__bWzJ3 .googleIntegration_footer__8Itac{display:flex;gap:.5em}.googleIntegration_afterCard__wNjBI{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.googleIntegration_afterCard__wNjBI span{text-decoration:underline}.importData_content__-LRh2{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1em;justify-content:center}.importData_content__-LRh2 .importData_link__kH54b{align-items:center;display:flex;justify-content:flex-end}.importData_content__-LRh2 .importData_link__kH54b a{color:var(--pink)}.importData_content__-LRh2 .importData_card__oQDyD,.importData_content__-LRh2 .importData_link__kH54b{width:600px}.importData_content__-LRh2 .importData_card__oQDyD{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em}.importData_content__-LRh2 .importData_card__oQDyD .importData_header__fNBRU{align-items:center;display:flex;gap:1em}.importData_content__-LRh2 .importData_card__oQDyD .importData_header__fNBRU span{font-size:1.5em;font-weight:700}.importData_content__-LRh2 .importData_card__oQDyD .importData_header__fNBRU svg{height:2em;width:2em}.importData_content__-LRh2 .importData_card__oQDyD .importData_body__HMdYD{display:flex;flex-direction:column;gap:1em}.importData_content__-LRh2 .importData_card__oQDyD .importData_body__HMdYD a{text-decoration:none}.importData_content__-LRh2 .importData_card__oQDyD .importData_body__HMdYD .importData_groupInline__ukrWH{align-items:center;display:flex;gap:1em;justify-content:space-between}.importData_content__-LRh2 .importData_card__oQDyD .importData_body__HMdYD 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__Ft8pE{color:var(--pink);font-size:.8em;font-weight:700}.importData_content__-LRh2 .importData_card__oQDyD .importData_footer__yLbHA{display:flex;gap:.5em}.uploadArea_uploadArea__aVhMW{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__aVhMW.uploadArea_draggingOver__9MRyo{background-color:var(--color-hover);border-color:var(--pink)}.uploadArea_uploadArea__aVhMW .uploadArea_removeFile__QU2ZO{position:absolute;right:1em;top:1em}.uploadArea_uploadArea__aVhMW .uploadArea_removeFile__QU2ZO button{background-color:var(--purple);color:var(--beige)}.uploadArea_uploadArea__aVhMW .uploadArea_removeFile__QU2ZO svg{height:1.2em;width:1.2em}.uploadArea_uploadArea__aVhMW svg{height:2em;width:2em}.modalImport_body__BaPcW{display:flex;flex-direction:column;gap:1em}.modalImport_label__SDaSl{width:100%}.modalImport_labelCenter__z1Zdq{text-align:center;width:100%}.importError_container__UPMoC{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__UPMoC .importError_link__phesh{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.importError_container__UPMoC .importError_link__phesh a{color:var(--pink)}.importError_container__UPMoC .importError_groupReload__lskTd{align-items:center;display:flex;gap:1em;justify-content:flex-start}.importError_container__UPMoC .importError_reload__khgX7{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__UPMoC .importError_reload__khgX7 svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.importLog_container__YlYxO{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__YlYxO .importLog_link__UTL4\+{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.importLog_container__YlYxO .importLog_link__UTL4\+ a{color:var(--pink)}.importLog_container__YlYxO .importLog_groupReload__fxfMd{align-items:center;display:flex;gap:1em;justify-content:flex-start}.importLog_container__YlYxO .importLog_reload__IJZaW{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__YlYxO .importLog_reload__IJZaW svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.integration_container__ITIEK,.managementLog_container__ru-wR{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__ru-wR .managementLog_link__rF\+Sh{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.managementLog_container__ru-wR .managementLog_link__rF\+Sh a{color:var(--pink)}.managementLog_container__ru-wR .managementLog_groupReload__9Cbyp{align-items:center;display:flex;gap:1em;justify-content:flex-start}.managementLog_container__ru-wR .managementLog_reload__\+y0TG{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__ru-wR .managementLog_reload__\+y0TG svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.messengerIntegration_content__-0iQE{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.messengerIntegration_card__QblBK{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__QblBK .messengerIntegration_header__QK7Cv{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.messengerIntegration_card__QblBK .messengerIntegration_header__QK7Cv>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messengerIntegration_card__QblBK .messengerIntegration_header__QK7Cv span{flex:1 1;font-size:1.5em;font-weight:700}.messengerIntegration_card__QblBK .messengerIntegration_header__QK7Cv svg{height:2em;width:2em}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI{display:flex;flex-direction:column;gap:2em}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_background__88Dld{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_groupAccount__KdusF{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__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_groupAccount__KdusF svg{height:40px;width:40px}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_groupAccount__KdusF .messengerIntegration_title__NdrEI{display:flex;flex:1 1;flex-direction:column;text-align:start}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_groupAccount__KdusF .messengerIntegration_title__NdrEI .messengerIntegration_number__Z3Co2{opacity:.8}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_groupAccount__KdusF .messengerIntegration_title__NdrEI .messengerIntegration_link__lmlYe{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messengerIntegration_card__QblBK .messengerIntegration_body__Mu1gI .messengerIntegration_groupAccount__KdusF button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.messengerIntegration_card__QblBK .messengerIntegration_footer__\+zYEm{display:flex;gap:.5em}.messengerIntegration_afterCard__YJqgg{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.messengerIntegration_afterCard__YJqgg span{text-decoration:underline}.modalInbox_groupQrCode__oAA41{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.modalInbox_groupQrCode__oAA41 .modalInbox_qrCode__aoEPq{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__oAA41 .modalInbox_qrCode__aoEPq img{height:100%;object-fit:contain;object-position:center;width:100%}.modalInbox_groupQrCode__oAA41 .modalInbox_qrCode__aoEPq svg{cursor:pointer;height:30px;opacity:1;transition:all .25s ease-in-out;width:30px}.modalInbox_groupQrCode__oAA41 .modalInbox_qrCode__aoEPq svg:hover{opacity:.7}.metaIntegration_content__GecTR{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.metaIntegration_card__Ec6Ny{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__Ec6Ny .metaIntegration_header__m0rAX{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.metaIntegration_card__Ec6Ny .metaIntegration_header__m0rAX>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.metaIntegration_card__Ec6Ny .metaIntegration_header__m0rAX span{flex:1 1;font-size:1.5em;font-weight:700}.metaIntegration_card__Ec6Ny .metaIntegration_header__m0rAX svg{height:2em;width:2em}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h{display:flex;flex-direction:column;gap:2em}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_background__ETb8N{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_groupPage__r2mZW{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_groupPage__r2mZW .metaIntegration_left__p\+uZQ{width:60px}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_groupPage__r2mZW .metaIntegration_left__p\+uZQ img{border-radius:var(--border-radius);height:50px;object-fit:cover;object-position:center;width:50px}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_groupPage__r2mZW .metaIntegration_center__l5ewO{display:flex;flex:1 1;flex-direction:column;text-align:start}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_groupPage__r2mZW .metaIntegration_center__l5ewO .metaIntegration_link__YKTqz{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.metaIntegration_card__Ec6Ny .metaIntegration_body__GGn5h .metaIntegration_groupPage__r2mZW button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.metaIntegration_card__Ec6Ny .metaIntegration_footer__BY9Oy{display:flex;gap:.5em}.metaIntegration_afterCard__VJ0T4{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.metaIntegration_afterCard__VJ0T4 span{text-decoration:underline}.myAccount_content__JXNSW{align-items:center;display:flex;flex:1 1;justify-content:center;padding:1em}.myAccount_card__frXIZ{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__frXIZ .myAccount_header__F2DSk{align-items:center;display:flex;gap:1em}.myAccount_card__frXIZ .myAccount_header__F2DSk span{font-size:1.5em;font-weight:700}.myAccount_card__frXIZ .myAccount_header__F2DSk svg{height:2em;width:2em}.myAccount_card__frXIZ .myAccount_body__WBKbX{display:flex;flex-direction:column;gap:1em}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL{align-items:center;border:var(--border-table);border-radius:var(--border-radius);display:flex;justify-content:space-between;padding:.5em;width:100%}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_left__OAF5c{display:flex;flex:1 1;flex-direction:column;text-align:start}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_left__OAF5c span:last-child{color:var(--pink)}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_center__fxy9l{display:flex;flex:1 1;flex-direction:column;text-align:start}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_center__fxy9l:nth-child(2){color:var(--pink);font-weight:700}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_center__fxy9l:nth-child(3) span:last-child{font-weight:700}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_center__fxy9l.myAccount_approved__3hhCo,.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_left__OAF5c.myAccount_approved__3hhCo span:last-child{color:var(--green)}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_right__rtnUp{align-items:center;display:flex;gap:.5em;justify-content:center;width:80px}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_groupTransaction__GinAL .myAccount_right__rtnUp svg{color:var(--gray-dark);height:20px;width:20px}.myAccount_card__frXIZ .myAccount_body__WBKbX .myAccount_editButton__vIly6{position:absolute;right:1.5em;top:0}.myAccount_maxFileSize__tHzbv{color:var(--pink);font-size:.8em;font-weight:700}.myAccount_card__frXIZ .myAccount_footer__gdVxg{display:flex;gap:.5em}.notes_container__kYXe\+{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__kYXe\+ .notes_filters__4\+beT{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.notes_container__kYXe\+ .notes_filters__4\+beT>button,.notes_container__kYXe\+ .notes_filters__4\+beT>div{flex:1 1;min-width:200px}.notes_container__kYXe\+ .notes_cards__8Eaz\+{display:flex;flex-wrap:wrap;gap:1em;width:100%}.notes_container__kYXe\+ .notes_link__awuho{color:var(--gray-dark)}.outboundCampaign_content__w2pWe{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:1em;justify-content:center}.outboundCampaign_content__w2pWe .outboundCampaign_link__QW2OF{align-items:center;display:flex;justify-content:flex-end}.outboundCampaign_content__w2pWe .outboundCampaign_link__QW2OF a{color:var(--pink)}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6,.outboundCampaign_content__w2pWe .outboundCampaign_link__QW2OF{width:600px}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6{background-color:var(--background-table);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:1em;max-width:95%;padding:1em}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_header__B8hCX{align-items:center;display:flex;gap:1em}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_header__B8hCX span{font-size:1.5em;font-weight:700}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_header__B8hCX svg{height:2em;width:2em}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_body__xMdWD{display:flex;flex-direction:column;gap:1em}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_body__xMdWD a{text-decoration:none}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_body__xMdWD .outboundCampaign_groupInline__l294T{align-items:center;display:flex;gap:1em;justify-content:space-between}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_body__xMdWD 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__Fopnm{color:var(--pink);font-size:.8em;font-weight:700}.outboundCampaign_content__w2pWe .outboundCampaign_card__S0dI6 .outboundCampaign_footer__jHx7Q{display:flex;gap:.5em}.modalOutboundCampaign_body__0Qjc3,.modalOutboundCampaign_container__x3b-P{display:flex;flex-direction:column;gap:1em}.modalOutboundCampaign_container__x3b-P{align-items:center}.modalOutboundCampaign_groupMessage__gKAUc{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.modalOutboundCampaign_label__EU7fi{width:100%}.modalOutboundCampaign_labelCenter__UjGNg{text-align:center;width:100%}.outboundCampaignDetails_container__O-J9L{align-items:stretch;display:flex;flex-direction:column;gap:24px;margin:0 auto;padding:24px;width:100%}.outboundCampaignDetails_header__3g1Mn{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:space-between;margin-bottom:24px}.outboundCampaignDetails_headerLeft__59pEH{display:flex;flex-direction:column;gap:6px}.outboundCampaignDetails_title__1TiFJ{color:#111;font-size:24px;font-weight:600;margin:0}.outboundCampaignDetails_metaInfo__w6km6{align-items:center;color:var(--second-text-color);display:flex;font-size:14px;gap:8px}.outboundCampaignDetails_metaDivider__QLBJZ{opacity:.5}.outboundCampaignDetails_subtitle__bblVi{color:var(--second-text-color);font-size:14px}.outboundCampaignDetails_highlights__I473S{grid-gap:.75em;display:grid;gap:.75em;grid-template-columns:repeat(2,1fr);margin-bottom:48px;width:100%}.outboundCampaignDetails_highlights__I473S .outboundCampaignDetails_card__-KwC\+{box-shadow:var(--box-shadow-all-sides);min-height:120px;padding:1.6em}.outboundCampaignDetails_cards__L-wN4{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.outboundCampaignDetails_tables__KmkuD{display:flex;flex-direction:column;gap:.5em;max-height:800px;padding-bottom:1em;width:100%}.outboundCampaignDetails_link__tPW2b{color:var(--gray-dark)}.outboundCampaignDetails_scoreBox__zB8M9{background:#fff;border-radius:14px;box-shadow:0 6px 18px #0000000a;padding:24px;width:100%}.outboundCampaignDetails_scoreHeader__hSQBx{align-items:center;display:flex;gap:8px;margin-bottom:18px}.outboundCampaignDetails_scoreTitle__9faHv{align-items:center;color:#666;display:flex;font-size:14px;font-weight:600;gap:6px}.outboundCampaignDetails_scoreMain__r5oSq{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.outboundCampaignDetails_scoreValue__OTTnZ{align-items:baseline;display:flex;font-size:40px;font-weight:700;gap:6px}.outboundCampaignDetails_scoreMax__domJx{color:#bbb;font-size:14px;font-weight:500}.outboundCampaignDetails_scoreBadge__OcE8m{border-radius:999px;font-size:12px;font-weight:600;padding:6px 12px}.outboundCampaignDetails_scoreBadge_success__xQheD{background:#e6f7ec;color:#16a34a}.outboundCampaignDetails_scoreBadge_warning__\+adJC{background:#fff4e5;color:#f59e0b}.outboundCampaignDetails_scoreBadge_danger__F0HyJ{background:#fee2e2;color:#dc2626}.outboundCampaignDetails_scoreProgress__AcDXP{background:#f1f1f1;border-radius:999px;height:10px;overflow:hidden;width:100%}.outboundCampaignDetails_scoreBar__h4nXG{height:100%;transition:width .4s ease}.outboundCampaignDetails_scoreBar_success__YmOeO{background:#16a34a}.outboundCampaignDetails_scoreBar_warning__dkJda{background:#f59e0b}.outboundCampaignDetails_scoreBar_danger__BJfDn{background:#dc2626}.outboundCampaignDetails_highlights__I473S{display:flex;flex-direction:column;gap:12px}.outboundCampaignDetails_highlight_danger__UkKwe,.outboundCampaignDetails_highlight_success__eMp5c,.outboundCampaignDetails_highlight_warning__wRfax{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__eMp5c{border-color:var(--green)}.outboundCampaignDetails_highlight_warning__wRfax{border-color:var(--orange)}.outboundCampaignDetails_highlight_danger__UkKwe{border-color:var(--pink)}.outboundCampaignDetails_statusFailed__bSUZy{color:var(--pink);font-weight:500}.outboundCampaignDetails_statusSent__Ax\+hj{color:var(--purple)}.outboundCampaignDetails_messageSection__Gr5sX{background:var(--background-table);border-radius:var(--border-radius);box-shadow:var(--box-shadow-all-sides);margin-top:24px;padding:20px}.outboundCampaignDetails_messageHeader__WwoIp{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.outboundCampaignDetails_messageHeader__WwoIp h3{color:var(--third-text-color);font-size:16px;font-weight:600;margin:0}.outboundCampaignDetails_templateInfo__grGRb{color:var(--second-text-color);font-size:12px}.outboundCampaignDetails_messagePreview__jqNV6{background:var(--primary-background);border-radius:var(--border-radius-min);padding:16px}.backButton_backButton__C4687{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__C4687:hover{background:var(--purple-opacity-min);border-color:var(--purple);color:var(--purple);transform:translateX(-2px)}.backButton_backButton__C4687:active{transform:translateX(-1px) scale(.98)}.backButton_backButton__C4687 svg{transition:transform .2s ease}.backButton_backButton__C4687:hover svg{transform:translateX(-3px)}.outboundCampaignList_container__fe\+bE{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__fe\+bE .outboundCampaignList_filters__6I9rM{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.outboundCampaignList_container__fe\+bE .outboundCampaignList_filters__6I9rM>button,.outboundCampaignList_container__fe\+bE .outboundCampaignList_filters__6I9rM>div{flex:1 1;min-width:200px}.outboundCampaignList_container__fe\+bE .outboundCampaignList_filters__6I9rM>button{padding:10px 0}.outboundCampaignList_container__fe\+bE .outboundCampaignList_highlights__IpQfC{grid-gap:.75em;display:grid;gap:.75em;grid-template-columns:repeat(2,1fr);margin-bottom:48px;width:100%}.outboundCampaignList_highlights__IpQfC .outboundCampaignList_card__pwOVz{box-shadow:var(--box-shadow-all-sides);min-height:120px;padding:1.6em}.outboundCampaignList_container__fe\+bE .outboundCampaignList_cards__9k\+KN{grid-gap:.75em;display:grid;gap:.75em;grid-template-columns:repeat(4,1fr);margin-bottom:40px;width:100%}.outboundCampaignList_container__fe\+bE .outboundCampaignList_tables__1sO3e{display:flex;flex-direction:column;gap:.5em;max-height:600px;padding-bottom:1em;width:100%}.outboundCampaignList_container__fe\+bE .outboundCampaignList_link__JK-g9{color:var(--gray-dark)}.plans_container__b3896{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__b3896 .plans_actions__wPahu{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.plans_container__b3896 .plans_actions__wPahu>button{max-width:250px;width:45%}.plans_container__b3896 .plans_actions__wPahu>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.plans_container__b3896 .plans_actions__wPahu>button,.plans_container__b3896 .plans_actions__wPahu>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.profile_content__6v2Iz{align-items:center;display:flex;flex:1 1;justify-content:center}.profile_card__xqW17{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__xqW17 .profile_header__GB1uT{align-items:center;display:flex;gap:1em}.profile_card__xqW17 .profile_header__GB1uT span{font-size:1.5em;font-weight:700}.profile_card__xqW17 .profile_header__GB1uT svg{height:2em;width:2em}.profile_card__xqW17 .profile_body__bGzhs{display:flex;flex-direction:column;gap:1em}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd{align-items:center;display:flex;justify-content:center}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_image__b0KSK{background-color:var(--gray-dark);border:2px solid var(--gray-dark);border-radius:50%;height:140px;position:relative;width:140px}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_image__b0KSK img{border-radius:50%;height:136px;object-fit:cover;object-position:center;width:136px}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_changeImage__rWpu5{bottom:0;cursor:pointer;display:flex;gap:.25em;position:absolute;right:0}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_changeImage__rWpu5.profile_confirm__5Dn4t{transform:translateX(50%)}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_changeImage__rWpu5 .profile_actionButton__d6-CV{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__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_changeImage__rWpu5 .profile_actionButton__d6-CV:hover{opacity:.9}.profile_card__xqW17 .profile_body__bGzhs .profile_groupImage__MGLYd .profile_changeImage__rWpu5 svg{height:1.5em;width:1.5em}.profile_card__xqW17 .profile_body__bGzhs svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.profile_card__xqW17 .profile_body__bGzhs .profile_background__qMJmg{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.profile_card__xqW17 .profile_body__bGzhs 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__xqW17 .profile_body__bGzhs 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__xqW17 .profile_body__bGzhs ul li{text-wrap:nowrap;color:var(--gray-dark);cursor:pointer;list-style:none;padding:.75em 1em;text-align:start;width:100%}.profile_card__xqW17 .profile_body__bGzhs ul li label{cursor:pointer}.profile_card__xqW17 .profile_body__bGzhs ul li:first-child{border-top-left-radius:var(--border-radius);border-top-right-radius:var(--border-radius)}.profile_card__xqW17 .profile_body__bGzhs ul li:last-child{border-bottom-left-radius:var(--border-radius);border-bottom-right-radius:var(--border-radius)}.profile_card__xqW17 .profile_body__bGzhs ul li:hover{background-color:var(--background-header-table)}.profile_card__xqW17 .profile_footer__xG72Z{display:flex;gap:.5em}.report_container__BOdqQ{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__aq6ac{align-items:center;display:flex;flex:1 1;justify-content:center}.reportDataLead_card__9oqzV{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__9oqzV .reportDataLead_header__x3-8D{align-items:center;display:flex;gap:1em}.reportDataLead_card__9oqzV .reportDataLead_header__x3-8D span{font-size:1.5em;font-weight:700}.reportDataLead_card__9oqzV .reportDataLead_header__x3-8D svg{height:2em;width:2em}.reportDataLead_card__9oqzV .reportDataLead_link__UnFzy{align-items:center;display:flex;justify-content:flex-end}.reportDataLead_card__9oqzV .reportDataLead_link__UnFzy a{color:var(--pink)}.reportDataLead_card__9oqzV .reportDataLead_body__7qzNv{display:flex;flex-direction:column;gap:1em}.reportDataLead_card__9oqzV .reportDataLead_footer__IQJQf{display:flex;gap:.5em}.reportDataNote_content__\+898p{align-items:center;display:flex;flex:1 1;justify-content:center}.reportDataNote_card__tP-Wb{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__tP-Wb .reportDataNote_header__SWhQE{align-items:center;display:flex;gap:1em}.reportDataNote_card__tP-Wb .reportDataNote_header__SWhQE span{font-size:1.5em;font-weight:700}.reportDataNote_card__tP-Wb .reportDataNote_header__SWhQE svg{height:2em;width:2em}.reportDataNote_card__tP-Wb .reportDataNote_link__-8wfC{align-items:center;display:flex;justify-content:flex-end}.reportDataNote_card__tP-Wb .reportDataNote_link__-8wfC a{color:var(--pink)}.reportDataNote_card__tP-Wb .reportDataNote_body__tSJNZ{display:flex;flex-direction:column;gap:1em}.reportDataNote_card__tP-Wb .reportDataNote_footer__7uHOG{display:flex;gap:.5em}.reportLog_container__MjiFj{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__MjiFj .reportLog_link__3gqd-{align-items:center;color:var(--gray-dark);display:flex;justify-content:flex-start;width:100%}.reportLog_container__MjiFj .reportLog_link__3gqd- a{color:var(--pink)}.reportLog_container__MjiFj .reportLog_groupReload__I1g8N{align-items:center;display:flex;gap:1em;justify-content:flex-start}.reportLog_container__MjiFj .reportLog_reload__4xSvM{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__MjiFj .reportLog_reload__4xSvM svg{color:var(--pink);cursor:pointer;height:20px;width:20px}.roles_container__sDdbB{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__sDdbB .roles_actions__ZzZh5{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.roles_container__sDdbB .roles_actions__ZzZh5>button{max-width:250px;width:45%}.roles_container__sDdbB .roles_actions__ZzZh5>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.roles_container__sDdbB .roles_actions__ZzZh5>button,.roles_container__sDdbB .roles_actions__ZzZh5>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.selectAccount_container__PFjeN{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__PFjeN .selectAccount_header__LASI6{align-items:center;display:flex;flex-direction:column;gap:1em;justify-content:center;max-width:95vw;width:600px}.selectAccount_container__PFjeN .selectAccount_header__LASI6 .selectAccount_formGroup__GDpzK{align-items:center;display:flex;justify-content:center;width:100%}.selectAccount_button__ha9Ar{background-color:var(--pink);float:right;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.progressSetup_progressSetup__pFGXg{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:2em 1em;text-align:center}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN{align-items:center;display:flex;height:20px;justify-content:center;margin:0;padding:0;width:80%}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW{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__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW .progressSetup_step__QcAyO{border:2px solid var(--gray-dark);border-radius:50%;height:20px;width:20px}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW .progressSetup_step__QcAyO svg{height:12px;width:12px}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW.progressSetup_setting__cIFSA .progressSetup_step__QcAyO{border-color:var(--orange);color:var(--orange)}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW.progressSetup_finish__F66A0 .progressSetup_step__QcAyO{border-color:var(--purple);color:var(--purple)}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW .progressSetup_connector__tH0MG{background-color:var(--gray-dark);height:2px;width:20px}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW.progressSetup_setting__cIFSA .progressSetup_connector__tH0MG{background-color:var(--orange)}.progressSetup_progressSetup__pFGXg .progressSetup_progressBar__SX0vN .progressSetup_groupStep__lO4QW.progressSetup_finish__F66A0 .progressSetup_connector__tH0MG{background-color:var(--purple)}.progressSetup_progressSetup__pFGXg .progressSetup_text__ttvkC{display:flex;flex-direction:column;gap:1em;max-width:800px}.progressSetup_progressSetup__pFGXg .progressSetup_title__Uo87P{font-size:24px;font-weight:700}.progressSetup_progressSetup__pFGXg .progressSetup_description__OuYsf{font-size:16px;font-weight:600}.progressSetup_progressSetup__pFGXg .progressSetup_button__ZR--d,.progressSetup_progressSetup__pFGXg .progressSetup_image__vASD9{max-width:90%;width:650px}.progressSetup_progressSetup__pFGXg .progressSetup_button__ZR--d{display:flex;gap:.5em}.progressSetup_progressSetup__pFGXg .progressSetup_image__vASD9 img{max-height:350px;max-width:100%}.configTextListItems_countItems__IEZuZ{position:absolute;right:1em}.configTextListItems_footer__eAO4W{padding-top:1em}.configProducts_childs__43nC9{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__haQZV{background-color:var(--second-text-color);height:1px;left:-1em;position:absolute;width:1em}.configProducts_countItems__xqGA1{position:absolute;right:1em}.configProducts_footer__Gva5Y{padding-top:1em}.notFunnel_progressSetup__sf1Q2{align-items:center;display:flex;flex-direction:column;gap:2em;justify-content:center;padding:2em 1em;text-align:center}.notFunnel_progressSetup__sf1Q2 .notFunnel_text__HpBFW{display:flex;flex-direction:column;gap:1em;max-width:800px}.notFunnel_progressSetup__sf1Q2 .notFunnel_title__CeJm5{font-size:24px;font-weight:700}.notFunnel_progressSetup__sf1Q2 .notFunnel_description__Zp4Jd{font-size:16px;font-weight:600}.notFunnel_progressSetup__sf1Q2 .notFunnel_image__RWoYL{max-width:90%;width:650px}.notFunnel_progressSetup__sf1Q2 .notFunnel_image__RWoYL img{max-height:350px;max-width:100%}.settings_content__C4xOv{align-items:flex-start;display:flex;flex:1 1;justify-content:center;padding:1em}.settings_card__QaWT\+{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__QaWT\+ .settings_left__ocaMi{padding:1em;width:35%}.settings_card__QaWT\+ .settings_right__5onsL{background-color:var(--gray-table);padding:1em;width:65%}.settings_card__QaWT\+ .settings_header__wPGr0{align-items:center;display:flex;gap:1em}.settings_card__QaWT\+ .settings_header__wPGr0 span{font-size:1.3em;font-weight:700}.settings_card__QaWT\+ .settings_header__wPGr0 svg{height:2em;width:2em}.settings_card__QaWT\+ .settings_body__Oox-i{display:flex;flex-direction:column;gap:1em;padding:2em 0}.settings_card__QaWT\+ .settings_body__Oox-i svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.settings_card__QaWT\+ .settings_body__Oox-i .settings_options__Yl4ij{display:flex;flex-direction:column;gap:.5em}.settings_card__QaWT\+ .settings_body__Oox-i .settings_options__Yl4ij .settings_option__Z2EBi{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__QaWT\+ .settings_body__Oox-i .settings_options__Yl4ij .settings_option__Z2EBi:hover{background-color:var(--gray)}.settings_card__QaWT\+ .settings_body__Oox-i .settings_options__Yl4ij .settings_option__Z2EBi.settings_active__us6q7{background-color:var(--orange);color:var(--white)}.settings_card__QaWT\+ .settings_header__wPGr0 .settings_filters__teYl4{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__QaWT\+ .settings_header__wPGr0 .settings_filters__teYl4 .settings_option__Z2EBi{align-items:center;border-radius:var(--border-radius);cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:.5em}.settings_card__QaWT\+ .settings_header__wPGr0 .settings_filters__teYl4 .settings_option__Z2EBi.settings_active__us6q7{background-color:var(--white);box-shadow:var(--box-shadow)}.settings_card__QaWT\+ .settings_footer__5Lrqb{display:flex;gap:.5em}.configAdditionalFields_fields__HuuA4{padding-top:1em}.configAdditionalFields_fields__HuuA4,.configAdditionalFields_groupField__ysbLD{display:flex;flex-direction:column;gap:.5em}.configAdditionalFields_groupField__ysbLD{border:var(--border-second);border-radius:var(--border-radius);padding:.5em}.configAdditionalFields_removeBtn__z7u34{display:flex;justify-content:flex-end;width:100%}.configAdditionalFields_footer__Uvv7Z{padding-top:1em}.tasks_container__806IV{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__806IV .tasks_filters__VbgOk{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.tasks_container__806IV .tasks_filters__VbgOk>button,.tasks_container__806IV .tasks_filters__VbgOk>div{flex:1 1;min-width:200px}.tasks_container__806IV .tasks_cards__XwQU2{display:flex;flex-wrap:wrap;gap:1em;width:100%}.tasks_container__806IV .tasks_link__Kwx4z{color:var(--gray-dark)}.tasks_container__806IV .tasks_status__qZ7AU{border-radius:var(--border-radius);padding:.5em}.teams_container__hv28c{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__hv28c .teams_actions__vxJUZ{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.teams_container__hv28c .teams_actions__vxJUZ>button{max-width:250px;width:45%}.teams_container__hv28c .teams_actions__vxJUZ>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.teams_container__hv28c .teams_actions__vxJUZ>button,.teams_container__hv28c .teams_actions__vxJUZ>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.transactions_container__VYRxs{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__VYRxs .transactions_actions__7uerQ{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.transactions_container__VYRxs .transactions_buttons__Op-Hh{display:flex;justify-content:flex-end;width:100%}.transactions_container__VYRxs .transactions_actions__7uerQ>button,.transactions_container__VYRxs .transactions_buttons__Op-Hh button{max-width:250px;width:45%}.transactions_container__VYRxs .transactions_actions__7uerQ>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.transactions_container__VYRxs .transactions_actions__7uerQ>button,.transactions_container__VYRxs .transactions_actions__7uerQ>div,.transactions_container__VYRxs .transactions_buttons__Op-Hh button{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.trash_container__YcIfj{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__YcIfj .trash_header__p-2j\+{align-items:center;display:flex;flex-wrap:wrap;gap:1em;justify-content:space-between;width:100%}.trash_container__YcIfj .trash_header__p-2j\+ .trash_actions__EzgWd,.trash_container__YcIfj .trash_header__p-2j\+ .trash_title__zcidl{display:flex;flex:1 1;flex-wrap:wrap;gap:.5em}.trash_container__YcIfj .trash_header__p-2j\+ .trash_title__zcidl{align-items:flex-start;flex-direction:column;justify-content:center}.trash_container__YcIfj .trash_header__p-2j\+ .trash_actions__EzgWd{align-items:center;justify-content:flex-end}.trash_container__YcIfj .trash_header__p-2j\+ button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.trash_container__YcIfj .trash_filters__RYssz{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.trash_container__YcIfj .trash_filters__RYssz>button,.trash_container__YcIfj .trash_filters__RYssz>div{flex:1 1;min-width:200px}@media screen and (max-width:768px){.trash_container__YcIfj .trash_header__p-2j\+ .trash_actions__EzgWd,.trash_container__YcIfj .trash_header__p-2j\+ .trash_title__zcidl{flex:auto;width:100%}.trash_container__YcIfj .trash_header__p-2j\+ .trash_actions__EzgWd button{flex:1 1}}.users_container__IfPkI{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__IfPkI .users_actions__sniGb,.users_container__IfPkI .users_filters__vzeWe{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.users_container__IfPkI .users_filters__vzeWe>div{flex:1 1;min-width:200px}.users_container__IfPkI .users_actions__sniGb>button{max-width:350px;width:45%}@media only screen and (max-width:768px){.users_container__IfPkI .users_actions__sniGb>button{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.webhook_container__majie{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__majie .webhook_header__vs44d{flex:1 1}.webhook_container__majie button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_container__LfY4C{height:100%;padding:24px;width:100%}.whatsAppIntegration_content__1Pb9\+{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.whatsAppIntegration_card__k3tvh{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__k3tvh .whatsAppIntegration_header__n3AZE{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_header__n3AZE>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_header__n3AZE span{flex:1 1;font-size:1.5em;font-weight:700}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_header__n3AZE svg{height:2em;width:2em}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi{display:flex;flex-direction:column;gap:2em}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_background__mAZtS{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV{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__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV:hover{box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_left__z8LqA{width:50px}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_left__z8LqA svg{color:var(--green);height:50px;width:50px}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4{display:flex;flex:1 1;flex-direction:column;gap:.5em}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_topRow__AQiWb{align-items:center;display:flex;gap:1em;justify-content:flex-start}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_topRow__AQiWb .whatsAppIntegration_badge__dINZO{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__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_topRow__AQiWb .whatsAppIntegration_badge__dINZO.whatsAppIntegration_success__DkKGQ{background:#e8f8f0;color:var(--green)}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_topRow__AQiWb .whatsAppIntegration_badge__dINZO.whatsAppIntegration_danger__rrK2S{background:#fdeaea;color:var(--pink)}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_phone__77jWn{font-size:.9em;opacity:.8}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_actions__g5U5N{display:flex;flex-wrap:wrap;gap:1em}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_linkDanger__DOZu\+,.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_link__9m24p{background:#0000;font-size:.85em;margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_link__9m24p{color:var(--orange)}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_linkDanger__DOZu\+{color:var(--pink)}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_linkDanger__DOZu\+:hover,.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_link__9m24p:hover{text-decoration:underline}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_syncBox__NTLXc{background:#f6f7fb;border-radius:6px;display:flex;flex-direction:column;gap:4px;margin-top:6px;padding:8px}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_progressBar__wS95a{background:#e5e5e5;border-radius:4px;height:6px;overflow:hidden;width:100%}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_progressFill__GQFri{background:linear-gradient(90deg,var(--purple),var(--pink));height:100%;transition:width .3s ease}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV .whatsAppIntegration_center__WQ1X4 .whatsAppIntegration_syncSuccess__LduwA{color:var(--green);font-size:.8em;font-weight:500}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_body__RM1qi .whatsAppIntegration_inboxCard__TQgmV button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppIntegration_card__k3tvh .whatsAppIntegration_footer__qaB7Z{display:flex;gap:.5em}.whatsAppIntegration_syncHeader__xFGhY{align-items:center;display:flex;justify-content:space-between}.whatsAppIntegration_spinner__gzXZG{animation:whatsAppIntegration_spin__ZPisB .8s linear infinite;border:2px solid #ddd;border-radius:50%;border-top:2px solid var(--purple);height:14px;width:14px}@keyframes whatsAppIntegration_spin__ZPisB{to{transform:rotate(1turn)}}.whatsAppIntegration_lastSync__u8MnQ{color:var(--green);font-size:.8em;font-weight:500}.whatsAppApiIntegration_content__7myvG{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2em;justify-content:center;padding:1em}.whatsAppApiIntegration_card__cz4ZU{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__cz4ZU .whatsAppApiIntegration_header__kJTjm{align-items:center;display:flex;flex-wrap:wrap;gap:1em}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_header__kJTjm>div{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_header__kJTjm span{flex:1 1;font-size:1.5em;font-weight:700}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_header__kJTjm svg{height:2em;width:2em}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5{display:flex;flex-direction:column;gap:2em}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 svg{cursor:pointer;min-height:1.2em;min-width:1.2em}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_background__Hpd1W{height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:2}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_groupAccount__6sF\+Q{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__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_groupAccount__6sF\+Q svg{height:40px;width:40px}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_groupAccount__6sF\+Q .whatsAppApiIntegration_title__tfaP9{display:flex;flex:1 1;flex-direction:column;text-align:start}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_groupAccount__6sF\+Q .whatsAppApiIntegration_title__tfaP9 .whatsAppApiIntegration_number__iyzDq{opacity:.8}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_groupAccount__6sF\+Q .whatsAppApiIntegration_title__tfaP9 .whatsAppApiIntegration_link__qvdOv{background-color:initial;color:var(--pink);margin:0;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_body__hvkq5 .whatsAppApiIntegration_groupAccount__6sF\+Q button{padding:7px 9px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.whatsAppApiIntegration_card__cz4ZU .whatsAppApiIntegration_footer__CwMq0{display:flex;gap:.5em}.whatsAppApiIntegration_afterCard__wW4-K{align-items:center;display:flex;flex-direction:column;gap:.5em;justify-content:center}.whatsAppApiIntegration_afterCard__wW4-K span{text-decoration:underline}.zaiaIntegration_container__LBsK-{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__LBsK- .zaiaIntegration_actions__l9Ch2{align-items:center;display:flex;flex-wrap:wrap;gap:.5em;justify-content:space-between;width:100%}.zaiaIntegration_container__LBsK- .zaiaIntegration_actions__l9Ch2>button{max-width:250px;width:45%}.zaiaIntegration_container__LBsK- .zaiaIntegration_actions__l9Ch2>div{flex:1 1;max-width:45%;min-width:200px}@media only screen and (max-width:768px){.zaiaIntegration_container__LBsK- .zaiaIntegration_actions__l9Ch2>button,.zaiaIntegration_container__LBsK- .zaiaIntegration_actions__l9Ch2>div{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}
/*# sourceMappingURL=main.bf807e50.css.map*/