@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Krona+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--azul-suave:#e8f0f8;--primary-color:#0067ff;--primary-color-dark:#0056cc;--background-color:#ffffffd9;--background-shadow:0px 14px 53.9px -15px #697b9680;--border-color:#ccc;--text-color:#000;--header-logo-size:4rem;--fonte-tpf:"Poppins",sans-serif;--big-margin:3.4rem;--medium-margin:2.2rem;--small-margin:0.9rem;--icon-size:2rem;--font-size:clamp(0.8rem,0.9vw,0.9rem);--topo-height:100px;--main-height:calc(100vh - 100px);--high-blur:blur(8px);--low-blur:blur(2px)}body{background:linear-gradient(180deg,#f0f3f8,#bce4fe);background-attachment:fixed;color:#000;color:var(--text-color);font-family:Poppins,sans-serif;font-family:var(--fonte-tpf);font-size:clamp(.8rem,.9vw,.9rem);margin:0;padding:0}button,input,textarea{font-family:inherit}::-webkit-scrollbar{width:4.75px!important}::-webkit-scrollbar-track{background:#edecec!important;border-radius:2px!important}::-webkit-scrollbar-thumb{background:#cbcbcb!important;border-radius:4px!important;width:4.75px!important}::-webkit-scrollbar-thumb:hover{background:#b0b0b0!important}html[data-darkreader-mode] ::-webkit-scrollbar{width:4.75px!important}html[data-darkreader-mode] ::-webkit-scrollbar-track{background:#edecec!important}html[data-darkreader-mode] ::-webkit-scrollbar-thumb{background:#cbcbcb!important}.login-container{overflow:hidden}.image-carousel,.login-container{display:flex;height:100vh;height:calc(var(--vh, 1vh)*100)}.image-carousel{align-items:center;background-color:var(--primary-color);justify-content:center;position:relative;transition:width .7s ease-in-out;width:60%}.background-svg{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%;z-index:1}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.login-container.login-success .background-svg{animation:blink 1.7s ease-in-out infinite}.logo-svg{height:auto;max-width:50%;position:relative;width:auto;z-index:2}.login-container.login-success .image-carousel{transition:width .7s ease-in-out;width:100%}.login-container:not(.login-success) .image-carousel{width:60%}.sideb-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;transition:opacity .7s ease-in-out;width:40%}.sideb-container.show{opacity:1}.sideb-container.hidden{display:none;opacity:0;transition:opacity .7s ease-in-out}.form-container{color:#4a5568;height:100%;width:100%}.centered-container,.form-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.centered-container{height:70vh;overflow:hidden}.welcome-container{width:100%}.welcome-title{color:#000;font-size:1.5625rem;font-weight:600;margin-bottom:1rem}.forms{display:flex;flex-direction:column;gap:1rem;width:100%}.input-container-login{display:flex;justify-content:center;position:relative;width:22.2286rem}.input-field{background:#f9fbfd;border:none;border-radius:.3125rem;color:#718096;font-size:1rem;height:3.3286rem;padding:.5rem .75rem .5rem 2.5rem;transition:border .3s;width:22.2286rem}.input-field:focus{border-color:#5a67d8}.input-icon{left:.75rem;pointer-events:none}.input-icon,.toggle-password-icon{height:1.25rem;position:absolute;top:50%;transform:translateY(-50%);width:1.25rem}.toggle-password-icon{cursor:pointer;right:.75rem}.primary-button{align-items:center;background-color:var(--primary-color);border:none;border-radius:.3125rem;color:#fff;display:flex;font-size:1rem;font-weight:500;height:3.3286rem;justify-content:center;padding:.75rem 1rem;width:22.2286rem}.primary-button:hover{background-color:var(--primary-color-dark);cursor:pointer}.primary-button:disabled{background-color:#e2e8f0;cursor:not-allowed}.error-message,.microsoft-error-message{color:red}.separator{align-items:center;display:flex;justify-content:center;margin:0;width:100%}.separator-line{background-color:grey;flex-grow:1;height:.06rem}.separator-text{color:grey;padding:0 5px}.outlook-icon{overflow:clip;padding-top:2px;width:80%}.outlook-login{align-items:center;background-color:#fff;border:none;border-radius:2px;cursor:pointer;display:flex;gap:.5rem;height:3.5rem;justify-content:center;padding:0 1rem;width:22rem}.outlook-login:hover{background-color:#e8edf5}.footer-login{background-color:#fd6b3f;height:8px;width:100%}.error-container{align-items:center;background-color:#f5f5f5;display:flex;flex-direction:column;font-family:Arial,sans-serif;height:100vh;justify-content:center;text-align:center}.error-image{margin-bottom:20px;max-width:140px;width:100%}.error-title{color:#333;font-size:2.5rem;margin:0}.error-message{color:#666;font-size:1.25rem;line-height:1.6;margin:20px 0;max-width:600px}.home-button{background-color:#06f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background-color .3s ease}.home-button:hover{background-color:#0052cc}@media screen and (max-width:890px){.login-container{flex-direction:column}.image-carousel{height:10vh;transition:height .7s ease-in-out;width:100%}.login-container.login-success .image-carousel{height:100vh;transition:height .7s ease-in-out;width:100%}.login-container:not(.login-success) .image-carousel{height:10vh;width:100%}.logo-svg{max-width:35%}.sideb-container{height:90vh;width:100%}.welcome-title{margin:90px 0}.form-container{justify-content:start}.centered-container{height:auto}.input-container-login,.input-field,.outlook-login,.primary-button{width:100%}.outlook-login{padding:0 1rem}}.app-version{bottom:8px;color:#444;font-size:11px;opacity:.75;pointer-events:none;position:fixed;right:10px;z-index:9999}.corpo-chat{height:calc(100vh - 100px);height:calc(var(--vh, 1vh)*100 - 100px)}.corpo-chat,.corpo-margem{display:flex;flex-direction:row}.corpo-margem{gap:var(--small-margin);margin:0 var(--big-margin) var(--medium-margin) var(--big-margin);width:100%}.historico-chat{flex-direction:column;font-size:var(--font-size);height:100%;justify-content:center;margin-bottom:var(--small-margin);width:240px}.chatbox,.historico-chat{background-color:var(--background-color);border-radius:.94rem;display:flex;padding:1rem}.chatbox{flex:1 1;flex-direction:column}.involucro-right{flex-direction:column;gap:var(--small-margin);height:100%;width:220px}.addarquivo{background:#f9fcfe66;border-radius:.94rem;cursor:pointer;display:flex;flex-direction:column;font-size:var(--font-size);height:3.4rem;justify-content:flex-start;overflow:hidden;padding:.7rem 1rem 0;transition:height .35s ease}.addarquivo.expanded{height:18rem;padding:.7rem 1rem 1rem}.instrucoes{background:#f9fcfe66;border-radius:.94rem;cursor:pointer;display:flex;flex-direction:column;font-size:var(--font-size);height:3.4rem;justify-content:flex-start;overflow:hidden;padding:.7rem 1rem 0;transition:height .35s ease}@media (max-width:665px){.instrucoes,.involucro-left{display:none}}.novo-chat{background:#e8f0f8;border:2px solid #e8f0f8;border-radius:29px;display:flex;justify-content:center;margin-bottom:1rem;overflow:hidden}.novo-chat .MuiButton-root{background-color:initial;color:var(--text-color);color:#21232f;font-size:14px;font-weight:500;gap:.5rem;height:100%;letter-spacing:.05em;line-height:100%;text-transform:none;width:100%}.novo-chat .MuiButton-root:hover{background-color:#d9e7f0!important}.novo-chat img{height:22px;width:22px}.lista-chats{-ms-overflow-style:none;display:flex;flex:1 1;flex-direction:column;gap:.5rem;overflow-y:auto;scrollbar-width:none}.lista-chats::-webkit-scrollbar{display:none}.session-button{align-items:center!important;border:none!important;border-radius:1.56rem!important;color:var(--text-color)!important;display:flex;height:1.875rem;justify-content:flex-start!important;padding:.5rem!important;text-transform:none!important}.session-button span{color:#181921;display:block;flex:1 1;font-size:12px;font-weight:300;letter-spacing:.05em;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.session-button.selected:hover,.session-button:hover{background-color:#f1f1f1!important}.session-button.selected{border:.5px solid #c1c1c1!important;border-radius:25px!important}.last-7-days-sessions,.older-sessions,.today-sessions{display:flex;flex-direction:column;gap:.5rem}.today-sessions h4{align-items:center;color:var(--primary-color);font-size:12px;font-weight:600;letter-spacing:.05em;line-height:100%}.last-7-days-sessions h4,.older-sessions h4{align-items:center;color:#777;font-size:12px;font-weight:400;letter-spacing:.05em;line-height:135%}hr{border:none;border-top:.0625rem solid #e8f0f8;margin:1rem 0;width:100%}.mobile-history-header{align-items:flex-start;display:flex;flex-direction:column}.menu-item-history{display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:3px;margin-bottom:25px}.involucro-userH{display:flex;position:relative}.user-menuH{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;font-family:Poppins;font-size:12px;height:2rem;left:40px;padding:5px 0;position:absolute;right:0;width:120px;z-index:9999}.user-menuH.visible{opacity:1;transform:scaleX(1)}.user-menu-itemH{background:none;border:none;color:#000;cursor:pointer;font-size:14px;padding:0 20px;text-align:left;text-decoration:none;transition:background-color .2s ease}.user-menu-itemH:hover{background-color:#f5f5f5}.header__user-initialH{align-items:center;background-color:#fff;border:none;border-radius:50%;color:#0067ff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:40px;justify-content:center;transition:transform .2s ease;width:40px}.header__user-initialH:active{transform:scale(.95)}.header__user-initialH:hover{background-color:#f5f5f5}@media (max-width:665px){.last-7-days-sessions h4,.older-sessions h4,.today-sessions h4{font-weight:400}}.chatbox-superior{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.5rem}.messages-container{display:flex;flex-direction:column;flex-grow:1;margin-bottom:.5rem;overflow-y:auto}.messages-container.expand{flex-grow:1}.messages-container.no-scrollbar{scrollbar-width:none}.messages-container.no-scrollbar::-webkit-scrollbar{display:none}.suggestion_panel_wrapper{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:20px;justify-content:center;padding:30px 20px;transform:translateY(-110px)}.suggestion_panel_wrapper img{width:80px}.title_suggestion{color:#333;font-size:24px;font-weight:400;letter-spacing:-.5px;text-align:center}.cards_suggestion{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:5px;max-width:1000px;width:100%}.first_card_suggestion,.fourth_card_suggestion,.second_card_suggestion,.third_card_suggestion{align-items:center;background:linear-gradient(135deg,#fff,#f8fbff);border:1.5px solid #e0e0e0;border-radius:12px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:400;height:auto;justify-content:center;line-height:1.4;min-height:90px;padding:8px 12px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.first_card_suggestion:hover,.fourth_card_suggestion:hover,.second_card_suggestion:hover,.third_card_suggestion:hover{background:linear-gradient(135deg,#f8fbff,#fafcff);box-shadow:0 4px 12px #4a90e226;transform:translateY(-2px)}.first_card_suggestion:active,.fourth_card_suggestion:active,.second_card_suggestion:active,.third_card_suggestion:active{box-shadow:0 2px 6px #4a90e21a;transform:translateY(0)}@media (max-width:1450px){.suggestion_panel_wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;gap:2px;justify-content:center;margin-top:-60px;padding:0 20px 12px;transform:none}.suggestion_panel_wrapper img{max-width:20vw;width:50px}.title_suggestion{font-size:18px}.first_card_suggestion,.fourth_card_suggestion,.second_card_suggestion,.third_card_suggestion{font-size:12px;padding:4px 8px;width:274px;word-break:break-word}}@media (max-width:1360px){.cards_suggestion{grid-template-columns:repeat(2,1fr);max-width:600px}}@media (max-width:768px){.suggestion_panel_wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-top:-60px;padding:30px 20px;transform:none}.title_suggestion{font-size:20px}.cards_suggestion{gap:14px;grid-template-columns:1fr 1fr;max-width:100%}.first_card_suggestion,.fourth_card_suggestion,.second_card_suggestion,.third_card_suggestion{font-size:13.5px;min-height:80px;padding:10px 14px}}@media (max-width:500px){.suggestion_panel_wrapper{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin-top:-60px;padding:30px 20px;transform:none}.title_suggestion{font-size:20px}.cards_suggestion{gap:14px;grid-template-columns:1fr 1fr;max-width:100%}.first_card_suggestion,.fourth_card_suggestion,.second_card_suggestion,.third_card_suggestion{font-size:13.5px;min-height:80px;padding:10px 14px}.suggestion_panel_wrapper{padding:20px 12px;transform:translateY(-6px)}.title_suggestion{font-size:20px}.cards_suggestion{gap:12px;grid-template-columns:1fr;width:250px}.first_card_suggestion,.fourth_card_suggestion,.second_card_suggestion,.third_card_suggestion{font-size:13px;width:250px}}.input-container{align-items:center;background-color:initial;display:flex;position:relative}.input-warning{color:#9098c7;font-size:10px;left:50%;position:absolute;text-align:center;top:-20px;transform:translateX(-50%);white-space:nowrap}.custom-textarea::placeholder{color:#9098c7;opacity:1}.chat-input{background:var(--azul-suave);border-radius:2rem;flex:1 1}.chat-input .MuiOutlinedInput-notchedOutline{border:none}.custo-sessao{align-items:center;display:flex;justify-content:flex-start}.menu-item-icon{height:var(--icon-size);width:var(--icon-size)}.custo-texto{color:var(--text-color);font-size:12px;font-weight:600}.custo-texto span{color:#888}.upload-label{color:#666;cursor:pointer;font-size:24px;padding:0 8px;transition:color .2s}.upload-label:hover{color:#000}.file-preview-container{border:0;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;margin:0;max-height:100px;overflow-y:auto;padding:8px}.chatbox-superior-left{padding-right:5px}.loading-container-chat{align-items:center;display:flex;height:100%;justify-content:center}.chatbox-superior-left{gap:10px}.chatbox-buscaweb,.chatbox-superior-left{align-items:center;display:flex;justify-content:space-between}.chatbox-buscaweb{flex-direction:column;gap:4px}.chatbox-buscaweb.desktop{gap:4px}.chatbox-buscaweb.desktop,.navegacao-web{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.navegacao-web{background:#e8f0f8;border-radius:80px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;gap:20px;height:40px;padding:0 20px;width:233px}.container-modelos{align-items:center;display:flex;gap:10px}.container-modelos.desktop{flex-direction:row}.container-modelos.mobile{align-items:flex-start;flex-direction:column}.img-web{align-items:center;border-radius:12px;cursor:pointer;display:flex;height:25px;justify-content:center;width:25px}.img-web.active{background-color:#0067ff}@supports (-webkit-touch-callout:none){input,textarea{font-size:16px!important}}@media (max-width:800px){.input-warning{line-height:1.3;top:-32px;white-space:normal;width:100%}}@media (max-width:920px) and (min-width:666px){.chatbox-superior{align-items:center;flex-direction:row;gap:5px;justify-content:center;margin:0 10px}.chatbox-buscaweb.desktop{align-items:flex-start;flex-direction:column;gap:8px;max-width:100%;width:215px}.chatbox-buscaweb.desktop .navegacao-web{width:100%}.chatbox-buscaweb.desktop .modelos-wrapper{width:215px!important}.suggestion_panel_wrapper{padding:0}}@media (max-width:800px){.input-warning{left:50%;line-height:1.3;position:absolute;top:-20px;transform:translateX(-50%);white-space:normal;width:100%}}@media (max-width:665px){.chatbox-superior{margin-left:8px}.input-warning{font-size:9px;max-width:85%}}@media (min-width:666px) and (max-width:695px){.chatbox-superior{gap:5px}}@media (max-width:430px){.container-modelos.mobile{margin-left:18px;margin-right:18px}}@media (max-width:375px){.chatbox-superior{margin-left:8px}.container-modelos.mobile{margin-left:0;margin-right:0}.input-warning{font-size:8px;max-width:80%}}@media (max-width:320px){.chatbox-buscaweb.mobile{width:260px}.chatbox-superior-left{gap:0;width:260px}.modelos-wrapper{max-width:200px}}.modal-overlay-filter{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content-filter{background:var(--background-color);border-radius:24.5879px;box-shadow:var(--background-shadow);display:flex;flex-direction:column;gap:23px;min-height:35.8125rem;padding:1.5rem;position:relative;width:29.9375rem}.filter-title{font-size:1rem;font-weight:600}.filter-subtitle{font-size:.875rem;font-weight:500}.unity-filter{display:flex;flex-direction:column}.input-filter{border:1px solid #c1c1c1;border-radius:90px;height:40px;margin-top:20px;padding-left:22px;position:relative;width:420px}.input-filter::placeholder{font-size:12px}.input-filter:focus{border:1px solid #0067ff;color:#0067ff;outline:none}.input-filter:focus::placeholder{color:#0067ff}.sector-filter{gap:15.5px}.sector-filter,.subsector-filter{display:flex;flex-direction:column}.subsector-filter{gap:15px}.close-filter-modal{cursor:pointer;position:absolute;right:25.5px;top:27.87px}.dropdown-filter{background:#fff;border-radius:21px;box-shadow:0 4px 9px #697b9680;max-height:180px;overflow-y:auto;position:absolute;scrollbar-width:none;top:155px;width:419px;z-index:10}.dropdown-item{cursor:pointer;font-size:12px;font-weight:500;padding:10px 20px}.dropdown-item:hover{background-color:#f5f5f5}.selected-countries{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;padding-left:8px}.country-chip{align-items:center;background:#e8f0f8;border:.918107px solid #0067ff;border-radius:82.6296px;color:#0067ff;display:flex;font-size:11px;font-weight:500;gap:8px;height:27.54px;padding:0 10px}.remove-chip{cursor:pointer;height:10.63px;width:10.63px}.selected-sectors{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;width:100%}.sector-chip{align-items:center;background:#edecec;border:.918107px solid #dad9d9;border-radius:82.6296px;cursor:pointer;display:flex;font-size:11px;font-weight:500;height:28px;justify-content:center;padding:0 10px;width:118px}.sector-chip.activated{background:#e8f0f8;border:.918107px solid #0067ff;color:#0067ff}.scroll-subsector{display:flex;height:160px;overflow-y:auto}.subsector-tabs{display:flex;gap:20px;justify-content:space-around}.subsector-tab{align-items:center;color:#000;cursor:pointer;display:flex;font-size:12px;font-weight:500;height:28px;justify-content:center;padding:0 10px;width:118px}.subsector-tab.active{color:#0067ff}.subsector-grid{grid-column-gap:20px;grid-row-gap:15px;column-gap:20px;display:grid;grid-template-columns:repeat(auto-fill,minmax(94px,1fr));height:160px;justify-items:center;overflow-y:auto;row-gap:15px;width:100%}.subsector-carousel-wrapper{align-items:center;display:flex;justify-content:space-between;padding:0 20px;width:100%}.carousel-arrow{background:none;border:none;cursor:pointer}.carousel-sector-label{font-size:12px;font-weight:500;text-align:center}.filtros-container{align-items:center;display:flex;flex-direction:row}.filter-icon{cursor:pointer}.modelos-wrapper{cursor:pointer;display:flex;flex-direction:row;gap:1px;height:40px}.left-pill{align-items:center;background-color:#e8f0f8;border-radius:29px 0 0 29px;display:flex;gap:6px;height:40px;justify-content:center;padding-left:15px;width:85px}.select-prefix-label{color:#21232f;font-size:12px;font-weight:500;letter-spacing:.05em;line-height:100%}.icon-select{height:22px;width:22px}.file-item-message{align-items:center;background:#abcce5;border-radius:.9375rem;display:flex;flex-direction:row;gap:.875rem;height:2.0625rem;justify-content:space-around;margin-left:0;margin-right:0;padding:0 .5625rem}.file-name-message{display:block;font-size:.625rem;font-weight:300;height:2.0625rem;line-height:2.0625rem;margin-left:0}.message-wrapper{align-items:flex-start;display:flex;margin:1rem 0}.message-wrapper--center{justify-content:center}.message-wrapper--user{justify-content:flex-end}.message-wrapper--assistant{word-wrap:break-word;justify-content:flex-start;overflow-wrap:anywhere;white-space:pre-wrap}.message-wrapper--system{display:none}.message{border-radius:.935rem;color:#21232f;font-size:14px;font-weight:300;line-height:141%;max-width:calc(90% - 3.5rem);padding:.935rem;position:relative;white-space:pre-wrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-word}.message a{color:#1a0dab;cursor:pointer;text-decoration:underline}.message--assistant{background-color:#fff}.message--user{background-color:var(--azul-suave)}.wave-animation{align-items:center;display:flex;gap:.3rem;height:24px;justify-content:center}.dot{animation:wave 1.2s infinite;background-color:var(--primary-color);border-radius:50%;height:.5rem;width:.5rem}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes wave{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.5;transform:translateY(-10px)}}.feedback-container{align-items:center;bottom:-1.4rem;display:flex;left:0;position:absolute}.feedback-button{background:none;border:none;cursor:pointer;margin-left:.5rem}.feedback-icon{height:.9rem;width:1.06rem}.file-name-message{font-size:13px;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.image-preview-container{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:8px}.message-image{background:#f0f0f0;border-radius:8px;max-height:300px;max-width:300px;object-fit:contain}.file-preview-container-message{background-color:#e8f0f8;border:0;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px;margin:0;max-height:85px;overflow-y:auto;padding:8px}.file-line{margin:0;padding:0}.chat-table-wrapper{margin:16px 0;max-width:700px;overflow-x:auto}.chat-table{color:#21232f;font-size:14px;font-weight:300}.chat-table td,.chat-table th{border-bottom:1px solid #ddd;padding:8px 12px;text-align:left;word-break:break-word}.chat-table th{background-color:#f5f5f5}.chat-table td strong{font-weight:700}@media screen and (max-width:600px){.chat-table{font-size:12px}.chat-table td,.chat-table th{padding:6px}}.file-item-upload{align-items:center;background:#abcce5;border-radius:.9375rem;display:flex;flex-direction:row;gap:.875rem;height:2.0625rem;justify-content:space-around;margin-right:0;padding:0 .5625rem 2px}.file-name-upload{display:block;font-size:.625rem;font-weight:300;height:2.0625rem;line-height:2.0625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:665px){.file-item-upload{align-items:center;background:#abcce5;border-radius:.9375rem;display:flex;flex-direction:row;gap:.25rem;height:2.0625rem;justify-content:space-around;margin-right:0;padding:0 .25rem 2px}.file-name-upload{display:block;font-size:.5rem;font-weight:300;height:2.0625rem;line-height:2.0625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.alert{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:hsla(0,0%,100%,.884);border-radius:21px;bottom:0;box-shadow:0 14px 53.9px -15px #697b9680;display:flex;flex-direction:column;font-family:Poppins;gap:15px;height:auto;left:40%;max-height:200px;min-height:120px;padding:20px 25px;position:fixed;right:0;top:0;width:320px;z-index:9999}.alert button.alert-close{align-items:center;background:#e8f0f8;border:2px solid #e8f0f8;border-radius:33px;color:#21232f;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:6px 20px}.alert button.alert-close:hover{background-color:#0067ff;color:#fff}.alert-message{display:block;max-height:180px;overflow-y:auto;white-space:pre-wrap}.alert-success{background-color:#d1e7dd;border-color:#0f5132;color:#0f5132}.alert-title-error{color:#f22020;font-size:18px;font-style:normal;font-weight:600;line-height:100%}.alert-warning{border-color:#664d03;color:#fd6b3f}.alert-info{background-color:#cff4fc;border-color:#055160;color:#055160}.switch{display:inline-block;height:23px;position:relative;width:50px}.switch input{height:0;opacity:0;width:0}.switch-slider{background-color:#d0d2d8;border-radius:30px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.switch-slider:before{background-color:#feffff;border-radius:50%;bottom:3px;content:"";height:17px;left:4px;position:absolute;transition:.4s;width:17px}input:checked+.switch-slider{background-color:#0067ff}input:checked+.switch-slider:before{transform:translateX(26px)}.header-links{align-items:center;display:flex;flex-direction:row;font-size:12px;font-weight:600}.link-icon{height:var(--icon-size);margin-right:.4rem;width:var(--icon-size)}.links-list{display:flex;flex-direction:column;list-style:none;margin-top:1.3rem;overflow-y:auto;scrollbar-width:none;width:100%}.links-list li a{color:var(--text-color);display:block;font-size:12px;font-weight:300;overflow:hidden;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.links-list li a:hover{text-decoration:underline}.links-list hr{border:none;border-top:1px solid #e8f0f8;margin:.3rem 0}.expanded{background-color:var(--background-color);height:100%}.header-database{align-items:center;display:flex;flex-direction:row;margin-top:.2rem}.add-arquivo-button{align-items:center;background-color:#fff;border:.125rem solid #e8f0f8;border-radius:15px;cursor:pointer;display:flex;gap:.7rem;justify-content:center;margin-top:15px;padding:5px}.add-arquivo-button:active,.add-arquivo-button:hover{background-color:#f1f1f1}.file-list-container{margin-top:20px}.database{margin-left:.5rem}.modal-overlay{-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.125rem)}.modal-content{border-radius:8px;box-shadow:0 4px 6px #0000001a;min-height:22rem;min-width:25rem;padding:20px;text-align:center}.upload-area-addDocumento{border:2px dashed #ccc;border-radius:8px;cursor:pointer;margin-bottom:10px;margin-top:15px;padding:15px}.upload-area:hover{border-color:#007bff}.file-item{align-items:center;border:5px;display:flex;justify-content:space-between;margin-left:20px;margin-right:20px}.button-remove{align-items:center;padding:0}.button-enviar,.button-remove{border:.125rem solid #e8f0f8;border-radius:15px;color:#007bff;cursor:pointer}.button-enviar{background-color:#fff;margin-top:15px;padding:5px}.button-enviar:hover{background-color:#f1f1f1}button:disabled{background:#ccc;cursor:not-allowed}.addarquivo.blocked{cursor:not-allowed;display:none}.filelist{background-color:red}.list{align-items:center}.file-list{word-wrap:break-word;border-radius:.9375rem 0 0 .9375rem;height:2.0625rem;overflow-wrap:break-word;white-space:normal}.file-list,.file-list li{align-items:center;background:#ffffffd1;display:block;margin-bottom:.5rem;margin-right:1rem;max-width:100%;text-overflow:ellipsis;transition:width .3s ease,background-color .3s ease}.file-list li{border-radius:.1rem 0 0 .1rem;margin-top:.5rem}.no-files{background:#fff9;border-radius:.9375rem 0 0 .9375rem;text-overflow:ellipsis;transition:width .3s ease,background-color .3s ease}.no-files,.titulo_adicionada{align-items:center;display:flex}.novidades-overlay{-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.2rem);background-color:#44617a70;height:100%;justify-content:center;left:0;position:fixed;top:0;z-index:2000}.novidades-content,.novidades-overlay{align-items:center;display:flex;width:100%}.novidades-content{background:#fff;border-radius:16px;box-shadow:0 10px 20px #0000004d;flex-direction:column;max-width:700px;padding-bottom:2.5rem;position:relative;text-align:center}.close-button-wrapper{background:#0000;border:none;border-radius:50%;cursor:pointer;padding:8px;position:absolute;right:20px;top:16px;transition:background-color .2s;z-index:10}.close-icon{display:block;height:21px;width:21px}.gif-placeholder{height:220px;width:100%}.gif-placeholder img{border-top-left-radius:16px;border-top-right-radius:16px;height:100%;width:100%}.novidade-text-wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 2.5rem 0;width:100%}.novidade-title{color:#0067ff;font-size:1.75rem;font-weight:700;margin:0;margin-top:10px}.novidade-body-content{color:#333;display:flex;flex-direction:column;font-size:1rem;gap:1rem;line-height:1.6;text-align:left;width:100%}.novidade-body-content p{margin:0}.novidade-body-content strong{font-weight:600}.testar-btn{background-color:#e8f0f8;border:none;border-radius:25px;color:#000;cursor:pointer;font-family:Poppins;font-size:14px;font-size:1rem;font-weight:500;margin-top:1.5rem;padding:.8rem 3.5rem;transition:background-color .3s,border-color .3s}.testar-btn:hover{background-color:#dde6ee}.carousel-dots,.detail-text-content,.fechar-btn,.nav-btn,.novidade-card,.novidade-cards-container,.novidade-description,.novidade-detail-container{display:none}.chat-mobile-container{background:linear-gradient(180deg,#f0f3f8,#bce4fe);display:flex;flex-direction:column;height:100vh;height:calc(var(--vh, 1vh)*100);padding:10px}.chatbox-mobile{flex:1 1}.chatbox-mobile,.historico-mobile{background-color:var(--background-color);border-radius:.94rem;display:flex;flex-direction:column;height:100%;padding:1rem}.historico-mobile{font-size:var(--font-size);justify-content:center;width:100%}.historico-overlay{align-items:center;animation:slideIn .3s ease-out forwards;display:flex;height:100%;justify-content:center}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.historico-overlay .exit{animation:slideOut .3s ease-in forwards}.header{display:flex;flex-direction:row;height:79px}.header.self-assist{height:100px}.management-header{background:#00284d;max-height:70px}.header-margem{align-items:center;border-radius:15px;display:flex;flex-direction:row;gap:var(--small-margin);margin:0 40px;width:100%}.header-margem.self-assist{align-items:center;background:#ffffffd9;display:flex;height:61.66px;justify-content:space-between;margin:2rem var(--big-margin) var(--small-margin) var(--big-margin)}@media (max-width:665px){.header-margem.self-assist{margin:1rem 20px var(--small-margin) 20px}}.header__left{align-items:flex-end;display:flex;flex:20% 1;justify-content:flex-start}.header__left.self-assist{align-items:center;background:#fff;border:1px solid #edf2f8;border-radius:15px 0 15px 15px;cursor:pointer;flex:initial;height:61.66px;padding-left:22px;width:121px}.assistant-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center}.vertical-line{background-color:var(--primary-color);border:none;height:1.875rem;margin:0 .5rem;width:.0625rem}.assistant-info{align-items:center;display:flex;gap:.5rem}.assistant-icon{height:1.75rem;width:1.75rem}.assistant-name{color:var(--primary-color);font-size:1.125rem;font-weight:500}.header__center{align-items:flex-end;display:flex;flex:60% 1;justify-content:center}.header__center.self-assist{align-items:center;justify-content:flex-start}.management-header__center{align-items:flex-end;display:flex;flex:40% 1;justify-content:center}.navbar{align-items:center;background:var(--background-color);border-radius:5.69rem;display:flex;height:3.07rem;left:35%;position:absolute;width:34rem}.nav-icon{margin-left:.624rem;margin-right:.35rem}.buttongroup{background-color:#fff;border:1.5px solid #e8f0f8;border-radius:29px;justify-content:space-between;width:28.87rem}.buttongroup,.buttongroup button{align-items:center;display:flex;height:2.25rem}.buttongroup button{background:#0000;border:none;border-radius:1.81rem;color:#000;cursor:pointer;font-size:var(--font-size);justify-content:center;transition:background-color .3s ease,color .3s ease;width:8.25rem}.buttongroup button.selected{background:var(--azul-suave);color:var(--primary-color)}.header__right{align-items:flex-end;display:flex;flex:20% 1;justify-content:flex-end}.header__right.self-assist{align-items:center;padding-right:20px}.header__right.self-assist .publish-button{align-items:center;background-color:#e8f0f8;border:none;border-radius:30px;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:600;height:45px;justify-content:center;width:250px}.header__right.self-assist .publish-button:hover{background-color:#e0e8f0}.header__right.self-assist .publish-button:focus{outline:none}.header__right.self-assist .publish-button.publish-button-disabled{background-color:#e8f0f8;cursor:not-allowed;opacity:.5}.header__right.self-assist .publish-button.publish-button-disabled:hover{background-color:#e8f0f8;color:inherit}.header-icon{height:3.07rem}.header__user-initial{background-color:#fff;color:#0067ff;font-size:1.5rem}.mobile-wrapper{position:absolute;right:20px}@media (max-width:665px){.header-margem{margin:0 30px 7px}.header__left{flex:1 1}.header__center{display:none!important}.header__right{display:none}.header-icon{height:auto}.management-header__center{margin-top:20px;max-height:70px;max-width:300px}}.involucro-user{border-radius:5.69rem;height:3.06rem;justify-content:center;width:3.06rem}.header-icon{cursor:pointer;height:2.5rem;width:3.6rem}.header__user-img{border-radius:50%;height:2.25rem;object-fit:cover;width:2.25rem}.header__user-initial{background-color:#0067ff;color:#fff;font-size:20px;font-weight:600;height:100%;width:100%}.header__user-initial:hover{background-color:#0056d6}.involucro-user{align-items:center;display:flex;flex-direction:column}.header__user-initial{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-weight:700;height:2.7rem;justify-content:center;width:2.7rem}.logout-button{background-color:#fff;border:1px solid #0067ff;border-radius:5px;color:#0067ff;cursor:pointer;font-size:.9rem;margin-top:.5rem;padding:.25rem .5rem;position:absolute;top:3rem}.user-menu{background:#fff;border-radius:8px 0 8px 8px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;font-family:Poppins;font-size:12px;font-style:normal;font-weight:300;line-height:18px;min-width:-webkit-max-content;min-width:max-content;padding:5px 0;position:absolute;right:6px;top:45px;z-index:1000}.user-menu-item{background:none;border:none;color:#333;cursor:pointer;font-size:14px;padding:10px 20px;text-align:left;text-decoration:none;white-space:nowrap}.user-menu-item:hover{background-color:#f5f5f5}.involucro-user{position:relative}.corpo-report{flex-direction:row;height:calc(100vh - 100px);padding:0 var(--big-margin) var(--medium-margin) var(--big-margin)}.corpo-report,.involucro-left{display:flex;gap:var(--small-margin)}.involucro-left{flex:20% 1;flex-direction:column;height:100%;width:11.61rem}.gerar-relatorios{background:var(--background-color);gap:.59rem;height:10rem}.gerar-relatorios,.historico-report{border-radius:.94rem;display:flex;flex-direction:column}.historico-report{background-color:var(--background-color);font-size:var(--font-size);height:17.65rem;justify-content:center;padding:1rem}.reportbox{display:flex;flex:80% 1;flex-direction:column}.loading-container-historico{align-items:center;display:flex;height:100%;justify-content:center}@media (max-width:665px){.historico{display:none}}.reports-container{background-color:var(--background-color);border-radius:.94rem;display:flex;flex-direction:column;flex-grow:1;height:100%;overflow-y:auto}.reportbox-superior{align-items:center;background:var(--background-color);border-radius:.94rem;display:flex;flex-direction:row;height:3.95rem;justify-content:space-between;margin-bottom:.5rem;padding:.72rem}.botoes-relatorio{display:flex;flex:80% 1;justify-content:flex-end}@media (max-width:665px){.end-date,.report-generate,.start-date{width:100%!important}}.header-gerador{align-items:center;display:flex;flex-direction:row;padding:.6rem 1.16rem 0}.lupa-icon{height:var(--icon-size);margin-right:.4rem;width:var(--icon-size)}.linha-azul{background-color:var(--azul-suave);height:.125rem;width:100%}.datas{display:flex;flex-direction:row;justify-content:space-around;width:100%}.seleciona-data{display:flex;flex-direction:column}.seleciona-data input{background-color:#e8f0f8;border:none;border-radius:1.5625rem;font-size:var(--font-size);height:1.25rem;text-align:center;width:7.2rem}input[type=date].no-calendar::-webkit-calendar-picker-indicator{-webkit-appearance:none;display:none}.seleciona-data input:hover{background-color:#d0e0f0}.seleciona-data span{margin-left:.3125rem}.conteiner-gerador{align-items:center;display:flex;justify-content:center}.conteiner-gerador button{background:var(--azul-suave);border:none;border-radius:1.8125rem;color:var(--primary-color);cursor:pointer;font-size:var(--font-size);height:1.8448rem;width:9.2994rem}.conteiner-gerador button:hover{background-color:#d0e0f0}.comandos{flex-direction:row;gap:.25rem;height:3.95125rem;justify-content:flex-start;width:55rem}.add-button,.comandos{align-items:center;display:flex}.add-button{background:var(--background-color);border:none;border-radius:.9375rem 0 0 .9375rem;cursor:pointer;font-size:var(--font-size);gap:.7rem;height:3.951125rem;justify-content:center;padding:1rem;width:6.396625rem}.add-button img{height:1.5rem;width:1.5rem}.search-bar{align-items:center;background:var(--background-color);display:flex;flex:1 1;gap:.4375rem;height:3.951125rem;justify-content:center;padding:1rem}.search-input{background:var(--azul-suave);border-radius:2rem;flex:1 1}.search-input .MuiOutlinedInput-notchedOutline{border:none}.status-bar{background:var(--background-color);height:3.951125rem;padding:.8125rem;width:7.6148125rem}.status-bar,.status-search{align-items:center;display:flex;justify-content:center}.status-search{border:.125rem solid #e8f0f8;border-radius:3.0625rem;flex:1 1;font-family:var(--fonte-tpf);font-size:.75rem;height:2.25rem}.data-bar{background:var(--background-color);border-radius:0 .9375rem .9375rem 0;height:3.951125rem;padding:.8125rem;width:7.875rem}.data-bar,.date-search{align-items:center;display:flex;justify-content:center;position:relative}.date-search{border:.125rem solid #e8f0f8;border-radius:3.0625rem;color:#0000;font-family:var(--fonte-tpf);font-size:.75rem;height:2.25rem;width:6rem}.selected-date-display{align-items:center;background:#fff;border-radius:.6rem 0 0 .6rem;color:#b0b0b0;display:flex;height:1.5rem;justify-content:center;left:1.0935rem;position:absolute;width:4.7rem}.date-search::-webkit-calendar-picker-indicator{cursor:pointer;opacity:1;position:absolute;right:.2rem}.modal-overlay-insert{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content-insert{background:var(--background-color);border-radius:1.3125rem;box-shadow:var(--background-shadow);display:flex;flex-direction:column;gap:1rem;max-height:60vh;padding:1.5rem;width:25.5625rem}.modal-content-insert h3{margin-left:1rem;text-align:left}.title-select{display:flex;flex-direction:row;gap:1rem}.file-group{gap:.5rem;max-height:5rem;overflow-y:auto;scrollbar-width:none}.file-group,.upload-area{display:flex;flex-direction:column}.upload-area{align-items:center;border:.1875rem dashed var(--azul-suave);border-radius:.9375rem;cursor:pointer;gap:.8rem;justify-content:center;padding:1rem;text-align:center;transition:border-color .3s ease}.upload-area.dragging{border-color:#007bff}.upload-icon{height:2.8125rem;width:2.8125rem}.upload-link{color:var(--primary-color)}.document-list{display:flex;flex-direction:column;gap:.25rem}.document-item{display:flex;flex-direction:row;gap:.25rem;justify-content:flex-end;width:55rem}.document-checkbox{align-items:center;cursor:pointer;display:flex;justify-content:center;width:2rem}.checkbox-icon{height:1.1875rem;width:1.1875rem}.document-content{align-items:center;display:flex;gap:.25rem;justify-content:flex-end;width:52.5rem}.document-name{align-items:center;background:#fff9;border-radius:.9375rem 0 0 .9375rem;display:flex;height:2.0625rem;overflow:hidden;padding-left:1rem;text-overflow:ellipsis;transition:width .3s ease,background-color .3s ease;white-space:nowrap;width:36.4375rem}.document-name.name-shrink{width:31.5rem}.document-actions{align-items:center;display:flex;gap:.5rem}.document-status{align-items:center;background:#fff9;display:flex;height:2.0625rem;justify-content:center;padding:.5rem 1.7188rem;transition:background-color .3s ease;width:7.625rem}.status-icon{color:#4a90e2;margin-left:.5rem}.document-date{align-items:center;background:#fff9;border-radius:0 .9375rem .9375rem 0;display:flex;height:2.0625rem;justify-content:center;transition:background-color .3s ease;width:7.875rem}.document-item.selected .document-date,.document-item.selected .document-name,.document-item.selected .document-status{background-color:#0067ff40}.modal-overlay{-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);height:100%;left:0;top:0;width:100%;z-index:1000}.modal-content-delete{background:var(--background-color);border-radius:1.3125rem;box-shadow:var(--background-shadow);display:flex;flex-direction:column;height:12.75rem;justify-content:space-between;padding:1.8125rem;text-align:center;width:18.125rem}.modal-icon{height:2.75rem;margin:0 auto;width:2.75rem}.modal-message{font-size:1rem;margin:.9rem 0}.modal-actions{display:flex;justify-content:space-around}.modal-button{align-items:center;background:#fff;border:none;border-radius:2.0625rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:.875rem 0;width:6.4375rem}.modal-button.confirm{border:.125rem solid #000}.modal-button.confirm:hover{background-color:#f5f5f5}.modal-button.cancel{border:.125rem solid #ff4040}.modal-button.cancel:hover{background:#ff4040;color:#fff}.modal-overlay-replace{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content-replace{background:var(--background-color);border-radius:1.3125rem;box-shadow:var(--background-shadow);display:flex;flex-direction:column;gap:1rem;max-height:50vh;padding:1.5rem;width:25.5625rem}.modal-content-replace h3{margin-left:1rem;text-align:left}.doc-to-replace{background:#cbcbcb40;border-radius:.9375rem;overflow:hidden;padding:.5rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.file-selected{display:flex;flex-direction:column;gap:.5rem}.file-button,.file-item2{align-items:center;display:flex;gap:.5rem}.file-button{background:#fff;border:.125rem solid #e8f0f8;border-radius:.9375rem;font-size:.75rem;height:2.25rem;padding:0 1rem;position:relative;width:16.875rem}.filename-container{flex:1 1;margin-right:1rem;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.remove-file-icon{cursor:pointer;height:.875rem;position:absolute;right:1rem;width:.875rem}.status-select{border:.125rem solid #e8f0f8;border-radius:3.0625rem;font-family:var(--fonte-tpf);font-size:.75rem;gap:.5rem;height:2.25rem;padding:0 .5rem;width:6.0625rem}.replace-button,.status-select{align-items:center;display:flex;justify-content:center}.replace-button{background:linear-gradient(to right,var(--azul-suave) 50%,var(--background-color) 50%);background-position:100% 100%;background-size:200% 100%;border:.125rem solid var(--azul-suave);border-radius:2.25rem;color:var(--primary-color);cursor:pointer;font-size:var(--font-size);height:1.875rem;padding:.5rem 1rem;position:relative;transition:background-position 20s linear;width:22.375rem}.replace-button.loading{background-color:var(--azul-suave);background-position:0 100%;pointer-events:none}.replace-button:before{background-color:var(--azul-suave);content:"";height:100%;left:0;position:absolute;top:0;transition:width 7s linear;width:0;z-index:-1}.replace-button.loading:before{width:100%}.replace-button.loading span{z-index:1}*{box-sizing:border-box;margin:0;padding:0}.corpo{display:flex;flex-direction:column;height:calc(100vh - 100px)}.database-box{flex-direction:column}.database-box,.lista-database{align-items:center;display:flex;padding:1rem}.lista-database{flex:1 1;flex-direction:column;overflow-y:auto;scrollbar-width:none}.hub-box{display:flex;flex-direction:column;height:auto;min-height:calc(100vh - 79px);min-height:calc(var(--vh, 1vh)*100 - 79px);padding-bottom:20px}.hub-background-wrapper{background-position:top;background-repeat:no-repeat;background-size:cover;border-radius:0 0 40px 40px;margin-top:-79px;padding-top:169px;width:100%}.main-home{align-items:center;height:100%;justify-content:center;margin-top:40px;text-align:left;width:100%}.hub-content,.main-home,.text-container-homepage{display:flex;flex-direction:column}.text-container-homepage{align-items:center}.text2{color:#0067ff;font-size:30px;font-weight:600;padding-bottom:20px}.search-container,.text2{transform:translateY(-90px)}.search-container{width:650px}.search-assistant-input{background-color:#ffffffd9;border:1px solid #e0e0e0;border-radius:40px;box-shadow:0 2px 4px #0000000d;font-size:16px;height:45px;padding:0 50px 0 25px;width:100%}.search-assistant-input::placeholder{color:#9098c7}.search-assistant-input:focus{border-color:#0067ff;box-shadow:0 0 0 2px #0067ff33;outline:none}.search-icon{right:25px}.buttons{align-items:center;display:flex;gap:40px;justify-content:center;transform:translateY(-50px)}.btn-community,.btn-updates{background-position:50%;background-repeat:no-repeat;background-size:cover;border:none;border-radius:80px;color:#fff;cursor:pointer;height:55px;width:215px}.blue_title_hub_part2{color:#000}.carouselInner{align-items:stretch;display:flex;flex-direction:column;height:auto;justify-content:flex-start;overflow:visible;scroll-behavior:smooth;scrollbar-width:none;width:100%}.carouselInner::-webkit-scrollbar{display:none}.gridContainer{grid-gap:35px;box-sizing:border-box;display:grid;gap:35px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,auto);overflow:visible;padding:0 45px}.moduleEllipse{align-items:center;background-color:var(--azul-suave);border-radius:50%;display:flex;height:92.53px;justify-content:center;margin-bottom:.625rem;position:relative;width:92.53px}.moduleEllipse.add{margin-bottom:0}.icon-container{align-items:flex-start;display:flex;justify-content:flex-start;position:relative}.icon-style{align-items:center;color:#fff;display:flex;justify-content:center;z-index:2}.homepage-card{align-items:flex-start;background:#ffffffd9;border-radius:15px;box-shadow:0 4px 8px #0000001a;color:#000;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:215px;justify-content:flex-start;overflow:visible;padding:23.73px 27px;position:relative;text-align:left;text-decoration:none;width:260px}.disabled-card{background:#ffffff80;cursor:not-allowed;transform:none!important}.disabled-card:hover{transform:none}.gear-wrapper{align-items:center;display:flex;position:absolute;right:14px;top:10px}.gear-icon{cursor:pointer;pointer-events:auto;position:relative}.new-assistant{align-items:center;background:#ffffff80;border-radius:8%;box-shadow:0 4px 8px #0000001a;color:#000;cursor:pointer;display:flex;flex-direction:column;font-weight:700;height:215px;justify-content:center;overflow:hidden;padding:1rem;text-align:left;text-decoration:none;transition:background-color .3s ease;width:260px}.new-assistant:hover{background:#ffffffd9}.text-style-card-homepage{color:#000;font-size:16px;font-weight:500;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description-homepage{color:#5c5c5c;font-size:12px;font-weight:300;line-height:18px;max-height:36.8px;overflow:hidden;text-overflow:ellipsis;white-space:normal;word-break:break-word}.plus-icon{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;position:relative;width:60px}.plus-icon:after,.plus-icon:before{background-color:#0067ff80;content:"";position:absolute;transition:background-color .3s ease}.plus-icon:before{border-radius:2px;height:4px;width:60px}.plus-icon:after{border-radius:2px;height:60px;width:4px}.new-assistant:hover .plus-icon:after,.new-assistant:hover .plus-icon:before{background-color:#0067ff}.menu-dropdown{background-color:#0b142d;border-radius:3px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;left:120%;padding:5px;position:absolute;top:-90%;z-index:3}.menu-dropdown:before{border:5px solid #0000;border-right-color:#0b142d;content:"";left:-9px;position:absolute;top:25px}.gridContainer .homepage-card:nth-child(5n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(5n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.no-self-assistant-dropdown{top:-35%!important}.no-self-assistant-dropdown:before{top:13px!important}.menu-item{align-items:center;border-radius:3px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:12px;font-weight:300;height:24px;padding:10px 10px 10px 5px;text-align:center;transition:background .3s;white-space:nowrap}.menu-item:hover{background:#0067ff}.menu-item.delete:hover{background:red}.footer-hub{background-color:#0067ff;bottom:-1px;height:10px;left:0;position:fixed;right:0;z-index:50}.blue-card{background:#0067ffd9}.white-text{color:#fff!important}.suggestion-wrapper{align-items:center;background:linear-gradient(90deg,#b7d2fa,#ffab92);border:3px solid #fff;border-radius:5.69rem;border-radius:91px;bottom:2rem;box-shadow:var(--background-shadow);cursor:pointer;display:flex;height:59px;justify-content:center;position:fixed;right:2rem;width:59px}.lamp-icon{height:30px;width:30px}.btn-community,.btn-updates{align-items:center;display:inline-flex;justify-content:center;line-height:1;padding:0 18px;position:relative}.btn-updates{background:linear-gradient(180deg,#5aa0ff,#0067ff)}.btn-community{background:linear-gradient(180deg,#fec5b6,#ff8e70)}.btn-community[data-badge]:before,.btn-updates[data-badge]:before{align-items:center;background:#ff3b30;border-radius:999px;box-shadow:0 2px 4px #00000026;color:#fff;content:attr(data-badge);display:flex;font-size:12px;font-weight:700;height:22px;justify-content:center;left:-10px;min-width:22px;padding:0 6px;position:absolute;top:-8px}@media (max-width:1450px) and (min-width:1201px){.gridContainer{gap:28px;grid-template-columns:repeat(4,1fr);padding:0 35px}.homepage-card,.new-assistant{height:auto;min-height:205px;width:auto}.gridContainer .homepage-card:nth-child(4n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(4n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.gridContainer .homepage-card:nth-child(5n):not(:nth-child(4n)) .menu-dropdown{left:120%;right:auto}.gridContainer .homepage-card:nth-child(5n):not(:nth-child(4n)) .menu-dropdown:before{border-color:#0000 #0b142d #0000 #0000;left:-9px;right:auto}}@media (max-width:1450px){.carouselInner{padding:10px}.gridContainer{gap:28px;padding:0 25px}.gridContainer:has(>:only-child){grid-template-columns:minmax(182px,auto);padding-right:205px}.text-container-homepage{padding-left:10px}}@media (max-width:1200px) and (min-width:901px){.gridContainer{gap:25px;grid-template-columns:repeat(3,1fr);padding:0 30px}.search-container{width:550px}.text2{font-size:28px}.homepage-card,.new-assistant{height:auto;min-height:205px;width:auto}.gridContainer .homepage-card:nth-child(3n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(3n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.gridContainer .homepage-card:nth-child(4n):not(:nth-child(3n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(3n)) .menu-dropdown{left:120%;right:auto}.gridContainer .homepage-card:nth-child(4n):not(:nth-child(3n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(3n)) .menu-dropdown:before{border-color:#0000 #0b142d #0000 #0000;left:-9px;right:auto}}@media (max-width:900px) and (min-width:666px){.hub-background-wrapper{border-radius:0 0 30px 30px;padding-top:139px}.text2{font-size:26px}.search-container,.text2{transform:translateY(-60px)}.search-container{max-width:500px;width:90%}.buttons{gap:24px;transform:translateY(-30px)}.btn-community,.btn-updates{height:50px;width:190px}.gridContainer{gap:20px;grid-template-columns:repeat(2,1fr);padding:0 20px}.homepage-card,.new-assistant{height:auto;min-height:205px;width:auto}.suggestion-wrapper{bottom:1.5rem;height:54px;right:1.5rem;width:54px}.lamp-icon{height:26px;width:26px}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown{left:120%;right:auto}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown:before{border-color:#0000 #0b142d #0000 #0000;left:-9px;right:auto}}@media (max-width:665px){.hub-background-wrapper{border-radius:0 0 20px 20px;padding-top:80px}.text2{font-size:22px;margin:8px 0 16px;padding:0 16px;text-align:center;transform:none}.search-container{margin:0 auto 12px;max-width:520px;transform:none;width:90%}.search-assistant-input{font-size:15px;height:42px;padding:0 45px 0 20px}.search-icon{height:18px;right:18px;width:18px}.buttons{flex-wrap:wrap;gap:12px;margin:10px 0 40px;padding:0 12px;transform:none;width:100%}.btn-community,.btn-updates{flex:1 1 auto;font-size:14px;height:48px;max-width:180px;min-width:150px}.carouselInner{flex-grow:0;height:auto;padding:0 10px}.hub-content{height:100%}.gridContainer{gap:14px;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;padding:0 8px 16px}.main-home{margin-top:10px}.homepage-card,.new-assistant{height:auto;max-width:none;min-height:170px;padding:18px;width:auto}.text1,.text2{font-size:1.25rem;padding-bottom:0;text-align:center}.text-container-homepage{padding-left:0}.suggestion-wrapper{bottom:max(32px,env(safe-area-inset-bottom));height:52px;right:max(12px,env(safe-area-inset-right));width:52px}.lamp-icon{height:26px;width:26px}.gear-wrapper{right:10px;top:8px}.gear-icon{height:20px;width:20px}.menu-dropdown{font-size:11px}.menu-item{height:22px;padding:8px 8px 8px 4px}.homepage-card,.new-assistant{border-radius:12px;padding:16px}.moduleEllipse{height:70px;margin-bottom:8px;width:70px}.text-style-card-homepage{font-size:14px;line-height:18px;margin-top:4px}.description-homepage{font-size:11px;line-height:16px;max-height:32px}.icon-style svg{height:36px;width:36px}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown{left:120%;right:auto}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown:before{border-color:#0000 #0b142d #0000 #0000;left:-9px;right:auto}}@media (max-height:620px){.text2{margin-top:-4px;padding-bottom:5px}}@media (max-width:400px){.search-container{width:95%}.buttons{align-items:center;flex-direction:column;gap:10px}.btn-community,.btn-updates{max-width:none}.gridContainer{padding:0 0 16px}.homepage-card,.new-assistant{min-height:155px;padding:14px}.moduleEllipse{height:64px;width:64px}.text-style-card-homepage{font-size:13px}.description-homepage{font-size:10px;line-height:15px}.gridContainer{gap:12px;grid-template-columns:1fr 1fr;padding:0}.gridContainer:has(>:only-child){grid-template-columns:minmax(178px,auto);padding-right:160px}.homepage-card,.new-assistant{min-height:auto;padding:10px 5px;width:auto}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown{left:120%;right:auto}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown:before{border-color:#0000 #0b142d #0000 #0000;left:-9px;right:auto}}@media (min-width:1451px){.gridContainer{margin:0 auto;max-width:1700px}.gridContainer:has(>:only-child){grid-template-columns:minmax(294px,auto);padding-right:1660px}.hub-content{margin:0 auto;max-width:1821px}.homepage-card,.new-assistant{width:auto}}@media (max-width:900px) and (orientation:landscape){.hub-background-wrapper{padding-top:75px}.text2{font-size:20px;margin:4px 0 10px}.search-container,.text2{transform:translateY(-30px)}.search-container{margin-bottom:8px}.buttons{margin:8px 0 20px;transform:translateY(-20px)}.main-home{margin-top:15px}.gridContainer{grid-template-columns:repeat(2,1fr)}.homepage-card,.new-assistant{min-height:170px;width:293.5px}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown{left:auto;right:120%}.gridContainer .homepage-card:nth-child(2n) .menu-dropdown:before{border-color:#0000 #0000 #0000 #0b142d;left:auto;right:-9px}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown{left:120%;right:auto}.gridContainer .homepage-card:nth-child(3n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(4n):not(:nth-child(2n)) .menu-dropdown:before,.gridContainer .homepage-card:nth-child(5n):not(:nth-child(2n)) .menu-dropdown:before{border-color:#0000 #0b142d #0000 #0000;left:-9px;right:auto}}.modal-overlay-publish{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content-publish{background:var(--background-color);border-radius:1.3125rem;box-shadow:var(--background-shadow);display:flex;flex-direction:column;gap:1rem;height:550px;max-height:550px;padding:18px 20px 22px 24px;width:25.58375rem}.publish-title{font-size:1rem;font-weight:600}.publish-subtitle{font-size:.875rem;font-weight:500}.submited-users-list{display:flex;flex:1 1;flex-direction:column}.publish-buttons-wrapper{align-items:center;display:flex;flex-direction:column;gap:20px}.button-search{align-items:center;background-color:#0067ff;border:none;border-radius:35px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;height:43px;justify-content:center;outline:none;padding:0 20px;width:307px}.button-search:hover{background-color:#0055d4}.search-container{position:relative}.publish-input-popup{border:1.5px solid #c1c1c1;border-radius:35px;color:#c1c1c1;font-size:16px;font-weight:500;height:43px;outline:none;padding:0 20px;width:307px}.search-container-input{max-width:307px;position:relative}.publish-input:focus{border-color:#888}.publish-input-modal::placeholder{color:#fff;opacity:1}.search-icon{height:20px;pointer-events:none;right:15px;width:20px}.users-list-wrapper{align-items:center;display:flex;flex:1 1}.users-list{display:flex;flex:1 1;flex-direction:column;gap:.5rem;max-height:122px;overflow-y:auto;padding:.5rem;scrollbar-width:none}.user-about{align-items:center;display:flex;gap:.5625rem;justify-content:space-between;width:100%}.user-info{display:flex;flex:1 1;flex-direction:column;gap:.3125rem;min-width:0;overflow:hidden}.user-name{font-size:.625rem;font-weight:500}.user-email,.user-name{letter-spacing:.05em;line-height:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-email{cursor:default;font-size:.8rem;font-weight:300;width:100%}.user-control{align-items:center;flex-direction:row;flex-shrink:0;gap:30px}.remove-user-icon,.user-control{display:flex;justify-content:flex-end}.remove-user-icon{cursor:pointer}.user-level{color:#5c5c5c;font-size:12px;font-weight:300;letter-spacing:.05em;line-height:100%;white-space:nowrap}.central-button{align-items:center;display:flex;justify-content:center;width:100%}.assistant-activation{align-items:right;display:flex;flex-direction:column;width:100%}.assistant-status{align-items:center;display:flex;gap:10px;justify-content:space-between;padding:10px 0}.status-text.active{color:#0067ff}.status-text{align-items:center;color:#666;display:flex;font-size:14px;gap:8px;padding-right:210px}.status-text:before{border-radius:50%;content:"";display:inline-block;height:10px;width:10px}.status-text.active:before{background-color:#0067ff}.status-text.inactive:before{background-color:#c1c1c1}.gray-button.higher{font-size:14px}.adicionar-viaemail{align-items:center;background:none;background-color:#e8f0f8;border:1.5px solid #e8f0f8;border-radius:35px;color:#181921;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:44px;justify-content:center;line-height:24px;padding:10px 49px;width:330px}.add-by-email-container{margin:0 auto;position:relative;width:330px}.add-by-email-input{background-color:#0067ff;border:1.5px solid #fff;border-radius:35px;color:#fff;font-size:16px;height:43px;outline:none;padding:0 52px 0 16px;width:330px}.add-by-email-input::placeholder{color:#fff;opacity:.9}.add-by-email-input-small{height:45px;width:300px}.add-by-email-icon-btn{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;margin-right:3px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.add-by-email-container{gap:0}.add-user-modal-small .add-by-email-container{width:300px}.add-user-modal-small .add-by-email-input{height:45px;padding-right:52px;width:300px}.add-user-modal-small .add-by-email-icon-btn{right:12px}.updates-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.updates-modal-content{background:#fff;border-radius:16px;max-height:80vh;max-width:1100px;overflow-y:auto;padding:40px 40px 20px;position:relative;width:90%}.updates-modal-close{align-items:center;background:none;border:none;color:#2196f3;cursor:pointer;display:flex;font-size:28px;height:32px;justify-content:center;line-height:1;padding:0;position:absolute;right:40px;top:20px;transition:opacity .2s,transform .2s;width:32px}.updates-modal-close:hover{transform:scale(1.1)}.updates-modal-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:15px;margin-top:25px}.update-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-basis:calc(33.333% - 16px);flex-direction:column;flex-grow:0;flex-shrink:0;max-width:360px;min-width:220px;overflow:hidden;transition:transform .2s,box-shadow .2s}.update-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.update-card-image{display:block;height:180px;object-fit:cover;width:100%}.update-card-title{color:#2196f3;flex-grow:1;font-size:16px;font-weight:600;margin:0;padding:20px 20px 16px;text-align:center}.update-card-button{align-self:center;background:#e8f4fc;border:none;border-radius:80px;color:#000;cursor:pointer;font-size:14px;font-weight:500;margin:0 60px 20px;padding:10px 20px;transition:background-color .2s}.update-card-button:hover{background:#e3eff7}.updates-modal-dont-want{background:#0000;border:1px solid #2196f3;border:2px solid #2196f3;border-radius:8px;color:#2196f3;cursor:pointer;display:block;font-size:14px;font-weight:600;margin-left:auto;margin-right:auto;margin-top:24px;margin:30px auto 0;padding:12px 24px;padding:12px 32px;transition:all .2s}.updates-modal-dont-want:hover{background:#2196f3;color:#fff}.updates-modal-content .update-detail-skip{background:#fff;border:none;bottom:20px;color:#000;cursor:pointer;float:right;font-size:.8rem;font-weight:400;padding:.5rem 1rem;position:-webkit-sticky;position:sticky;right:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.updates-modal-content .update-detail-skip:hover{color:#313131}@media (max-width:1450px) and (min-width:1201px){.updates-modal-content{max-width:1100px;padding:35px}.updates-modal-grid{gap:22px}.update-card-image{height:100%}}@media (max-width:1200px) and (min-width:901px){.updates-modal-content{max-width:90%;padding:32px}.updates-modal-grid{gap:20px}.update-card-title{font-size:15px;padding:18px 18px 14px}.update-card-button{font-size:13px;margin:0 48px 16px;padding:9px 18px}.update-card-image{height:100%}}@media (max-width:900px) and (min-width:666px){.updates-modal-content{max-width:100%}.updates-modal-close{font-size:26px;height:30px;right:28px;top:16px;width:30px}.updates-modal-grid{gap:18px;justify-content:center;margin-top:20px}.update-card-title{font-size:14px;padding:16px 16px 12px}.update-card-button{font-size:13px;margin:0 40px 14px;padding:8px 16px}.updates-modal-content .update-detail-skip{bottom:16px;font-size:.75rem;right:20px}.update-card-image{height:100%}}@media (max-width:665px){.updates-modal-overlay{padding:12px}.updates-modal-content{display:flex;flex-direction:column;margin:0;max-height:90vh;padding:42px 20px}.updates-modal-close{color:#2196f3;font-size:24px;height:28px;right:16px;top:12px;width:28px}.updates-modal-grid{grid-template-columns:1fr;margin-top:16px;max-height:calc(90vh - 120px);overflow-y:auto;padding-right:8px}.updates-modal-grid::-webkit-scrollbar{width:6px}.updates-modal-grid::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.updates-modal-grid::-webkit-scrollbar-thumb{background:#2196f3;border-radius:3px}.updates-modal-grid::-webkit-scrollbar-thumb:hover{background:#1976d2}.update-card{box-shadow:0 2px 8px #00000026;flex:0 0 auto;max-width:100%}.update-card:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.update-card-image{background:#e8f0f8;height:100%}.update-card-title{font-size:13px;line-height:1.4;padding:14px 12px 10px}.update-card-button{border-radius:20px;font-size:12px;margin:0 25px 12px;padding:7px 14px}.updates-modal-content .update-detail-skip{align-self:flex-end;bottom:-15px;margin-top:10px;position:relative}}@media (max-width:525px){.updates-modal-content{border-radius:12px;padding:30px 16px}.updates-modal-close{font-size:22px;right:12px;top:10px}.updates-modal-grid{align-items:stretch;gap:25px;justify-content:center}.update-card-image{height:100%}.update-card-title{font-size:12px;padding:12px 10px 8px}.update-card-button{font-size:11px;margin:0 30px 10px;padding:6px 12px}.updates-modal-content .update-detail-skip{bottom:-5px;font-size:.65rem;padding:.3rem .6rem;right:12px}}@media (max-height:620px){.updates-modal-content{max-height:90vh;padding:24px}.update-card-image{height:100%}}@media (max-width:900px) and (orientation:landscape){.updates-modal-content{max-height:85vh}.updates-modal-grid{gap:14px;grid-template-columns:repeat(3,1fr);margin-top:12px}.update-card-image{height:100%}.update-card-title{font-size:12px;padding:10px 8px}.update-card-button{font-size:11px;margin:0 20px 8px;padding:6px 10px}.updates-modal-content .update-detail-skip{bottom:10px;font-size:.7rem;right:16px}}.update-detail-overlay{align-items:center;-webkit-backdrop-filter:blur(.125rem);backdrop-filter:blur(.2rem);background-color:#44617a70;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:3000}.update-detail-content{align-items:center;background:#fff;border-radius:16px;box-shadow:0 10px 20px #0000004d;display:flex;flex-direction:column;max-width:800.84px;padding-bottom:20px;position:relative;text-align:center;width:100%}.update-detail-close-button{background:#0000;border:none;border-radius:50%;cursor:pointer;padding:8px;position:absolute;right:20px;top:16px;transition:background-color .2s;z-index:10}.update-detail-close-button:hover{background-color:#0000000d}.update-detail-close-icon{display:block;height:21px;width:21px}.update-detail-gif-placeholder{border-radius:16px 16px 0 0;height:auto;width:100%}.update-detail-gif-placeholder img,.update-detail-gif-placeholder video{border-top-left-radius:16px;border-top-right-radius:16px;display:block;height:100%;object-fit:cover;width:100%}.update-detail-video{border-top-left-radius:12px;border-top-right-radius:12px;display:block;height:100%;object-fit:cover;width:100%}.update-detail-text-wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding:1rem;text-align:center;width:100%}.update-detail-title{color:#0067ff;font-size:1.75rem;font-weight:700;margin:0}.update-detail-body-content{color:#333;display:flex;flex-direction:column;font-size:1rem;gap:1rem;line-height:1.6;text-align:left;width:85%}.update-detail-body-content strong,.update-detail-text-wrapper strong{color:#0067ff;font-weight:600}.update-detail-body-content a{color:#0067ff;font-weight:600;text-decoration:underline;text-decoration-thickness:1.25px;text-underline-offset:2px;transition:color .2s ease,text-decoration-color .2s ease}.update-detail-body-content a:focus,.update-detail-body-content a:hover{color:#0052cc;text-decoration:none}.update-detail-body-content a:visited{color:#0067ff}.update-detail-body-content a:focus-visible{border-radius:2px;outline:2px solid #99c2ff;outline-offset:2px}.update-detail-action-btn{background-color:#e8f0f8;border:none;border-radius:25px;color:#000;cursor:pointer;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;margin-top:1.5rem;padding:.8rem 3.5rem;transition:background-color .3s,border-color .3s}.update-detail-action-btn:hover{background-color:#dde6ee}.update-detail-nav{align-items:center;display:flex;justify-content:space-between;width:100%}.update-detail-arrow{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;height:48px;justify-content:center;position:absolute;top:80%;transform:translateY(-50%);transition:transform .12s ease,background-color .12s ease,box-shadow .12s ease;width:48px;z-index:20}.update-detail-prev{left:18px}.update-detail-next{right:18px}.update-detail-arrow svg{display:block}.update-detail-arrow:hover{transform:translateY(-50%) scale(1.02)}.update-detail-next:enabled,.update-detail-prev:enabled{box-shadow:0 6px 12px #0000000f}.update-detail-next:disabled,.update-detail-prev:disabled{box-shadow:none;cursor:not-allowed;opacity:.35}.update-detail-test{background:#0067ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;margin-bottom:0;margin-top:10px;padding:.6rem 1rem}.update-detail-test:hover{background:#0052cc}.update-detail-final-buttons{align-items:center;display:flex;flex-direction:column;margin-bottom:20px}.update-detail-skip{background:#0000;border:none;color:#000;cursor:pointer;font-size:.8rem;font-weight:400;padding:.5rem 1rem;position:absolute;right:10px;top:94%}.update-detail-skip:hover{color:#313131}@media (max-width:480px){.update-detail-arrow{height:38px;top:62%;width:38px}.update-detail-prev{left:8px}.update-detail-next{right:8px}}.update-detail-dots{align-items:center;display:flex;gap:8px;justify-content:center;padding-bottom:.75px;width:100%}.update-detail-dot{background:#cfd8e3;border:none;border-radius:50%;cursor:pointer;height:9px;padding:0;width:9px}.update-detail-dot.active{background:#0067ff}.update-detail-arrow,.update-detail-arrow:hover,.update-detail-next,.update-detail-prev{background:#0000!important;box-shadow:none!important}@media (max-width:1450px) and (min-width:1201px){.update-detail-content{max-width:650px;padding-bottom:2.2rem}.update-detail-gif-placeholder{height:100%}.update-detail-title{font-size:1.65rem}.update-detail-body-content{font-size:.95rem}.update-detail-action-btn{font-size:13px;padding:.75rem 3.2rem}.first-popup-placeholder{height:auto}}@media (max-width:1200px) and (min-width:901px){.update-detail-content{max-width:600px;padding-bottom:2rem}.update-detail-gif-placeholder{height:100%}.update-detail-text-wrapper{gap:1.2rem;padding:1.3rem 2.2rem 0}.update-detail-title{font-size:1.55rem;margin-top:8px}.update-detail-body-content{font-size:.93rem}.update-detail-action-btn{font-size:13px;margin-top:1.2rem;padding:.7rem 3rem}.first-popup-placeholder{height:auto}}@media (max-width:900px) and (min-width:666px){.update-detail-content{max-width:550px;padding-bottom:1.8rem}.update-detail-close-button{right:16px;top:14px}.update-detail-gif-placeholder{border-radius:14px 14px 0 0;height:100%}.update-detail-text-wrapper{gap:1rem;padding:1.2rem 1.8rem 0}.update-detail-title{font-size:1.4rem;margin-top:6px}.update-detail-body-content{font-size:.9rem}.update-detail-action-btn{font-size:12px;margin-top:1rem;padding:.65rem 2.8rem}.first-popup-placeholder{height:auto}}@media (max-width:665px){.update-detail-overlay{padding:20px}.update-detail-content{max-width:500px;padding-bottom:2.2rem}.update-detail-close-button{padding:6px;right:12px;top:12px}.update-detail-close-icon{height:18px;width:18px}.update-detail-gif-placeholder{border-radius:12px 12px 0 0;height:100%}.update-detail-text-wrapper{gap:.8rem;padding:1rem 1rem 0}.update-detail-title{font-size:1.25rem;font-weight:700;margin-top:6px}.update-detail-body-content{font-size:.875rem;line-height:1.5}.update-detail-body-content p{margin:0}.update-detail-action-btn{background-color:#e8f0f8;border-radius:20px;font-size:11px;margin-top:.8rem;padding:.6rem 2.5rem}.first-popup-placeholder{height:auto}}@media (max-width:380px){.update-detail-content{border-radius:10px;max-width:100%;padding-bottom:2rem;width:100%}.update-detail-close-button{padding:5px;right:10px;top:10px}.update-detail-close-icon{height:16px;width:16px}.update-detail-gif-placeholder{height:100%}.update-detail-text-wrapper{gap:.6rem;padding:.8rem .8rem 0}.update-detail-title{font-size:1.1rem;margin-top:4px}.update-detail-body-content{font-size:.8rem;line-height:1.4}.update-detail-action-btn{font-size:10px;margin-top:.6rem;padding:.5rem 2rem}.first-popup-placeholder{height:auto}.update-detail-gif-placeholder img{border-top-left-radius:8px;border-top-right-radius:8px}}@media (max-height:860px){.update-detail-gif-placeholder{height:100%}.update-detail-text-wrapper{gap:.6rem;padding:.8rem 1.5rem 0}.update-detail-title{font-size:1.2rem;margin-top:4px}.update-detail-body-content{font-size:.85rem}.update-detail-action-btn{margin-top:.6rem;padding:.5rem 2.5rem}.first-popup-placeholder{height:auto}}@media (max-width:900px) and (orientation:landscape){.update-detail-content{max-height:80vh}.update-detail-gif-placeholder{height:100%}.update-detail-text-wrapper{gap:.6rem;padding:.8rem 1rem 0}.update-detail-title{font-size:1.1rem;margin-top:4px}.update-detail-body-content{font-size:.8rem;line-height:1.4}.update-detail-action-btn{font-size:10px;margin-top:.6rem;padding:.5rem 2rem}}.category-box{height:calc(100vh - 100px)}.category-box,.category-margem{display:flex;flex-direction:row}.category-margem{gap:var(--small-margin);margin:0 var(--big-margin) var(--medium-margin) var(--big-margin);width:100%}.category-database{flex-direction:column;gap:.75rem;height:100%;justify-content:flex-start;padding:1rem;width:196px}.category-database,.category-definition{background-color:var(--background-color);border-radius:.94rem;display:flex}.category-definition{flex:1 1;flex-direction:column;gap:.875rem}.category-text{color:#5c5c5c;font-size:.75rem;font-weight:300}.category-gray-button{align-items:center;background:#e8f0f8;border:2px solid #e8f0f8;border-radius:30px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;min-height:40px;transition:background-color .3s,color .3s;width:100%}.category-gray-button:hover{background-color:var(--primary-color);color:#fff}.category-database-content{display:flex;flex-direction:column;flex-grow:1;gap:.75rem;overflow:auto;scrollbar-width:none;width:100%}.assistant-file-list-container{margin-bottom:2rem;position:relative;transition:max-height .3s ease-in-out}.assistant-file-list{align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center}.action-icon{cursor:pointer;height:1.5rem;width:1.5rem}.file-list-fade{align-items:flex-start;background:#f6fbff;bottom:-28px;cursor:pointer;display:flex;height:2.40625rem;justify-content:center;padding-top:.8125rem;position:absolute;width:100%}.file-list-fade.expanded{bottom:-38px;box-shadow:none}.file-list-arrow{border-bottom:3px solid #000;border-left:3px solid #000;height:.75rem;transform:rotate(-45deg);transition:transform .3s ease-in-out;width:.75rem}.file-list-arrow.expanded{transform:rotate(135deg)}.delete-file-icon{cursor:pointer}.loading-icon-wrapper{align-items:center;display:flex;height:13px;justify-content:center;width:13px}.assistant-file-item{align-items:center;background:#d5ebfb99;border-radius:.9375rem;display:flex;flex-direction:row;gap:.875rem;height:2.0625rem;justify-content:space-around;padding:0 .5625rem;width:100%}.assistant-file-name{display:block;font-size:.625rem;font-weight:300;height:2.0625rem;line-height:2.0625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - 40px)}.icon-ext{padding-top:2px}.modal-overlay-analysis{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content-analysis{background:var(--background-color);border-radius:1.3125rem;box-shadow:var(--background-shadow);display:flex;flex-direction:column;gap:1.2rem;min-height:12rem;padding:1.5rem;text-align:center;width:18.625rem}.analysis-subtitle{font-size:.875rem;font-weight:500}.analysis-animation,.analysis-content{align-items:center;display:flex;height:100%;justify-content:center;text-align:center}.jobs-panel{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;height:26vh;margin-top:20px;max-height:40vh;overflow-y:auto;padding:20px}.jobs-panel-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:center;margin-bottom:20px;padding-bottom:15px}.jobs-panel-header h3{color:#333;font-size:1.2rem;font-weight:600;margin:0}.jobs-empty{color:#999;padding:40px 20px;text-align:center}.jobs-load-image{cursor:pointer;height:20px;margin-left:8px;transition:opacity .2s ease;width:20px}.jobs-load-image:hover{opacity:.7}.jobs-load-image.loading{cursor:not-allowed;opacity:.4}.add-category{align-items:center;background:#fff6;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:center;padding:15px 30px;transition:background-color .3s ease-out;width:100%}.add-category:hover{background:#e6e6e6}.category-definition-scrollable{display:flex;flex-direction:column;gap:.875rem;height:calc(100% - 5rem);overflow-y:auto;padding:0 24px 28px 26px;width:calc(100% - 1rem)}.category-title{font-size:1rem;font-weight:600;padding:32px 24px 0 26px}.edit-button{align-items:center;background:#e8f0f8;border-radius:30px;box-shadow:0 4px 4px #00000040;cursor:pointer;display:flex;font-size:.75rem;font-weight:400;gap:10px;height:40px;justify-content:center;opacity:0;padding:10px;position:absolute;right:40%;top:25%;transform:translateY(10px);transition:opacity .3s ease-in-out,transform .3s ease-in-out,background-color .3s ease-in-out;width:247px;z-index:1}.category-description:hover .edit-button{opacity:1;transform:translateY(0)}.edit-button:hover{background-color:var(--primary-color);color:#fff}.category-item{display:flex;flex-direction:column;gap:.875rem;position:relative}.category-name-container{align-items:center;display:flex;gap:6px}.category-name,.category-name-input{font-size:.75rem;font-weight:400}.category-name-input{background-color:initial;border:none;border-bottom:1px solid #000;max-width:100%;outline:none;text-align:left}.pencil-icon{height:12px;width:12px}.category-description{align-items:flex-start;border:1px solid #c1c1c1;border-radius:10px;display:flex;flex-direction:row;min-height:113.5px;padding:22px 20px 33px;position:relative;transition:background-color .3s ease-out;width:100%}.category-description.editing,.category-description:hover{background-color:#e8f0f8}.category-description>p{overflow-wrap:break-word;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.category-description>p,.category-input{font-size:.75rem;font-weight:300;max-height:277.5px;width:100%}.category-input{background-color:inherit;border:none;line-height:1.15625rem;min-height:55.5px;outline:none;resize:vertical}.save-button{align-items:center;background:#e8f0f8;border:none;border-radius:30px;bottom:7px;cursor:pointer;display:flex;flex-direction:column;font-size:.75rem;font-weight:400;height:25px;justify-content:center;position:absolute;right:10px;transition:background-color .3s ease-in-out;width:104px}.save-button:hover{background:var(--primary-color);color:#fff}.return-icon{cursor:pointer;left:14px;opacity:.7;position:absolute;top:8px;transition:opacity .2s ease-in-out,transform .2s ease-in-out}.return-icon:hover{opacity:1;transform:scale(1.1)}.delete-icon{cursor:pointer;height:13px;margin:8px;position:absolute;right:0;top:0;transition:transform .2s ease-in-out,opacity .2s ease-in-out;width:12px}.delete-icon:hover{opacity:.8;transform:scale(1.1)}.configuration-box{display:flex;flex-direction:row;height:calc(100vh - 100px)}.configuration-margem{display:flex;flex-direction:row;gap:var(--small-margin);margin:0 var(--big-margin) var(--medium-margin) var(--big-margin);width:100%}.configuration-module{background-color:var(--background-color);border-radius:.94rem;display:flex;flex-direction:column;gap:25px;height:calc(100% - 80px);height:calc(100% + var(--header-height, -80px));justify-content:flex-start;overflow-y:auto;padding:1rem;scrollbar-width:none;width:920px}.configuration-module.tab-1-active{border-radius:0 15px 15px 15px}.configuration-module.tab-2-active{border-radius:15px}.configuration-module.tab-3-active{border-radius:15px 0 15px 15px}.test-box{background-color:var(--background-color);border-radius:.94rem;display:flex;flex:1 1;flex-direction:column;height:calc(100% + 76px);height:calc(100% + var(--header-height, 76px));padding:1rem;position:relative;top:-76px;top:calc(var(--header-height, -76px))}@media (max-width:1280px){.test-box{flex:0 0 auto}.configuration-module{width:870px}}.configuration-title{font-size:1rem;font-weight:600;margin-bottom:10px}.configuration-subtitle,.configuration-subtitle-advanced-settings{font-size:.875rem;font-weight:500;text-align:left}.configuration-subtitle-advanced-settings{margin-bottom:20px}.configuration-text{font-size:.75rem;font-weight:400;text-align:left}.text-and-info{align-items:center;display:flex;gap:.5rem;position:relative}.configuration-scroll{display:flex;flex-direction:column;gap:.75rem;height:100%;justify-content:flex-start;overflow-y:auto}.configuration-input-field,.configuration-textarea-field{border:.5px solid #c1c1c1;border-radius:10px;font-size:.75rem;outline:none;padding:.75rem 1rem;transition:border-color .3s ease;width:100%}.configuration-textarea-field{height:6rem;resize:none}.configuration-text.required:after{color:#000;content:"*";margin-left:4px}.configuration-text.required.error:after{color:red}.has-error{border-color:red!important}.new-assistant-input-field:focus,.new-assistant-textarea-field:focus{border-color:#0067ff}.gray-button-wrapper{width:100%}.gray-button,.gray-button-wrapper{align-items:center;display:flex;justify-content:center}.gray-button{background:#e8f0f8;border:2px solid #e8f0f8;border-radius:30px;cursor:pointer;flex-direction:row;font-size:.75rem;font-weight:500;gap:10px;height:40px;padding:11px 130px;text-align:center;transition:background-color .3s,color .3s;white-space:nowrap;width:200px}.gray-button.active,.gray-button.published,.gray-button:hover{background-color:var(--primary-color);color:#fff}.gray-button.expansive{width:100%}.advanced-toggle{align-items:center;cursor:pointer;display:flex;font-size:12px;font-weight:500;justify-content:space-between}.dropdown-arrow{border-bottom:4.125px solid #0000;border-left:8.25px solid #000;border-top:4.125px solid #0000;height:0;transition:transform .3s ease;width:0}.dropdown-arrow.open{transform:rotate(90deg)}.instruction-wrapper{border:2px solid #dfe6f0;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;min-height:365px;overflow-y:auto;padding:16px;width:100%}.configuration-text-instruction{font-size:.9rem;font-weight:500;text-align:left}.configuration-instruction-field{border:1px solid #c1c1c1;border-radius:10px;font-size:.75rem;height:295px;outline:none;overflow-y:auto;padding:1rem;resize:none;transition:border-color .3s ease;width:auto}.configuration-wrapper{align-items:center;display:flex;justify-content:space-between}.configuration-panel{border:2px solid #dfe6f0;padding:20px 25px 0;width:445px}.configuration-panel,.fileupload-painel{border-radius:15px;box-sizing:border-box;height:440px}.fileupload-painel{align-items:center;display:flex;flex-direction:column;justify-content:center;width:420px}.configuration-tabs{align-items:center;display:flex;gap:10px;margin-bottom:10px;width:auto}.tab-button{background-color:#fff;border:1px solid #0000;border-radius:16px;color:#000;cursor:pointer;font-size:.875rem;font-weight:600;height:70px;opacity:.6;padding:10px 16px;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease;width:300px}.tab-button:hover{background:#0067ff14}.tab-button.active{background:#fff;background-color:#ffffffd9;border:1px solid #0000000a;border:none;border-bottom-left-radius:0;border-bottom-right-radius:0;color:#000;height:80px;margin-bottom:-10px;opacity:1;padding-bottom:20px}.btn-wrapper{align-items:center;display:flex;gap:10px}.advanced-settings-painel{border:2px solid #dfe6f0;border-radius:15px;height:100%;padding:30px 30px 0;width:100%}.configuration-header{justify-content:space-between;margin-bottom:30px}.configuration-header,.custom-toggle-container{align-items:center;display:flex}.custom-toggle{background-color:#ccc;border-radius:12px;cursor:pointer;height:24px;position:relative;transition:background-color .3s;width:50px}.custom-toggle.active{background-color:#0067ff}.custom-toggle-knob{background-color:#fff;border-radius:50%;height:20px;left:2px;position:absolute;top:2px;transition:transform .3s;width:20px}.custom-toggle.active .custom-toggle-knob{transform:translateX(26px)}.configuration-subtitle-advanced-settings.disabled,.tpf-sliders-wrapper.tpf-sliders-disabled{opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.gestao-users-painel{border:2px solid #dfe6f0;border-radius:15px;display:flex;flex-direction:column;height:100%;overflow:hidden;overflow-y:auto;padding:30px 30px 0;width:100%}.usuarios-wrapper-acesso{display:flex;justify-content:space-between}.usuarios-com-acesso{background-color:#e8f0f8;border:2px solid #dfe6f0;border-radius:15px;display:flex;flex-direction:column;height:657px;width:390px}.owner-section{padding:5px 25px 0 15px}.configuration-title-com-acesso{font-size:1rem;font-weight:600;padding:15px 0 0 20px}.input-add-users-com-acesso{background-color:initial;border:2px solid #c1c1c1;border-radius:35px;font-size:16px;height:46px;margin-top:20px;outline:none;padding-left:20px;width:330px}.input-add-users-com-acesso::placeholder{color:#c1c1c1}.usuarios-com-acesso .users-list{max-height:370px;overflow-x:hidden;overflow-y:auto;padding:0 25px 0 15px;scrollbar-color:#a1a1a1 #e8f0f8;scrollbar-width:thin}.usuarios-com-acesso .status-text{padding-right:0}.usuarios-com-acesso .assistant-activation{margin-top:auto;padding:20px 20px 0 25px}.page-toggle-wrapper .switch{display:inline-block}.page-toggle-wrapper .switch-slider{background-color:#c1c1c1}.page-toggle-wrapper input:checked+.switch-slider{background-color:#0067ff}.configuration-header-gestao{align-items:center;display:flex;margin-bottom:10px}.self-users-list-wrapper{display:flex;flex:1 1;margin-top:5px}.center-btn-save{padding:10px}.btn-save-users,.center-btn-save{align-items:center;display:flex;justify-content:center}.btn-save-users{background:#0067ff;border:2px solid #e8f0f8;border-radius:30px;color:#fff;cursor:pointer;flex-direction:row;font-size:.85rem;font-weight:500;gap:10px;height:45px;text-align:center;transition:background-color .3s,color .3s;white-space:nowrap;width:180px}.btn-save-users:hover{background:#005ae0}.usuarios-sem-acesso{background-color:#fff;border:2px solid #dfe6f0;border-radius:15px;height:657px;width:390px}.add-wrapper{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px 0 0}.add-by-email{margin:0 auto;position:relative;width:330px}.input-add-by-email{border:2px solid #c1c1c1;border-radius:35px;color:#c1c1c1;font-size:16px;height:46px;outline:none;padding:0 52px 0 16px;width:330px}.input-add-by-email::placeholder{color:#c1c1c1}.add-by-email-icon{align-items:center;cursor:pointer;display:flex;height:24px;justify-content:center;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:24px}.add-users{margin:0 auto 15px;position:relative;width:330px}.input-add-users{border:2px solid #c1c1c1;border-radius:35px;color:#c1c1c1;font-size:16px;height:46px;outline:none;padding:0 52px 0 16px;width:330px}.input-add-users::placeholder{color:#c1c1c1}.add-users-icon{align-items:center;cursor:pointer;display:flex;height:21px;justify-content:center;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:21px}.usuarios-com-acesso .users-list .user-about .user-control .remove-users-icon{height:18px;position:static;transform:none;width:18px}.usuarios-com-acesso .users-list .user-about .user-info .user-name{color:#000;font-size:13px;font-weight:500;margin:0}.usuarios-com-acesso .users-list .user-about .user-info .user-email{color:#000;font-size:11px;font-weight:300;margin:0}.usuarios-com-acesso .user-about.owner-section .user-info .user-name,.usuarios-com-acesso .users-list .user-about .user-info .user-name{color:#000;font-size:13px;font-weight:500;margin:0}.usuarios-com-acesso .user-about.owner-section .user-info .user-email,.usuarios-com-acesso .users-list .user-about .user-info .user-email{color:#000;font-size:11px;font-weight:300;margin:0}.gestao-users-options-list{border-bottom-left-radius:12px;display:flex;flex-direction:column;max-height:515.5px;overflow-x:hidden;scrollbar-width:thin}.gestao-user-option{align-items:center;display:flex;padding:8.5px 35px;transition:background-color .2s}.gestao-user-option:hover{background:#f8f9fa}.gestao-user-option:nth-child(odd){background-color:#fff}.gestao-user-option:nth-child(2n){background-color:#f8f8f8}.gestao-user-option .gestao-user-info{color:#000;flex:1 1}.gestao-user-name{color:#181921;font-size:14px;font-weight:500;margin:0 0 0 10px}.gestao-user-email{color:#000;font-size:12px;font-weight:300;margin:0 0 0 10px}.gestao-involucro-user{align-items:center;background-color:#0067ff;border-radius:50%;display:flex;font-size:1rem;font-weight:600;height:40px;justify-content:center;width:40px}.gestao-header-user-initial{color:#fff;font-size:20px;font-weight:600}.gestao-custom-checkbox{align-items:center;display:flex;flex-direction:column;justify-content:center}.gestao-checkbox-image{cursor:pointer;filter:invert(50%) sepia(100%) saturate(3335%) hue-rotate(204deg) brightness(100%) contrast(100%);height:23px;width:23px}.self-users-list-wrapper .users-list .user-about{border-bottom:1px solid #dfe6f0;padding-bottom:5px}.self-users-list-wrapper .users-list .user-about:last-child{border-bottom:none}.tab-button.tab-disabled{cursor:not-allowed;opacity:.5!important}.tab-button.tab-disabled:hover{background-color:#fff}.configuration-text.instruction-required:after{color:red;content:"*";margin-left:4px}.configuration-instruction-field.has-error{border-color:red!important}.section-disabled{cursor:not-allowed;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}@media (max-width:1280px){.tab-button{width:283.3px}.configuration-header{margin-bottom:10px}.configuration-subtitle-advanced-settings{margin-bottom:15px}.advanced-settings-painel{border:2px solid #dfe6f0;border-radius:15px;height:100%;padding:25px 30px 0;width:100%}}.tpf-slider{display:flex;flex-direction:column;gap:15px;width:100%}.slider-header{justify-content:space-between;position:relative}.slider-about,.slider-header{align-items:center;display:flex}.slider-about{gap:.5rem}.slider-title{font-size:.75rem;font-weight:400}.slider-value{display:flex;font-size:.75rem;font-weight:300;margin-left:auto}.info-slider{height:1rem;margin-left:.15rem;width:1rem}.slider{-webkit-appearance:none;background-color:#e8f0f8;background-image:linear-gradient(90deg,#d1e5ff,#1c82ff),linear-gradient(#c1c1c1,#c1c1c1),linear-gradient(#c1c1c1,#c1c1c1),linear-gradient(#c1c1c1,#c1c1c1),linear-gradient(#c1c1c1,#c1c1c1),linear-gradient(#c1c1c1,#c1c1c1),linear-gradient(#c1c1c1,#c1c1c1);background-position:0 0,14.2%,28.5%,42.8%,57.1%,71.4%,85.7%;background-repeat:no-repeat;background-size:var(--progress-percentage) 100%,1px 8px,1px 8px,1px 8px,1px 8px,1px 8px,1px 8px;border-radius:5px;height:8px;outline:none;width:100%}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#c1c1c1;border-radius:80px;cursor:pointer;height:28px;width:4px}.slider::-moz-range-thumb{background:#0067ff;border-radius:.313rem;cursor:pointer;height:.375rem;width:1.575rem}@media (max-width:1280px){.tpf-slider{gap:11px}.slider{height:5px}.slider::-webkit-slider-thumb{height:25px}}.info-icon-wrapper,.info-slider-container{display:inline-block;height:1rem;width:1rem}.info-icon-wrapper{position:relative}.info-icon{display:flex;height:1rem;width:1rem}.tooltip{word-wrap:break-word;align-items:center;background-color:#000c;border-radius:5px;bottom:30px;color:#fff;display:flex;flex-direction:column;font-size:12px;left:450px;opacity:1;padding:6px;text-align:center;transition:opacity .3s ease-in-out;white-space:nowrap;white-space:normal;width:70%;z-index:100}.info-icon-wrapper:after,.tooltip{position:absolute;transform:translateX(-50%)}.info-icon-wrapper:after{border:5px solid #0000;border-top-color:#000c;bottom:14.5px;content:"";display:none;left:50%}.info-slider-container:hover .info-icon-wrapper:after{display:block}.biblioteca-icon{flex-direction:row;width:100%}.arrow-icon,.biblioteca-icon{align-items:center;display:flex;justify-content:center}.arrow-icon{cursor:pointer;height:15px;opacity:1;transition:opacity .3s ease;width:15px}.arrow-icon.disabled{cursor:default;opacity:.5}.icon-carousel-container{align-items:center;display:flex;flex:1 1;justify-content:start;overflow:hidden;scroll-behavior:smooth}.icon-carousel{display:flex;gap:.625rem;transition:transform .3s ease-in-out}.icon-item{align-items:center;cursor:pointer;display:flex;justify-content:center}.icon-item img,.icon-item svg{height:25px;object-fit:contain;width:25px}.center-icon{display:flex}.biblioteca-ellipse{align-items:center;background-color:var(--azul-suave);border-radius:50%;display:flex;height:50px;justify-content:center;transition:background-color .3s ease-in-out;width:50px}.biblioteca-ellipse.active{background-color:#0067ff}.upload-container{border:2px solid #dfe6f0;border-radius:15px;flex-direction:column;height:100%;width:420px}.upload-container,.upload-container-inner{align-items:center;box-sizing:border-box;display:flex;justify-content:center}.upload-container-inner{border:2px dashed #cae8fc;border-radius:15px;height:90%;transition:background-color .2s ease,border-color .2s ease;width:90%}.upload-container-inner:hover{border:2px dashed #0067ff;cursor:pointer}.upload-container-inner.dragging{background-color:#cae8fc66;border-color:#7fc3ec}.upload-content{align-items:center;display:flex;flex-direction:column}.upload-icon{height:50px;margin-bottom:10px;width:50px}.upload-text{font-size:15px;gap:0;line-height:1.3;text-align:center}.upload-row,.upload-text{align-items:center;display:flex;flex-direction:column}.upload-row{justify-content:center}.file-upload-input{display:none}.upload-link{background:none;border:none;color:#0078d4;cursor:pointer;font-size:14px;margin-bottom:20px;padding:0;text-align:center;text-decoration:underline;text-decoration-color:#0078d4;text-underline-offset:3px}.upload-link:hover{color:#1a9fff}.upload-status{color:#5a5a5a;font-size:.75rem;margin-top:12px}.onedrive-button{align-items:center;background-color:#e8f0f8;border:none;border-radius:80px;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;padding:12px 30px;transition:background-color .2s ease,box-shadow .2s ease}.onedrive-button:hover{background-color:#d9e1e9;box-shadow:0 2px 4px #0000001a}.onedrive-icon{height:15px;width:24px}.upload-file-list{display:flex;flex-direction:column;gap:10px;margin-bottom:7.5px;margin-top:15px;max-height:300px;overflow-y:auto;padding-right:4px;width:100%}.uploading-file-item{align-items:center;background-color:#f7fafe;border:1px solid #dfe6f0;border-radius:10px;display:flex;font-size:.8rem;gap:10px;padding:8px 12px}.uploading-file-name{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-container.has-file-list{justify-content:flex-start}.upload-container.has-file-list .upload-container-inner{height:200px;margin-top:30px}.upload-container.has-file-list .upload-file-list{padding:0 15px}@media (max-width:1280px){.upload-container{width:375px}.upload-file-list{max-height:100px}}.restart-chat-container{align-items:center;display:flex;justify-content:space-between;left:20px;top:8px}.restart-chat-wrapper{align-items:center;display:flex;position:relative}.restart-chat-btn{align-items:center;background-color:#e8f0f8;border-radius:50%;display:flex;height:45px;justify-content:center;overflow:hidden;width:45px}.restart-chat{cursor:pointer;display:block;object-fit:contain}.restart-item{align-items:center;border-radius:3px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:12px;font-weight:300;height:24px;padding:10px 10px 10px 5px;text-align:center;transition:background .3s}.restart-item:hover{background:#0067ff}.tooltip-restart{align-items:center;background-color:#000c;border-radius:5px;color:#fff;display:flex;flex-direction:column;font-size:12px;left:62px;opacity:1;padding:6px;position:absolute;text-align:center;transform:translateY(-50%);transition:opacity .3s ease-in-out;white-space:nowrap;z-index:100}.restart-chat-wrapper:after{border:1 solid red;content:"";display:inline-block;left:20%;position:relative;top:20%;transform:translateY(-50%)}.restart-chat-container:hover .restart-chat-wrapper:after{display:block}.assistant-preview-title{color:#000;font-family:Poppins,sans-serif;font-size:16px;font-weight:600;line-height:24px;margin:0 8px;text-align:center}.input-container-self-assistant{align-items:center;background-color:initial;bottom:0;box-sizing:border-box;display:flex;left:0;padding:1rem;position:absolute;width:100%}.instruction-panel-outer{background:#0067ff;border-radius:15px;padding:4px;position:relative;width:381.56px;z-index:999}.instruction-panel-inner,.instruction-panel-outer{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center}.instruction-panel-inner{background:#fff;border:1px solid #c1c1c1;border-radius:10px;flex-direction:column;gap:.75rem;padding:.75rem;width:100%}.instruction-header{align-items:center;display:flex;justify-content:flex-end;width:100%}.instruction-title{font-size:1rem;font-weight:600}.instruction-textarea{border:none;font-size:.75rem;height:100%;outline:none;resize:none;width:100%}.info-instructions{cursor:pointer;display:flex;height:1rem;width:1rem}.instruction-panel-tips{background:#00284d;border-radius:12px;box-shadow:0 0 9.5px #8188bd4d;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;font-size:.75rem;gap:1rem;height:100%;overflow-y:auto;padding:1rem;scrollbar-width:none;width:100%}.close-tips{align-items:center;background:#0067ff;border-radius:0 15px;display:flex;height:30.21px;justify-content:center;position:absolute;right:0;top:0;width:29.73px}.close-tips-icon{cursor:pointer}.instruction-panel-tips h3{font-size:.75rem;font-weight:700;margin-bottom:1rem}.instruction-panel-tips ol,.instruction-panel-tips ul{padding-left:10px}.instruction-panel-tips li{font-size:.75rem;line-height:17px}.tips-button{align-items:center;display:flex;justify-content:center;width:100%}.tips-subtitle{font-weight:600}.tips-points{font-weight:300}.tips-text{display:flex;flex-direction:column;height:100%}.feedback-form-box{height:calc(100vh - 100px);justify-content:center;padding:1rem 0}.feedback-form-box,.feedback-form-container{align-items:center;display:flex;flex-direction:column}.feedback-form-container{background-color:#fff;border-radius:12px;height:100%;margin:0 auto;max-width:600px;padding:2rem 1.5rem}.feedback-form-container h2{color:#0b142d;font-size:24px;margin-bottom:1.5rem;text-align:center}.feedback-form{display:flex;flex-direction:column;gap:1rem;width:100%}.feedback-form label{color:#333;font-size:14px;font-weight:500}.feedback-form input,.feedback-form textarea{background-color:#f9fafc;border:1px solid #c1c1c1;border-radius:8px;font-family:inherit;font-size:14px;padding:10px 14px;transition:border-color .2s;width:100%}.feedback-form input:focus,.feedback-form textarea:focus{background-color:#fff;border-color:#0067ff;outline:none}.feedback-form textarea{height:100%;resize:none}.feedback-submit-button{background-color:#0067ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 16px;transition:background-color .2s}.feedback-submit-button:hover{background-color:#0053cc}.feedback-success{color:green;font-weight:500;margin-top:1rem}.feedback-error{color:red;font-weight:500;margin-top:1rem}@media (max-width:480px){.feedback-form-container{padding:1.5rem 1rem}.feedback-form-container h2{font-size:20px}.feedback-submit-button{font-size:13px;padding:10px 14px}}.topo-self-assist .header-margem.self-assist{max-width:920px;width:100%}@media (max-width:665px){.topo-self-assist .header-margem.self-assist{margin:21px 30px 7px;max-width:100%}}@media (max-width:1280px){.topo-self-assist .header-margem.self-assist{max-width:870px;width:100%}}.management-content{background:linear-gradient(180deg,#00284d,#000);display:flex;flex-direction:column;height:calc(100vh - 70px);height:calc(var(--vh, 1vh)*100 - 70px)}.text-container-management{align-items:center;display:flex;flex-wrap:wrap;height:60px;justify-content:space-between;max-width:100%}.text21{color:#fff;font-size:30px;font-weight:600;padding-bottom:30px}.buttons-management{align-items:center;display:flex;flex-direction:line;gap:120px;justify-content:space-between;margin-top:15px}.button-group{align-items:center;display:flex;gap:20px;justify-content:space-around}.button-search-management{align-items:center;background-color:initial;border:1px solid #0067ff;border-radius:35px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;height:43px;justify-content:center;outline:none;padding:0 20px;width:220px}.button-adm.active,.button-search-management.active,.button-search-resource.active{background-color:#0055d4;border:none}.button-adm{width:220px}.button-adm,.button-search-resource{align-items:center;background-color:initial;border:1px solid #0067ff;border-radius:35px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;height:43px;justify-content:center;outline:none;padding:0 20px}.button-search-resource{width:235px}.button-adm:hover,.button-search-management:hover,.button-search-resource:hover{background-color:#0055d4}.search-icon-button{color:#fff;height:20px;width:20px}.publish-input{background-color:initial;border:2px solid #fff;color:#fff;font-size:16px;outline:none;position:relative;width:280px}.publish-input::placeholder{color:#fff}.search-container-management{align-items:center;display:flex;margin-left:-45px;position:relative}.caroussel-management{align-items:center;display:flex;flex-direction:column;height:30rem;justify-content:flex-start;margin-top:40px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.assistants-grid{grid-gap:30px 20px;display:grid;gap:30px 20px;grid-template-columns:repeat(3,1fr);padding:2rem 0}@media (max-width:1450px){.text-container-management{margin-top:130px}}.admin-grid{grid-gap:30px 20px;align-content:start;align-items:start;display:grid;gap:30px 20px;grid-template-columns:repeat(3,1fr);height:30rem;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.admin-new{background-color:#6088c420;border:none;border-radius:15px;cursor:pointer;height:150px;max-width:400px}.admin-new:hover{background-color:#0067ff50}.modal-overlay{align-items:center;background:#00000080;bottom:0;height:100vh;position:fixed;right:0;width:100vw;z-index:999}.modal-content,.modal-overlay{display:flex;justify-content:center}.modal-content{background:#fff;border-radius:15px;flex-direction:column;height:auto;overflow-y:auto;top:auto;width:369px}.modal-header{align-items:center;display:flex;font-size:20px;justify-content:space-between;margin:0 10px 10px 7px;padding:5px}.modal-header-icon{align-items:center;display:flex;height:20px;margin-right:0;width:20px}.modal-header-icon:hover{cursor:pointer;transform:scale(1.1)}.modal-button-input{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;margin-top:10px;padding:0 20px}.modal-admin-button-register{background-color:#e8f0f8;border:none;border-radius:35px;color:#000;cursor:pointer;font-family:Poppins;font-size:16px;font-weight:500;height:50px;width:340px}.input-search{align-items:center;display:flex;position:relative}.input{border:2px solid #c1c1c1;border-radius:80px;height:50px;margin-bottom:10px;padding-left:20px;width:340px}.input,.input::placeholder{font-family:Poppins;font-size:16px;font-weight:500}.input::placeholder{color:#c1c1c1}.input-icon-admin{cursor:pointer;height:20px;position:absolute;right:20px;top:40%;transform:translateY(-50%);width:20px}.modal-admin-list{margin:auto -20px;max-height:284px;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;width:calc(100% + 40px)}.modal-admin-radio{accent-color:#0067ff;height:20px;width:20px}.modal-admin-item{align-items:center;display:flex;width:100%}.modal-admin-label{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:auto;padding:15px 0 10px 24px;width:90%}.modal-admin-avatar{background-color:#0067ff;font-size:18px;font-weight:700;height:45px;margin-right:12px;width:45px}.modal-admin-info{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1}.modal-admin-name{color:#000;font-family:Poppins;font-size:16px;font-weight:500}.modal-admin-email{color:#000;font-family:Poppins;font-size:14px;font-weight:300}.bg-white{background-color:#e8f0f8}.bg-gray{background-color:#fff}.modal-admin-button-save{align-items:center;align-self:center;background:#e8f0f8;border:none;border-radius:35px;color:#000;cursor:pointer;display:flex;font-family:Poppins;font-size:16px;font-weight:500;height:43px;justify-content:center;margin-bottom:auto;margin-top:20px;width:307px}.modal-admin-button-save:disabled{background:#e8f0f8;color:#000;cursor:not-allowed}.modal-admin-button-save:hover{background:#e1e9f1;color:#000}.popUp{background:#0067ff;border-radius:15px;display:flex;flex-direction:column;height:520px;justify-content:flex-end;left:50%;overflow-y:auto;padding:10px;position:absolute;top:50%;transform:translate(-50%,-43%);width:400px;z-index:1000}.popUp-header{align-items:center;color:#fff;display:flex;justify-content:space-between;margin:0 10px;padding:5px}.popUp-header-tittle{font-size:20px;font-weight:600;margin-left:8px}.popUp-header-icon{height:24px;margin-right:8px;width:24px}.popUp-header-icon:hover{cursor:pointer;transform:scale(1.1)}.popUp-input-group{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:12px}.input-name{background-color:#0067ff;border:2px solid #c1c1c160;border-radius:35px;height:48px;padding-left:25px;width:337px}.input-name::placeholder{color:#c1c1c160;font-size:14px}.input-name:focus{color:#fff;outline:1px solid #fffffff5}.input-name:focus::placeholder{color:#ffffffd9}.input-email{background-color:#0067ff;border:2px solid #c1c1c160;border-radius:35px;height:48px;margin-top:15px;padding-left:25px;width:337px}.input-email::placeholder{color:#c1c1c160;font-size:14px}.input-email:focus{color:#fff;outline:1px solid #fffffff5}.input-email:focus::placeholder{color:#ffffffd9}.input-email:not(:placeholder-shown),.input-name:not(:placeholder-shown){background-color:#fff!important;color:#000!important;font-family:Poppins;font-size:14px;font-weight:400}.popUp-section-group{align-items:center;display:flex;flex-direction:column;justify-content:center}.select-wrapper{display:flex;flex-direction:column;padding:0 0 0 15px;width:auto}.select-icon{height:20px;margin-right:10px;width:20px}.input-error{border-color:#ff4136!important;transition:all .1s ease-in-out}.popUp-button{align-self:center;background-color:#fff;border:none;border-radius:80px;color:#0067ff;cursor:pointer;font-size:14px;font-weight:500;height:45px;margin-bottom:auto;margin-top:90px;width:307px}.popUp-button:disabled{background:#e8f0f8;color:#000;cursor:not-allowed}.popUp-button:hover{background:#fafafa}.select-container{margin-left:-15px;margin-top:15px;position:relative;width:100%}.select-input{align-items:center;background-color:#e8f0f8;border-radius:35px;color:#c1c1c1;cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-weight:medium;height:48px;justify-content:space-between;padding:0 25px;transition:all .1s ease-in-out;width:337px}.select-input.selected{background-color:#e8f0f8;color:#0067ff}.select-input.open{border-bottom-color:#0000;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:35px;border-top-right-radius:35px}.select-input.open .select-icon{transform:rotate(180deg)}.dropdown{background:#fff;border:2px solid #c1c1c160;border-bottom-left-radius:35px;border-bottom-right-radius:35px;border-top:none;left:0;list-style:none;margin:-2px 0 0;max-height:190px;overflow-y:auto;padding:0;position:absolute;scroll-behavior:smooth;scrollbar-width:none;top:100%;width:337px;z-index:10}.dropdown li{color:#000;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:400;padding:14px 25px;transition:background-color .1s ease}.dropdown li:hover{background-color:#f0f5fa}.placeholder{color:#c1c1c1;font-size:14px}.select-container.disabled .select-input{background-color:#fff;cursor:not-allowed;pointer-events:all!important}.select-input.selected:not(:placeholder-shown){background-color:#e8f0f8!important;font-family:Poppins;font-size:14px;font-weight:medium}.admin-card{background-color:#fff;border-radius:15px;box-shadow:0 0 8px #00000026;display:flex;flex-direction:column;height:auto;max-width:400px;max-width:369px;padding:16px}.admin-card-header{align-items:center;display:flex;justify-content:space-between}.admin-avatar{align-items:center;background-color:#0067ff;border-radius:50%;color:#fff;display:flex;font-size:20px;font-weight:700;height:55px;justify-content:center;width:55px}.admin-info{word-wrap:break-word;flex-grow:1;margin-left:15px;max-width:80%;overflow-wrap:break-word;white-space:normal}.admin-name{color:#000;font-family:Poppins;font-size:16px;font-weight:700}.admin-email{color:#5c5c5c;font-family:Poppins;font-size:14px;font-weight:400}.admin-delete img{cursor:pointer;height:18px;margin-bottom:30px;width:18px}.admin-footer{align-items:center;background-color:#e8f0f8;border-radius:0 0 15px 15px;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:400;justify-content:space-between;margin-top:28px;padding:12px 16px}.admin-footer span{margin-left:10px}.admin-footer img{margin-right:13px}.chevron-icon{transition:transform .3s ease}.rotated{transform:rotate(180deg)}.footer-button{background:#0000;border:none;margin:auto -16px -16px;padding:0;width:calc(100% + 32px)}.admin-assistants{max-height:250px;overflow-y:auto;padding:8px 8px 8px 0}.admin-assistants::-webkit-scrollbar{width:6px}.admin-assistants::-webkit-scrollbar-thumb{background-color:#aaa;border-radius:3px}.admin-expandable{max-height:0;overflow:hidden;transition:max-height .4s ease}.admin-expandable.expanded{margin-top:15px;max-height:500px;padding:0}.assistant-item{align-items:center;display:flex;gap:15px;height:100%;margin-bottom:15px;margin-top:2px}.assistant-item:hover{cursor:default}.area-icon{background-color:#e8f0f8;border-radius:50%;color:#fff;flex-shrink:0;font-size:20px;font-weight:700;height:60px;width:60px}.area-icon,.assistant-icon{align-items:center;display:flex;justify-content:center}.assistant-icon{height:30px;width:30px}.assistant-icon img,.assistant-icon svg{height:100%;object-fit:contain;width:100%}.assistant-desc{font-size:12px;line-height:18px;margin:0;max-height:36.8px;white-space:normal;word-break:break-word}.assistant-delete{cursor:pointer;height:25px;margin-left:auto;width:25px}.admin-card.expanded{height:auto}.popup-alert{bottom:160px;left:50%;position:absolute;transform:translateX(-50%);width:300px;z-index:1001}.popup-alert-content{align-items:center;animation:fadeIn .2s ease-out;background-color:#fff;border-left:3px solid;border-radius:8px;box-shadow:0 2px 8px #0003;display:flex;font-size:13px;padding:8px 12px}.popup-alert-content.error{background-color:#fff5f5;border-left-color:#f44}.popup-alert-content.success{background-color:#f0fff4;border-left-color:#4caf50}.popup-alert-icon{flex-shrink:0;font-size:16px;margin-right:8px}.popup-alert-text{flex-grow:1;font-family:Poppins;font-size:12px;font-weight:500;line-height:1.3}.popup-alert-content.error .popup-alert-text{color:#d63384}.popup-alert-content.success .popup-alert-text{color:#28a745}.popup-alert-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:16px;justify-content:center;margin-left:6px;padding:0;transition:background-color .2s;width:16px}.popup-alert-close:hover{background-color:#0000001a}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.loading-container{align-items:center;display:flex;height:100%;justify-content:center;width:1150px}.loading-spinner{animation:spin 1s linear infinite;border-radius:50%;border-top:4px solid #fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.add-user-modal{border-radius:1.25rem;box-shadow:0 4px 20px #0000004d;gap:1rem;left:50%;max-width:500px;padding-bottom:0;padding-top:8px;position:fixed;top:56%;transform:translate(-50%,-50%);width:409px;z-index:1100}.add-user-modal,.add-user-modal-small{background-color:#0067ff;color:#fff;display:flex;flex-direction:column;height:auto}.add-user-modal-small{border-radius:1rem 1rem;box-shadow:none;gap:20px;left:auto;position:relative;top:auto;transform:none;width:100%}.add-user-header{align-items:center;display:flex;font-size:16px;font-weight:600;justify-content:space-between;padding:13.5px 23px 0 28px}.add-user-header p{font-size:16px;font-weight:600;gap:5px}.close-button{cursor:pointer;height:15px;width:15px}.arrow-symbol{font-size:18px;line-height:1}.search-container-modal{background-color:#0067ff;position:relative}.publish-input-modal{height:43px;width:330px}.publish-input-modal,.publish-input-modal-small{background-color:#0067ff;border:1.5px solid #fff;border-radius:35px;color:#fff;font-size:16px;font-weight:500;line-height:24px;outline:none;padding:0 20px}.publish-input-modal-small{height:45px;width:300px}.users-options-list{align-self:stretch;max-height:300px;width:100%}.users-options-list,.users-options-list-small{display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:0 16px;scrollbar-width:none}.users-options-list-small{max-height:220px}.user-option{gap:.75rem;padding:20px}.user-option,.user-option-small{align-items:center;background:#ffffff0d;border-radius:0;cursor:pointer;display:flex;width:100%}.user-option-small{box-sizing:border-box;gap:.2rem;padding:5px 24px}.add-user-modal-small .user-option,.add-user-modal-small .user-option-small{margin-left:-16px;margin-right:-16px;width:calc(100% + 32px)}.users-options-list .user-option:not(.invalid):nth-child(odd){background:#0067ff}.users-options-list .user-option:not(.invalid):nth-child(2n){background:#005de9}.user-option .user-info{color:#fff;flex:1 1;padding:3px}.modal-admin-avatar{align-items:center;background:#ffffff26;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:600;height:36px;justify-content:center;width:36px}.user-option input[type=checkbox]{border-radius:50%;cursor:pointer;height:15px;width:15px}.user-name-small{font-size:.8rem}.user-add-level{color:#fff;font-size:.625rem;font-weight:300;letter-spacing:.05em;line-height:100%;padding-right:24px}.email-preview{border:1px dashed #ccc;opacity:.8}.email-preview-badge{background-color:#4caf50;border-radius:12px;color:#fff;font-size:12px;margin-left:auto;padding:3px 8px}.email-preview.invalid{background-color:#ebb1b1;border:2px solid #f44;color:#000}.custom-checkbox{align-items:center;display:flex;flex-direction:column;justify-content:center}.checkmark{background-color:#fff;border:2px solid #ccc;border-radius:50%;cursor:pointer;display:inline-block;height:20px;position:relative;width:20px}.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:5px}.voltar-lista{background:none;border:none;color:#e8f0f8;cursor:pointer;text-decoration:underline}.domain-warning{color:#000;font-size:12px;margin-top:5px}.white-button{height:43px;margin-bottom:20px;width:307px}.white-button,.white-button-small{align-items:center;background:#fff;border:none;border-radius:35px;color:#0067ff;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;font-weight:500;gap:10px;justify-content:center;text-align:center;transition:background-color .3s,color .3s;white-space:nowrap}.white-button-small{height:45px;width:300px}.white-button:hover{background-color:#f0f2f5}.checkbox-image{cursor:pointer;height:23px;width:23px}.checkbox-image-small{cursor:pointer;height:17px;width:17px}.change-status-modal-overlay{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.change-status-modal-content{background:var(--background-color);border-radius:1.3125rem;box-shadow:var(--background-shadow);display:flex;flex-direction:column;height:13rem;justify-content:space-between;padding:1.8125rem;text-align:center;width:20rem}.change-status-modal-icon{height:2.75rem;margin:0 auto;width:2.75rem}.change-status-modal-message{font-size:1rem;margin:.625rem 0}.change-status-modal-actions{display:flex;justify-content:space-around}.change-status-modal-button{align-items:center;background:#fff;border:none;border-radius:2.0625rem;cursor:pointer;display:flex;height:2.5rem;justify-content:center;padding:.875rem 0;width:6.4375rem}.change-status-modal-button.confirm{border:.125rem solid #000}.change-status-modal-button.confirm:hover{background-color:#f5f5f5}.change-status-modal-button.cancel{border:.125rem solid #ff4040}.change-status-modal-button.cancel:hover{background:#ff4040;color:#fff}.assistant-grid{grid-gap:40px 45px;align-items:start;display:grid;gap:40px 45px;grid-template-columns:repeat(3,1fr);height:30rem;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%}.assistant-card{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 4px 8px #0000001a;box-sizing:border-box;color:#000;display:flex;flex-direction:column;font-weight:700;justify-content:flex-start;overflow:visible;padding:20px 27px 0;position:relative;text-align:left;text-decoration:none;width:355px}.assistant-status-top{align-items:center;display:flex;gap:150px;justify-content:space-between}.status-text-small.active{color:#0067ff}.status-text-small{align-items:center;color:#666;display:flex;font-size:14px;gap:8px;margin-top:4px;width:90px}.assistant-header{align-items:center;display:flex;gap:15px;margin-top:16px}.modal-full-width{align-items:center;border-radius:12px;margin-left:-27px;margin-right:-27px;width:calc(100% + 54px)}.modal-center{flex-direction:column}.assistant-area,.modal-center{align-items:center;display:flex}.assistant-area{background-color:#e8f0f8;border-radius:50%;color:#fff;flex-shrink:0;font-size:20px;font-weight:700;height:75px;justify-content:center;width:75px}.assistant-icon img{height:40px;width:40px}.assistant-owner{align-items:center;display:flex;font-size:14px;justify-content:space-between;margin-bottom:20px;margin-top:20px;width:100%}.assistant-proprietario-info{align-items:center;display:flex;gap:5px;max-width:240px}.assistant-name,.assistant-proprietario-info{flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-name{color:#000;font-size:16px;font-weight:600;margin:0;max-width:100%;width:200px}.assistant-desc{-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;color:#5c5c5c;display:-webkit-box;font-size:14px;font-weight:300;min-height:2em;overflow:hidden;text-overflow:ellipsis}.assistant-owner span{color:#0067ff;font-weight:600}.proprietario{color:#007bff;flex-shrink:0;font-size:15px;white-space:nowrap}.proprietario,.proprietario-name{font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis}.proprietario-name{color:#000;font-size:14px;max-width:200px}.assistant-users-info{align-items:center;display:flex;flex-shrink:0;gap:10px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-actions{margin:15px 0;width:100%}.assistant-actions,.assistant-footer{align-items:center;display:flex;justify-content:space-between}.assistant-footer{color:#000;font-size:15px;font-weight:400;padding:0 12px}.assistant-footer img{padding-right:15px}.footer-expand{background:#e8f0f8;border:none;border-bottom-left-radius:15px;border-bottom-right-radius:15px;cursor:pointer;font-weight:500;height:50px;width:100%}.user-list{background:#fff;border-radius:8px;margin-top:8px;padding:10px}.search-wrapper{margin-bottom:10px;position:relative}.search-input{border:1px solid #ccc;border-radius:8px;padding:8px 36px 8px 12px;width:100%}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:18px}.user-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:8px 12px}.remove-user-btn{background:none;border:none}.input-assistants{display:flex;margin-bottom:10px;margin-top:15px;position:relative;width:280px}.modal-input-assistants{border:1px solid #ccc;border-radius:25px;font-size:14px;padding:10px 36px 10px 20px;width:100%}.modal-input-icon{height:16px;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:16px}.user-management-list{display:flex;flex-direction:column;max-height:192px;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:#ccc #0000;scrollbar-width:thin;width:100%}.user-management-list::-webkit-scrollbar{width:6px}.user-management-list::-webkit-scrollbar-track{background:#0000}.user-management-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.user-management-list::-webkit-scrollbar-thumb:hover{background:#999}.user-management-item{align-items:center;background-color:#f8f9fc;display:flex;height:50px;justify-content:space-between;padding:10px 15px;width:100%}.bg-white{background-color:#fff}.bg-gray{background-color:#f7f8fa}.user-info-assistant{color:#00284d;font-size:15px;font-weight:400;margin-left:10px;max-width:85%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-user-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;margin:0;min-width:24px;padding:4px;transition:transform .2s}.remove-user-button:hover{transform:scale(1.1)}.remove-user-button img{display:block;height:20px;margin-right:5px;width:20px}.assistant-addUser{align-items:center;display:flex;flex-direction:column;gap:15px;height:100%;margin-bottom:10px;margin-top:10px;width:100%}.addUser-btn,.admin-btn{background-color:#e8f0f8;border:none;border-radius:35px;color:#000;cursor:pointer;font-size:16px;font-weight:500;height:45px;width:290px}.footer-expand{margin-bottom:-20px;margin-left:-27px;margin-right:-27px;width:calc(100% + 54px)}.titulo-usuarios{margin-left:10px}.resource-grid{grid-gap:30px 20px;align-content:start;align-items:start;display:grid;gap:30px 20px;grid-template-columns:repeat(3,1fr);height:30rem;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:none;width:1150px}.resource-new{background-color:#6088c420;border:none;border-radius:15px;cursor:pointer;height:150px;max-width:400px}.resource-new:hover{background-color:#0067ff50}.resource-card{background-color:#fff;border-radius:15px;box-shadow:0 0 8px #00000026;display:flex;flex-direction:column;height:auto;max-width:369px;padding:16px}.resource-card-header{align-items:center;display:flex;justify-content:space-between}.resource-avatar{align-items:center;background-color:#0067ff;border-radius:50%;color:#fff;display:flex;font-size:20px;font-weight:700;height:55px;justify-content:center;width:55px}.resource-info{word-wrap:break-word;flex-grow:1;margin-left:15px;max-width:80%;overflow-wrap:break-word;white-space:normal}.resource-name{color:#000;font-family:Poppins;font-size:20px;font-weight:600;margin:0}.resource-delete img{cursor:pointer;height:18px;margin-bottom:30px;width:18px}.resource-footer{align-items:center;background-color:#e8f0f8;border-radius:0 0 15px 15px;color:#000;cursor:pointer;display:flex;font-size:16px;font-weight:400;justify-content:space-between;margin-top:28px;padding:12px 16px}.resource-footer.expanded{margin-top:0}.resource-footer span{margin-left:10px}.resource-footer img{margin-right:13px}.footer-btn{background:#0000;border:none;margin:auto -16px -16px;padding:0;width:calc(100% + 32px)}.resource-expanded-content{margin-top:5px;padding:16px}.cost-usage-section{margin-bottom:20px}.cost-wrapper{margin-bottom:25px;position:relative;width:auto}.cost-input{align-self:center;background-color:#f0f0f0;border:2px solid #c1c1c1;border-radius:15px;cursor:not-allowed;height:46px;padding-left:15px;padding-right:15px;width:295px}.cost-icon{cursor:not-allowed;height:20px;left:255px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.cost-dropdown{background:#fff;border-radius:15px;box-shadow:0 8px 24px #00000026;height:auto;left:0;position:absolute;top:100%;width:295px;z-index:1000}.country-list{background:#f8f8f8;border-radius:15px;gap:2px}.country-item,.country-list{display:flex;flex-direction:column}.country-item{background:#fff;position:relative;width:295px}.country-item:first-child{border-top-left-radius:15px;border-top-right-radius:15px}.country-item:last-child{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.country-item-content{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:8px 15px;width:100%}.country-left{align-items:center;cursor:pointer;display:flex;gap:10px}.country-radio{accent-color:#0067ff;-webkit-appearance:none;appearance:none;background-color:#fff;border:2px solid #c1c1c1;border-radius:4px;cursor:pointer;height:15px;position:relative;width:15px}.country-radio:checked{background-color:#0067ff;border-color:#0067ff}.country-radio:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:50%;position:absolute;top:45%;transform:translate(-50%,-50%) rotate(45deg);width:5px}.country-checkbox{accent-color:#0067ff;cursor:pointer;height:15px;width:15px}.country-name{color:#000;font-family:Poppins;font-size:14px}.country-arrow{cursor:pointer;height:13px;margin-right:8px;width:13px}.domain-panel{background:#f8f9fa;border:3px solid #e8f0f8;border-radius:14px;box-shadow:inset 0 2px 4px #0000001a;display:flex;flex-direction:column;height:auto;margin-left:25px;margin-right:15px;margin-top:6px;padding:0;position:static;width:calc(100% - 40px)}.domain-panel-item{align-items:center;background:#fff;border-bottom:1px solid #e8f0f8;display:flex;gap:8px;padding:10px 20px;transition:background-color .2s ease;width:100%}.domain-panel-item:hover{background:#f0f6ff}.domain-panel-item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.domain-panel-item:last-child{border-bottom:none;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.domain-panel-item input[type=checkbox]{accent-color:#0067ff;height:12px;width:12px}.domain-panel-item input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.domain-panel-item.disabled{background:linear-gradient(90deg,#e8f0f8,#f0f6ff);border-left:3px solid #0067ff;opacity:.7;pointer-events:none}.domain-panel-item.disabled .domain-panel-item-text{color:#0067ff;font-weight:500}.domain-panel-item label{cursor:pointer;-webkit-user-select:none;user-select:none}.domain-panel-item label,.domain-panel-item-text{color:#000;font-family:Poppins;font-size:12px}.domain-panel-item input[type=checkbox]{margin-right:8px}.model-section{margin-bottom:20px}.model-wrapper{position:relative;width:75%}.model-input{background-color:#e8f0f8;border:1px solid #c1c1c1;border-radius:10px;box-sizing:border-box;cursor:pointer;font-family:Poppins;font-size:14px;height:40px;width:100%}.model-input::placeholder{display:flex;font-family:Poppins,sans-serif}.model-input-save,.model-input::placeholder{color:#000;font-size:14px;font-weight:500;text-align:center}.model-input-save{background-color:#e8f0f8;border:none;border-radius:30px;box-sizing:border-box;cursor:pointer;display:block;font-family:Poppins;height:40px;margin:10px auto 0;width:150px}.model-input-save:disabled{background:#e8f0f8;color:#000;cursor:not-allowed;opacity:.7}.model-input-save:hover{background-color:#d0e4f7}.model-icon{height:16px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);width:16px}.model-dropdown{background:#fff;border:1px solid #c1c1c1;border-radius:8px;box-shadow:0 4px 12px #00000026;left:0;margin-top:4px;position:absolute;right:0;top:100%;z-index:1000}.model-selection-section{background:#e8f0f8;border:1px solid #c1c1c1;border-radius:15px;margin-bottom:15px;margin-top:8px;width:100%}.model-dropdown-header{align-items:center;border-bottom:1px solid #e5e5e5;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:12px 16px}.back-icon{cursor:pointer;height:16px;width:16px}.model-dropdown-header span{color:#000;flex:1 1;font-family:Poppins;font-size:14px;font-weight:500;margin-left:12px}.model-dropdown-list{max-height:200px;overflow-y:auto}.model-dropdown-item{align-items:center;border-bottom:1px solid #f0f0f0;cursor:pointer;display:flex;gap:12px;padding:12px 25px;transition:background-color .2s ease}.model-dropdown-item:hover{background-color:#d5dfe9}.model-dropdown-item:last-child{border-bottom:none;border-radius:0 0 8px 8px}.model-dropdown-name{color:#000;font-family:Poppins;font-size:14px;font-weight:400}.model-dropdown-item input[type=checkbox]{accent-color:#0067ff;cursor:pointer;height:16px;width:16px}.selected-models-section{margin-top:2px}.selected-models-tags{display:flex;flex-wrap:wrap;gap:8px}.selected-model-tag{align-items:center;background-color:#e8f0f8;border:1px solid #c1c1c1;border-radius:15px;color:#000;display:flex;font-family:Poppins;font-size:12px;font-weight:400;padding:4px 12px}.selected-model-tag button{background:none;border:none;color:#666;cursor:pointer;font-size:14px;line-height:1;margin-left:8px;padding:0}.cost-usage-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.cost-usage-header span{color:#000;font-family:Poppins;font-size:16px;font-weight:500}.resources-section{max-height:400px;overflow-y:auto;padding-right:5px;scrollbar-width:none}.resources-section::-webkit-scrollbar{width:6px}.resources-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.resources-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.resources-section::-webkit-scrollbar-thumb:hover{background:#0067ff}.resources-section h3{color:#000;font-family:Poppins;font-size:18px;font-weight:600;margin:0 0 15px}.resource-item{border:1px solid #c1c1c1;border-radius:15px;margin-bottom:15px;padding:16px}.resource-item.resource-item--activated *{cursor:not-allowed}.resource-item.resource-item--activated .selected-model-tag{margin-top:10px}.resource-item.resource-item--activated .remove-icon,.resource-item.resource-item--activated .toggle-label{cursor:pointer}.resource-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.resource-item-controls{align-items:center;display:flex;gap:2px}.remove-icon{cursor:pointer;height:24px;width:24px}.resource-item-name{color:#000;font-family:Poppins;font-size:16px;font-weight:500}.resource-fields{display:flex;flex-direction:column;gap:12px}.field-group{display:flex;gap:6px;justify-content:space-between}.field-group label,.resource-label{align-items:center;color:#666;display:flex;font-family:Poppins;font-size:14px;font-weight:400}.resource-input{background-color:#fff;border:1px solid #c1c1c1;border-radius:10px;font-family:Poppins;font-size:14px;padding:10px 12px}.resource-input:read-only{background-color:#e8f0f8;color:#666}.item-new{background-color:#6088c420;border:none;border-radius:15px;cursor:pointer;height:100px;width:300px}.item-new:hover{background-color:#0067ff50}.toggle-switch{display:inline-block;position:relative;width:40px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-label{background-color:#ccc;border-radius:20px;bottom:0;cursor:pointer;height:17px;left:0;position:absolute;right:0;top:2px;width:34px}.toggle-label:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:12px;left:5px;position:absolute;transition:.4s;width:12px}.toggle-switch input:checked+.toggle-label{background-color:#0067ff}.toggle-switch input:checked+.toggle-label:before{transform:translateX(14px)}.popup-overlay{align-items:center;-webkit-backdrop-filter:var(--high-blur);backdrop-filter:var(--high-blur);background:#00000080;bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vw;z-index:999}.popup-content{padding:25px;width:450px}.popup-content,.popup-content-resource{background:#fff;border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;height:auto}.popup-content-resource{padding:20px;width:380px}.popup-header-resource-row{margin-bottom:10px;width:100%}.popup-header-resource,.popup-header-resource-row{align-items:center;display:flex;justify-content:space-between}.popup-header-resource{color:#000;font-family:Poppins;font-size:22px;font-weight:600}.popup-resource-close-icon{align-items:center;cursor:pointer;display:flex;height:22px;margin-right:15px;width:22px}.popup-resource-close-icon:hover{cursor:pointer;transform:scale(1.1)}.popup-sub-header-resource{align-self:flex-start;color:#000;font-family:Poppins;font-size:16px;font-weight:500;margin-bottom:10px;margin-top:10px;padding:0 10px}.resource-list-popup-resource{display:flex;flex-direction:column;gap:12px;margin-bottom:25px;max-height:236px;overflow-y:auto;padding:0 10px;scrollbar-width:none;width:100%}.resource-item-popup-resource{align-items:center;background-color:#f4f8fb;border-radius:15px;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:space-between;padding:0 20px;width:100%}.resource-name-popup-resource{color:#000;font-family:Poppins;font-size:16px;font-weight:500;-webkit-user-select:none;user-select:none}.selection-checkbox-resource{accent-color:#0067ff;cursor:pointer;height:20px;width:20px}.popup-resource-button-save-resource{align-items:center;background:#e8f0f8;border:none;border-radius:10px;color:#000;cursor:pointer;display:flex;font-family:Poppins;font-size:16px;font-weight:500;height:45px;justify-content:center;margin-top:auto;transition:background-color .2s ease,opacity .2s ease;width:100%}.popup-resource-button-save-resource:disabled{background:#e8f0f8;color:#000;cursor:not-allowed;opacity:.7}.popup-header-row{margin-bottom:20px;width:100%}.popup-header,.popup-header-row{align-items:center;display:flex;justify-content:space-between}.popup-header{color:#000;font-family:Poppins;font-size:22px;font-weight:600}.popup-close-icon{align-items:center;cursor:pointer;display:flex;height:22px;margin-right:5px;width:22px}.popup-close-icon:hover{cursor:pointer;transform:scale(1.1)}.popup-form-group{display:flex;flex-direction:column;margin-bottom:20px}.popup-form-group label{color:#000;font-family:Poppins;font-size:16px;font-weight:500}.popup-select-group,.select-group{position:relative;width:100%}.popup-input{border:1px solid #c1c1c1;border-radius:10px;box-sizing:border-box;cursor:auto;font-family:Poppins;font-size:14px;height:46px;padding-left:15px;padding-right:45px;width:100%}.popup-input::placeholder{color:#999}.select-img{right:15px}.popup-select-img,.select-img{height:20px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.popup-select-img{cursor:pointer;right:20px}.popup-sub-header{align-self:flex-start;color:#000;font-family:Poppins;font-size:16px;font-weight:500;margin-bottom:10px;margin-top:5px}.resource-list-popup{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;max-height:310px;overflow-y:auto;scrollbar-width:none;width:100%}.resource-item-popup{align-items:center;background-color:#f4f8fb;border-radius:15px;box-sizing:border-box;cursor:pointer;display:flex;flex-shrink:0;height:50px;justify-content:space-between;padding:0 15px;width:100%}.resource-name-popup{color:#000;font-family:Poppins;font-size:16px;font-weight:500;-webkit-user-select:none;user-select:none}.selection-checkbox{accent-color:#0067ff;cursor:pointer;height:20px;width:20px}.popup-resource-button-save{align-items:center;background:#e8f0f8;border:none;border-radius:10px;color:#000;cursor:pointer;display:flex;font-family:Poppins;font-size:16px;font-weight:500;height:45px;justify-content:center;margin-top:auto;transition:background-color .2s ease,opacity .2s ease;width:100%}.popup-resource-button-save:disabled{background:#e8f0f8;color:#000;cursor:not-allowed;opacity:.7}.popup-resource-button-save:hover:not(:disabled){background:#d0e4f7}.popup-dropdown{background:#fff;border:1px solid #c1c1c1;border-radius:10px;border-top-right-radius:10px;box-shadow:0 8px 24px #00000026;height:auto;left:0;position:absolute;top:100%;width:100%;z-index:1000}.popup-country-list{background:#f8f8f8;border-radius:10px;display:flex;flex-direction:column;gap:2px}.popup-country-item{background:#fff;display:flex;flex-direction:column;position:relative;width:100%}.popup-country-item:first-child{border-top-left-radius:10px;border-top-right-radius:10px}.popup-country-item:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.popup-country-item-content{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:10px 10px 10px 15px;width:100%}.popup-country-left{align-items:center;cursor:pointer;display:flex;gap:10px}.popup-country-radio{accent-color:#0067ff;-webkit-appearance:none;appearance:none;background-color:#fff;border:2px solid #c1c1c1;border-radius:4px;cursor:pointer;height:15px;position:relative;width:15px}.popup-country-radio:checked{background-color:#0067ff;border-color:#0067ff}.popup-country-radio:checked:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:8px;left:55%;position:absolute;top:40%;transform:translate(-50%,-50%) rotate(45deg);width:4px}.popup-country-name{color:#000;font-family:Poppins;font-size:15px;font-weight:400}.popup-country-arrow{cursor:pointer;height:13px;margin-right:8px;width:13px}.popup-domain-panel{background:#f8f9fa;border:3px solid #e8f0f8;border-radius:8px;box-shadow:inset 0 2px 4px #0000001a;display:flex;flex-direction:column;height:auto;margin-bottom:8px;margin-left:21px;margin-right:15px;padding:0;position:static;width:calc(100% - 40px)}.popup-domain-panel-item{align-items:center;background:#fff;border-bottom:1px solid #e8f0f8;display:flex;gap:8px;padding:10px 20px;transition:background-color .2s ease;width:100%}.popup-domain-panel-item:hover{background:#f0f6ff}.popup-domain-panel-item:first-child{border-top-left-radius:6px;border-top-right-radius:6px}.popup-domain-panel-item:last-child{border-bottom:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px}.popup-domain-panel-item input[type=checkbox]{accent-color:#0067ff;height:12px;width:12px}.popup-domain-panel-item input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.popup-domain-panel-item.disabled{background:linear-gradient(90deg,#e8f0f8,#f0f6ff);border-left:3px solid #0067ff;opacity:.7;pointer-events:none}.popup-domain-panel-item.disabled .popup-domain-panel-item-text{color:#0067ff;font-weight:500}.popup-domain-panel-item-text{color:#000;font-family:Poppins;font-size:12px}.input-error{border:1px solid #ff4136!important;border-radius:10px;transition:border-color .1s ease}.resource-list-popup.input-error{border-radius:15px}.selected-domains-section{margin-bottom:15px;margin-top:0}.selected-domains-header{color:#333;font-size:14px;margin-bottom:10px}.selected-domains-tags{display:flex;flex-wrap:wrap;gap:8px}.selected-tag{align-items:center;background-color:#0067ff85;border:1px solid #0067ff;border-radius:15px;color:#fff;display:flex;font-size:13px;font-weight:400;padding:4px 12px}.selected-tag button{background:none;border:none;color:#fff;cursor:pointer;font-size:14px;line-height:1;margin-left:8px;padding:0}.automation-body{display:flex;flex-direction:row;height:calc(100vh - 100px);max-width:100%;overflow:hidden}.automation-margem{align-items:center;background-color:var(--background-color);border-radius:.94rem;display:flex;flex-direction:row;gap:var(--small-margin);margin:0 var(--big-margin) var(--medium-margin) var(--big-margin);min-width:0;width:100%}.automation-upload{align-items:center;gap:5px;justify-content:left;padding:15px 0 15px 15px}.automation-results,.automation-upload{display:flex;flex-direction:column;height:100%}.automation-results{flex:1 1;gap:20px;min-height:0;min-width:0;padding:15px;width:100%}.result-section{border:1px solid #ddd;border-radius:10px;display:flex;flex-direction:column;height:50%}.section-header{align-items:center;background:#f7f9fc;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:8px 12px}.section-content{display:block;flex:1 1;overflow-x:auto;overflow-y:auto;padding:5px}.section-content textarea{background:#0000;border:none;height:100%;outline:none;resize:none;width:100%}.file-list-andre{display:flex;flex-direction:column;gap:10px;height:150px;margin-bottom:7.5px;margin-top:15px;max-height:200px;overflow-y:auto;padding-right:4px;width:100%}.table-wrapper{margin-top:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:6px;width:100%}.chat-table{background:#fff;border:1px solid #ddd;border-collapse:collapse;width:-webkit-max-content;width:max-content}.chat-table th{background:#f2f2f2;font-weight:700;padding:8px 12px;text-align:left}.chat-table td,.chat-table th{border:1px solid #ddd;white-space:nowrap}.chat-table td{padding:6px 10px}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:4px}.table-wrapper::-webkit-scrollbar-track{background:#0000}
/*# sourceMappingURL=main.6a1ede13.css.map*/