@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboardGeral{width:100vw;height:100vh}.dashboardGeral .dashboard-container{display:flex;width:100%;height:100%;flex-direction:column;padding:0;overflow-x:hidden}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container{font-size:.875rem}}.dashboardGeral .dashboard-container .statuses-container{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;height:100%;gap:16px;padding:0 16px}.dashboardGeral .dashboard-container .statuses-container .status-column{flex:1;min-width:400px;height:45%;margin:0;background-color:#333;border-radius:8px;overflow:hidden}.dashboardGeral .dashboard-container .statuses-container .status-column .headerList{padding:8px 16px;text-align:center;font-weight:600;color:#fff;background:#006d3d}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .statuses-container .status-column .headerList{padding:4px 8px}}.dashboardGeral .dashboard-container .statuses-container .status-column .contactsContainer{display:flex;flex-direction:column;width:100%;height:calc(100% - 40px);padding:16px;gap:5px;overflow-y:auto}.dashboardGeral .dashboard-container .statuses-container .status-column .contactsContainer .contactContent{background-color:#4c4e4c;color:#fff;padding:16px;border-radius:10px}.dashboardGeral .dashboard-container .statuses-container .status-column .contactsContainer .contactContent:hover{cursor:grab}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .statuses-container .status-column .contactsContainer .contactContent{padding:16px}}.dashboardGeral .dashboard-container .statuses-container .status-column .contactsContainer .contactContent .contactName{font-weight:600;text-transform:justify;margin-bottom:8px}.dashboardGeral .dashboard-container .backgroundBlurLEAD{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10}.dashboardGeral .dashboard-container .backgroundBlurLEAD .modalContainerLead{display:flex;align-items:center;flex-direction:column;padding:24px;border-radius:20px;background:#333;overflow:auto}.dashboardGeral .dashboard-container .backgroundBlurLEAD .modalContainerLead .dados{display:flex;flex-direction:column;width:100%;gap:10px;padding:16px;overflow-y:auto}.dashboardGeral .dashboard-container .backgroundBlurLEAD .modalContainerLead .buttons{display:flex;gap:16px}.dashboardGeral .dashboard-container .backgroundBlur{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:#0006;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer{display:flex;align-items:center;flex-direction:column;height:80vh;width:65vw;padding:24px;border-radius:20px;background:#333;overflow:auto}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer{width:90vw;height:85vh}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent{display:flex;width:100%}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent{border-radius:20px 0 0;border:1px solid gray;width:50%;padding:8px;position:relative;height:40vh}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent{height:45vh}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .tittle{font-size:1.25rem;font-weight:500;padding-bottom:16px;text-align:left}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .tittle{font-size:1rem;text-align:left}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .dadosContent{font-weight:400}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .dadosContent{font-size:.875rem}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .dadosContent .dados{margin-bottom:8px;display:flex;align-items:center;gap:8px;width:59%}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .dadosContent .dados input{flex:1}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .dadosContent .dados .categoria{display:flex}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .dadosContent .dados .categoria img{width:16px;height:16px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao{display:flex;justify-content:right}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao .cotacao{position:absolute;border:1px solid gray;border-radius:20px 0 0 20px;padding:16px;width:40%;bottom:0;right:0;height:100%}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao .cotacao{width:35%;font-size:.75rem;padding:8px}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao .cotacao .tittle{text-align:left;font-size:1.125rem}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao .cotacao .tittle{font-size:1rem}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao .cotacao .funcionalidades .funcionalidade{display:flex}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .leftContent .contentCotacao .cotacao .funcionalidades .funcionalidade .dados img{width:16px;height:16px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent{padding:8px;border-radius:0 20px 0 0;border:1px solid gray;width:50%;height:40vh}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent{height:45vh}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .headerMessages{display:flex;align-items:center;justify-content:center;gap:16px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .headerMessages .newMessageBtn{display:flex;align-items:center}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .headerMessages .newMessageBtn img{width:32px;height:32px;cursor:pointer}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .messageContent{overflow:auto;height:100%;padding:8px;gap:8px;display:flex;flex-direction:column}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .messageContent .message{border-bottom:1px solid gray;border-radius:10px;padding:16px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .messageContent .message .messageActions img{width:24px;height:24px;cursor:pointer;margin-right:8px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .messageContent .message .messageActions img:hover{width:24.5px;height:24.5px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .messageContent .tittle{font-size:1.25rem;font-weight:500;text-align:center}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .topContent .rightContent .messageContent .tittle{font-size:1rem}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes{width:100%;height:100%;border:1px solid gray;border-radius:0 0 20px 20px;padding:16px;overflow:auto;display:flex;flex-direction:column;align-items:center}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .tittle{text-align:center;font-size:1.25rem;font-weight:500;margin-bottom:16px}@media screen and (min-width: 1024px) and (max-width: 1400px){.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .tittle{font-size:1rem}}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .newAnotation{border:solid 1px gray;border-radius:5px;padding:6px;margin-bottom:16px;cursor:pointer}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .newAnotation:hover{background:gray;color:#fff}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .anotacaoGeral{width:100%}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .anotacaoGeral .anotacao{margin-bottom:16px;border:1px solid gray;border-radius:10px;padding:8px;width:100%;min-width:100%;display:flex;flex-direction:column}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .anotacaoGeral .anotacao .editAndData{gap:16px;display:flex;justify-content:center;align-items:center}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .anotacaoGeral .anotacao .editAndData .categoria{order:2}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .anotacaoGeral .anotacao .editAndData .categoria img{width:32px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .anotacoes .anotacaoGeral .anotacao .ajusteInput{resize:vertical;min-height:80px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .line{display:flex;padding:8px;border-radius:5px;gap:8px}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .line:nth-child(odd){background-color:#4c4e4c}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .line:nth-child(2n){background-color:#333}.dashboardGeral .dashboard-container .backgroundBlur .modalContainer .line .atributo{width:200px}.checkbox-label{color:#f4f4f4;font-size:14px;font-weight:400;margin-right:8px;-webkit-tap-highlight-color:transparent;cursor:pointer;display:flex;align-items:center}.checkbox-input{margin:0;visibility:hidden}.checkbox-input:checked+span{border:2px solid green}.checkbox-input:checked+span:after{opacity:1}.custom-checkbox{left:-12px;cursor:pointer;width:16px;height:16px;border:2px solid green;border-radius:5px;display:inline-block;position:relative}.custom-checkbox:after{content:"✓";color:#fff;background-color:green;display:flex;justify-content:center;align-items:center;width:16px;height:16px;border-radius:5px;background:green;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s}.checkbox-label.disabled,.checkbox-input:disabled+.custom-checkbox,.checkbox-input:disabled+.custom-checkbox:after{color:gray;cursor:default;border-color:gray}.checkbox-input:disabled:checked+.custom-checkbox{border-color:gray}.checkbox-input:disabled:checked+.custom-checkbox:after{content:"✓";color:#fff;background-color:gray}.button-container{display:flex;flex-direction:column;align-items:center;height:40px}.button-container .icon-button{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px 10px;border:none;border-radius:15px;cursor:pointer;transition:all .3s;gap:8px;width:100%}.button-container .icon-button .icon{width:20px;height:20px}.button-container .icon-button img{filter:invert(100%);width:100%}.button-container .icon-button .text{font-size:14px;font-weight:500;color:#fff;white-space:nowrap}.button-container .icon-button.green{background:linear-gradient(180deg,#08a560,#034427)}.button-container .icon-button.green:hover{background:linear-gradient(180deg,#08a560,#022b19)}.button-container .icon-button.green:active{background:linear-gradient(180deg,#034427,#08a560)}.button-container .icon-button.blue{background:linear-gradient(180deg,#00f,#009)}.button-container .icon-button.blue:hover{background:linear-gradient(180deg,#00f,navy)}.button-container .icon-button.blue:active{background:linear-gradient(180deg,#009,#00f)}.button-container .icon-button.red{background-color:#b50000}.button-container .icon-button.red:hover{background-color:#9c0000}.button-container .icon-button.red:active{background-color:#820000}.button-container .icon-button.disabled{background:gray!important;cursor:default}.select-error{border:2px red solid!important}.simple-select{position:relative;display:flex;flex-direction:column;width:100%;font-family:Roboto,sans-serif}.simple-select label.text{font-size:14px;color:green;font-weight:400;position:relative;margin:0 0 0 16px;margin-bottom:-.5rem;padding:0 3px;background:#181a1b;width:fit-content}.simple-select label.error{color:red!important}.simple-select .input{display:flex;align-items:center;gap:8px;height:40px;padding:0 8px 0 16px;border:1px gray solid;border-radius:10px;background:#181a1b;transition:all .4s}.simple-select .input.active{border:1px green solid}.simple-select .input.active .input-text::placeholder{color:#000}.simple-select .input .icon{display:flex;align-items:center;justify-content:center;min-width:24px;min-height:24px;background:#272525;border-radius:50%}.simple-select .input .icon .arrow-icon{width:16px;filter:invert(47%) sepia(0%) saturate(1222%) hue-rotate(139deg) brightness(110%) contrast(96%);transition:all .4s}.simple-select .input .input-text{border:none;width:100%;height:auto;font-size:.75rem;font-weight:400;font-size:14px;color:#fff;background:transparent;caret-color:green}.simple-select .input .input-text::selection{background:green;color:#fff}.simple-select .input .input-text::-moz-selection{background:green;color:#fff}.simple-select .input .input-text:focus{outline:none}.simple-select .input .input-text::placeholder{color:gray;font-size:14px;font-weight:400}.options-container{position:absolute;display:flex;flex-direction:column;width:100%;max-height:200px;top:60px;padding:8px;overflow-x:hidden;overflow-y:scroll;z-index:10;background:#242121;border-radius:10px;box-shadow:0 2px 5px #0000001a}.options-container::-webkit-scrollbar-track{background-color:transparent}.options-container .radio-option{display:flex;padding:16px 8px;align-items:center;gap:8px;border-radius:10px;font-size:14px}@media only screen and (min-width: 1201px){.options-container .radio-option:hover{background:#202020;cursor:pointer}}.options-container .radio-option.selected{background:#485742}.options-container .radio-option input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.options-container .variableInput{display:flex;align-items:center;gap:8px;height:32px;min-height:32px;padding:0 16px;border:1px gray solid;border-radius:5px;background:#fff;transition:all .4s}.options-container .variableInput input{border:none;width:100%;height:100%;font-size:.75rem;font-weight:400;font-size:14px;color:#000;caret-color:green}.options-container .variableInput input::selection{background:green;color:#fff}.options-container .variableInput input::-moz-selection{background:green;color:#fff}.options-container .variableInput input:focus{outline:none}.options-container .variableInput input::placeholder{color:gray;font-size:14px;font-weight:400}.widget{width:100%;max-width:700px;border-radius:10px;padding:8px 24px}.widget .tabsContainer{--tab-count: 3;--active: 0;position:relative;isolation:isolate;display:flex;height:48px;border-block-end:1px solid #3d3d3d}.widget .tabsContainer input{display:none}.widget .tabsContainer label{flex:1;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:600;color:#657b66;cursor:pointer;transition:color .5s ease-in-out}.widget .tabsContainer input:checked+label{color:#fff}.widget .tabsContainer .tabs__indicator{pointer-events:none;position:absolute;content:"";z-index:-1;top:0;right:0;bottom:-1px;left:0;width:calc(100% / var(--tab-count) - 2px);border-radius:.5rem .5rem 0 0;border:1px solid #2a2a2b;border-block-end:none;background-image:linear-gradient(#3b503b,#041a07);translate:calc(var(--active) * 100%);transition:translate .5s ease-in-out}.widget .tabsContainer:has(input:checked:nth-of-type(1)){--active: 0}.widget .tabsContainer:has(input:checked:nth-of-type(2)){--active: 1}.widget .tabsContainer:has(input:checked:nth-of-type(3)){--active: 2}.widget .tabsContainer:has(input:checked:nth-of-type(4)){--active: 3}.widget .tabsContainer:has(input:checked:nth-of-type(5)){--active: 4}.widget .tabsContainer:has(input:checked:nth-of-type(6)){--active: 5}.widget .tabsContainer:has(input:checked:nth-of-type(7)){--active: 6}.widget .tabsContainer:has(input:checked:nth-of-type(8)){--active: 7}.widget .tabsContainer:has(input:checked:nth-of-type(9)){--active: 8}.widget .tabsContainer:has(input:checked:nth-of-type(10)){--active: 9}.textArea{display:flex;flex-direction:column;width:100%;font-family:Roboto,sans-serif}.textArea label.text{font-size:14px;color:green;font-weight:400;position:relative;margin:0 0 0 16px;margin-bottom:-.5rem;padding:0 3px;background:#181a1b;width:fit-content}.textArea .input{display:flex;align-items:center;gap:8px;height:120px;padding:0 16px;border:1px gray solid;border-radius:10px;background:#181a1b;transition:all .4s}.textArea .input.active{border:1px green solid}.textArea .input .input-text{border:none;width:100%;height:90%;resize:none;font-size:.75rem;font-weight:400;font-size:14px;color:#fff;padding:0;background:transparent;caret-color:green}.textArea .input .input-text::selection{background:green;color:#fff}.textArea .input .input-text::-moz-selection{background:green;color:#fff}.textArea .input .input-text:focus{outline:none}.textArea .input .input-text::placeholder{color:gray;font-size:14px;font-weight:400}.textArea.error label.text{color:red}.textArea.error .input,.textArea.error .input.active{border:2px red solid}.textArea.error .error-text{color:red;width:100%;padding-top:5px;font-size:12px!important;font-weight:400!important}.text-button-container{display:flex;flex-direction:column;align-items:center;height:40px}.text-button-container .icon-button{display:flex;align-items:center;justify-content:center;min-height:40px;padding:8px 10px;border:none;border-radius:15px;cursor:pointer;transition:all .3s;gap:8px;width:100%}.text-button-container .icon-button .icon{width:20px;height:20px}.text-button-container .icon-button img{filter:invert(100%);width:100%}.text-button-container .icon-button .text{font-size:14px;font-weight:500}.text-button-container .icon-button.green{background:transparent;color:#0ac775}.text-button-container .icon-button.green:hover{background:#0080001a}.text-button-container .icon-button.green:active{background:#00800033}.text-button-container .icon-button.blue{background:transparent;color:#00f}.text-button-container .icon-button.blue:hover{background:#0000ff1a}.text-button-container .icon-button.blue:active{background:#00f3}.text-button-container .icon-button.red{background:transparent;color:#ec5b5b}.text-button-container .icon-button.red:hover{background:#ec5b5b1a}.text-button-container .icon-button.red:active{background:#ec5b5b33}.text-button-container .icon-button.disabled{cursor:default;color:gray;background:transparent}.text-button-container .icon-button.disabled:hover,.text-button-container .icon-button.disabled:active{background:transparent}.textInput{display:flex;flex-direction:column;width:100%;font-family:Roboto,sans-serif}.textInput label.text{font-size:14px;color:green;font-weight:400;position:relative;margin:0 0 0 16px;margin-bottom:-.5rem;padding:0 3px;background:#181a1b;width:fit-content}.textInput .input{display:flex;align-items:center;gap:8px;height:40px;padding:0 16px;border:1px gray solid;border-radius:10px;background:#181a1b;transition:all .4s}.textInput .input.active{border:1px green solid}.textInput .input .input-text{border:none;width:100%;height:100%;font-size:.75rem;font-weight:400;font-size:14px;color:#fff;padding:0;background:transparent;caret-color:green}.textInput .input .input-text::selection{background:green;color:#fff}.textInput .input .input-text::-moz-selection{background:green;color:#fff}.textInput .input .input-text:focus{outline:none}.textInput .input .input-text::placeholder{color:gray;font-size:14px;font-weight:400}.textInput.error label.text{color:red}.textInput.error .input,.textInput.error .input.active{border:2px red solid}.textInput.error .error-text{color:red;width:100%;padding-top:5px;font-size:12px!important;font-weight:400!important}.backgroundBlur .modalEditLeadContainer{display:flex;flex-direction:column;max-width:90vw;max-height:90vh;min-height:90vh;overflow:hidden;background:#181a1b;border-radius:15px;box-shadow:0 1px 5px #00000026}.backgroundBlur .modalEditLeadContainer .header{display:flex;align-items:center;justify-content:center;max-height:56px;padding:16px 24px;gap:16px;color:#fff;font-size:20px;font-weight:500;box-shadow:0 5px 5px #181a1b;z-index:2}.backgroundBlur .modalEditLeadContainer .body{display:flex;flex-direction:column;align-items:center;flex:1;width:700px;height:calc(100% - 120px);padding:0;gap:16px;color:#f4f4f4;overflow-y:hidden}.backgroundBlur .modalEditLeadContainer .body .tabContent{display:flex;flex-direction:column;align-items:flex-start;width:100%;flex:1;padding:0 24px 16px;gap:8px;color:#f4f4f4;overflow-y:auto}.backgroundBlur .modalEditLeadContainer .body .tabContent .title{color:#f4f4f4;padding:16px 0;font-size:16px}.backgroundBlur .modalEditLeadContainer .body .tabContent p{color:#bebebe!important;margin:0;padding-top:8px;font-size:14px;font-weight:400}.backgroundBlur .modalEditLeadContainer .body .tabContent .funcionalidades{display:flex;gap:8px;width:100%;padding-bottom:16px}.backgroundBlur .modalEditLeadContainer .body .tabContent .message{width:100%}.backgroundBlur .modalEditLeadContainer .body .tabContent .message .line{display:flex;gap:8px}.backgroundBlur .modalEditLeadContainer .body .tabContent .message .data{width:100%;font-size:14px;background:#272727;margin-bottom:16px;padding:16px;border-radius:10px;position:relative}.backgroundBlur .modalEditLeadContainer .body .tabContent .message .data .label{position:absolute;top:-10px;background:#181a1b;padding:0 5px;border-radius:10px}.backgroundBlur .modalEditLeadContainer .body .tabContent .note{width:100%;font-size:14px;background:#272727;margin-bottom:16px;padding:16px;border-radius:10px;position:relative}.backgroundBlur .modalEditLeadContainer .body .tabContent .note .footer{display:flex;align-items:center;justify-content:space-between;width:100%;padding-top:8px}.backgroundBlur .modalEditLeadContainer .body .tabContent .note .footer .info{font-size:12px;color:#bebebe}.backgroundBlur .modalEditLeadContainer .buttons{display:flex;justify-content:flex-end;align-items:center;max-height:64px;gap:8px;padding:16px 24px;box-shadow:0 -5px 5px #181a1b;z-index:2}.app-header{display:flex;width:100%;justify-content:space-between;align-items:center;padding:16px;gap:8px}.app-header h1{width:100%;margin:0;font-size:1.25rem}.app-header .logout-button,.app-header .novoLead{color:#fff;border:1px solid gray;padding:4px 16px;cursor:pointer;border-radius:6px;transition:all .5s}.app-header .logout-button:hover,.app-header .novoLead:hover{color:#0ac775;border:1px solid #0AC775}.backgroundBlur .modalCreateLeadContainer{display:flex;flex-direction:column;max-width:90vw;max-height:90vh;overflow:hidden;background:#181a1b;border-radius:15px;box-shadow:0 1px 5px #00000026}.backgroundBlur .modalCreateLeadContainer .header{display:flex;align-items:center;justify-content:center;max-height:56px;padding:16px 24px;gap:16px;color:#fff;font-size:20px;font-weight:500;box-shadow:0 5px 5px #181a1b;z-index:2}.backgroundBlur .modalCreateLeadContainer .body{display:flex;flex-direction:column;align-items:center;flex:1;width:500px;height:calc(100% - 120px);padding:0 24px 16px;gap:16px;color:#f4f4f4;overflow-y:hidden}.backgroundBlur .modalCreateLeadContainer .buttons{display:flex;justify-content:flex-end;align-items:center;max-height:64px;gap:8px;padding:16px 24px;box-shadow:0 -5px 5px #181a1b;z-index:2}.backgroundBlur{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100vw;height:100vh;background:#00000040;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.backgroundBlur .modalEditModelsContainer{display:flex;flex-direction:column;max-width:90vw;max-height:90vh;overflow:hidden;background:#181a1b;border-radius:15px;box-shadow:0 1px 5px #00000026}.backgroundBlur .modalEditModelsContainer .header{display:flex;align-items:center;justify-content:center;max-height:56px;padding:16px 24px;gap:16px;color:#fff;font-size:20px;font-weight:500;box-shadow:0 5px 5px #181a1b;z-index:2}.backgroundBlur .modalEditModelsContainer .body{display:flex;flex-direction:column;align-items:flex-start;width:600px;flex:1;padding:16px 24px;gap:8px;height:calc(100% - 120px);color:#f4f4f4;overflow-y:auto}.backgroundBlur .modalEditModelsContainer .body .messageModel{display:flex;flex-direction:column;width:100%;gap:5px;border:1px solid #384139;padding:16px;border-radius:10px}.backgroundBlur .modalEditModelsContainer .body .messageModel .headMessageModel{display:flex;width:100%;align-items:center;justify-content:space-between}.backgroundBlur .modalEditModelsContainer .body .messageModel .title{color:#f4f4f4;font-size:16px}.backgroundBlur .modalEditModelsContainer .body .messageModel .line{display:flex;width:100%;gap:8px}.backgroundBlur .modalEditModelsContainer .buttons{display:flex;justify-content:flex-end;align-items:center;max-height:64px;gap:8px;padding:16px 24px;box-shadow:0 -5px 5px #181a1b;z-index:2}.container-login{width:100vw;display:flex;flex-direction:collumn;justify-content:center;align-items:center}.container-login .login-box{padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px}.container-login h2{margin-bottom:1.5rem;font-weight:700;text-align:center}.container-login form{display:flex;flex-direction:column}.container-login label{margin-bottom:16px}.container-login input{margin-bottom:1rem;padding:.5rem;border:1px solid #ccc;border-radius:4px;width:100%}.container-login button{padding:.75rem;border:none;border-radius:4px;background-color:#0ac775;color:#fff;font-weight:700;cursor:pointer;transition:background-color .25s}.container-login button:hover{background-color:#08a560}*{padding:0;margin:0;font-family:Poppins,sans-serif;box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background-color:#000}::-webkit-scrollbar-thumb{background-color:#0ac775;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#08a560}::selection{background:#0ac775;color:#fff}@keyframes floating{0%,to{transform:translateY(10px)}50%{transform:translateY(0)}}@keyframes enlarge{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes gradient-animation{to{background-position:200% center}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes grow-shrink{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes highlight-animation{0%,25%{background-size:200% 100%;background-position:100% center}70%{background-size:200% 100%;background-position:0 center}to{background-size:200% 100%;background-position:0 center}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.slide-in{animation:slideInFromLeft 1s ease-out forwards}.slide-in-right{animation:slideInFromRight 1s ease-out forwards}.slide-in-bottom{animation:slideInFromBottom 1s ease-out forwards}.enlarge{animation:enlarge 1s ease-out forwards}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
