.ErrorPage-module_errorPage-ad92f{align-items:center;display:flex;flex-direction:column;margin:25px auto;text-align:center;width:500px}.ForbiddenPage-module_container-b8fdf{align-items:center;background:linear-gradient(to bottom right,#fff,#fc8a9a);display:flex;font-size:1.2rem;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.ForbiddenPage-module_error-ff000{color:#333;font-family:Arial,sans-serif;text-align:center}.ForbiddenPage-module_error-ff000 h1,.ForbiddenPage-module_error-ff000 h2,.ForbiddenPage-module_error-ff000 p{margin:0}.ForbiddenPage-module_error-ff000 h1{margin-bottom:.5rem}.ForbiddenPage-module_error-ff000 h2{margin-bottom:1rem}.ForbiddenPage-module_error-ff000 p{line-height:1.6;margin-bottom:.5rem}.ForbiddenPage-module_infoText-f7ea7{font-size:.9rem}.Card-module_card-aebd7{align-items:center;background-color:#fff;border:1px solid #e4e5e7;border-radius:5px;box-shadow:0 12px 3px 0 #0000;display:flex;min-height:100px;padding:24px}.Collapsible-module_trigger-db7af{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-family:inherit;font-weight:300;justify-content:center;margin:0;outline:none;padding:0;text-rendering:inherit}.Collapsible-module_content-ef65e{overflow:hidden}.Collapsible-module_content-ef65e[data-state=open]{animation:Collapsible-module_slide-down-dc818 .1s ease-out}.Collapsible-module_content-ef65e[data-state=closed]{animation:Collapsible-module_slide-up-f54c5 .1s ease-out}@keyframes Collapsible-module_slide-down-dc818{0%{height:0}to{height:var(--radix-collapsible-content-height)}}@keyframes Collapsible-module_slide-up-f54c5{0%{height:var(--radix-collapsible-content-height)}to{height:0}}.DialogComponents-module_content-f8461{background-color:#fff;border-radius:20px;box-shadow:0 5px 22px 0 #0000001f;color:var(--gds-sys-color-text-default);font-family:var(--gds-font-ui-stack);left:50%;max-height:85vh;max-width:80vw;min-height:100px;min-width:300px;position:fixed;top:50%;transform:translate(-50%,-50%)}.DialogComponents-module_overlay-b697d{background-color:#fff;bottom:0;left:0;opacity:.7;position:fixed;right:0;top:0}.DialogComponents-module_overlay-b697d[data-state=open]{animation:DialogComponents-module_fade-in-d32f2 .2s ease-out}.DialogComponents-module_overlay-b697d[data-state=closed]{animation:DialogComponents-module_fade-out-aba55 .2s ease-in}@keyframes DialogComponents-module_fade-in-d32f2{0%{opacity:0}}@keyframes DialogComponents-module_fade-out-aba55{to{opacity:0}}.DialogComponents-module_footer-c370d,.DialogComponents-module_header-d0205{align-items:center;display:flex;gap:8px;min-height:50px;padding:16px}.DialogComponents-module_header-d0205{border-bottom:1px solid var(--gray-200,#d3d3d3);justify-content:space-between}.DialogComponents-module_footer-c370d{border-top:1px solid var(--gray-200,#d3d3d3);justify-content:flex-end}.DialogComponents-module_title-cceb2{font-size:1.125rem;font-weight:700;margin:0;padding:0}.DialogComponents-module_body-cb052{padding:16px}.DialogComponents-module_close-c51b3.DialogComponents-module_close-c51b3{all:unset;align-items:center;border-radius:50%;cursor:pointer;display:flex;justify-content:center;outline:none;transition:all .1s ease-in-out}.DialogComponents-module_close-c51b3.DialogComponents-module_close-c51b3:active,.DialogComponents-module_close-c51b3.DialogComponents-module_close-c51b3:focus,.DialogComponents-module_close-c51b3.DialogComponents-module_close-c51b3:focus-visible{outline:none}.DropdownMenu-module_content-a6a19{background-color:#fff;border:1px solid #e4e5e7;border-radius:5px;box-shadow:0 5px 22px 0 #00000021;overflow:hidden}.DropdownMenu-module_iconItem-f688e{--gds-svg-main:#8d8c9b;align-items:center;background-color:#fff;color:#8d8c9b;display:flex;font-weight:600;gap:8px;min-height:48px;min-width:200px;padding:12px;-webkit-user-select:none;user-select:none}.DropdownMenu-module_iconItem-f688e:hover{background-color:#fbfbfb;cursor:pointer}.DropdownMenu-module_iconItem-f688e:focus-visible{outline:none}.DropdownMenu-module_iconItem-f688e[data-disabled=true]{color:#e4e5e7;cursor:not-allowed}.DropdownMenu-module_iconItem-f688e[data-disabled=true] svg{--gds-svg-main:#e4e5e7}.DropdownMenu-module_iconItem-f688e[data-disabled=true] span{color:#e4e5e7}.DropdownMenu-module_iconItem-f688e[data-warning=true]{--gds-svg-main:#f16f91;color:#f16f91}.DropdownMenu-module_iconItem-f688e[data-warning=true] span{color:#f16f91}.DropdownMenu-module_separator-bc4de{background-color:#f0f1f2;height:1px}.InlineEditable-module_container-ed6fe{display:inline-grid;font-family:var(--gds-font-ui-stack);font-size:1rem;font-weight:700;min-width:200px}.InlineEditable-module_container-ed6fe input,.InlineEditable-module_container-ed6fe:after{font-family:inherit;font-size:inherit;font-weight:inherit;grid-area:1/2;letter-spacing:normal;max-width:inherit;min-width:inherit;padding:5px;resize:none;width:inherit}.InlineEditable-module_container-ed6fe:after{content:attr(data-value) "";visibility:hidden;white-space:pre-wrap}.InlineEditable-module_inlineEditable-d5d14{border:none;border-radius:4px;outline:none;padding:0;text-overflow:ellipsis;transition:box-shadow .2s ease-in-out}.InlineEditable-module_inlineEditable-d5d14:hover{box-shadow:0 0 0 2px #d3d3d3}.InlineEditable-module_inlineEditable-d5d14:focus{box-shadow:0 0 0 2px var(--purple-500,purple)}.InlineEditable-module_inlineEditable-d5d14:invalid{box-shadow:0 0 0 2px var(--red-500,red)}.RadioGroup-module_root-bfff6{display:flex;flex-direction:column;gap:8px}.RadioGroup-module_item-c0d06{background:none;border:3px solid #8d8c9b;border-radius:100%;height:18px;margin:0;min-height:18px;min-width:18px;padding:0;width:18px}.RadioGroup-module_item-c0d06[data-state=checked]{background-color:#7357ff;border-color:#0000}.RadioGroup-module_item-c0d06:hover{border-color:#595868}.RadioGroup-module_item-c0d06:hover[data-state=checked]{background-color:#4b39a6;border-color:#0000}.RadioGroup-module_item-c0d06[data-disabled=""]{border-color:#c2c1c9}.RadioGroup-module_item-c0d06[data-state=checked][data-disabled=""]{background-color:#c2c1c9;border-color:#0000}.RadioGroup-module_item-c0d06:focus{outline:2px solid #231a4d;outline-offset:2px}.RadioGroup-module_indicator-b5e10{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.RadioGroup-module_indicator-b5e10:after{background-color:#fff;border-radius:50%;content:"";display:block;height:65%;width:65%}.AddToolsDialog-module_zIndex-f1714{z-index:1}.AddToolsDialog-module_body-e46db{display:flex;flex-direction:column;gap:8px;height:330px;overflow:scroll;width:800px}.AddToolsDialog-module_toolCard-e7b4b.AddToolsDialog-module_toolCard-e7b4b{box-shadow:none;justify-content:space-between}.AiGeneratedButton-module_self-c6ef2 svg{color:#8d8c9b}.AiGeneratedButton-module_self-c6ef2:hover{background-color:#f5f6f7}.AiGeneratedButton-module_self-c6ef2[data-ishidden=true]{visibility:hidden}.AiGeneratedButton-module_self-c6ef2[data-enabled=true] path{fill:#ff9a4c}.BotButton-module_botButton-e098b.BotButton-module_botButton-e098b{align-items:center;background-color:#fff;border:2px solid var(--purple-300,#d3d3d3);border-radius:24px;display:flex;gap:10px;min-height:40px;padding:4px 20px 4px 4px}.BotButton-module_botButton-e098b.BotButton-module_botButton-e098b:active,.BotButton-module_botButton-e098b.BotButton-module_botButton-e098b:focus,.BotButton-module_botButton-e098b.BotButton-module_botButton-e098b:hover{background-color:var(--gray-200,#d3d3d3)}.BotButton-module_text-d0b1e{font-weight:700}.EmptyListPlaceholder-module_placeholderContainer-ad2f4{align-items:center;display:flex;flex-direction:column;max-width:335px}.EmptyListPlaceholder-module_placeholderContainer-ad2f4 h3{margin:0}.EmptyListPlaceholder-module_placeholderContainer-ad2f4 p{margin:10px;text-align:center}.EmptyListPlaceholder-module_placeholderContainer-ad2f4 a{color:#7357ff;font-weight:700}.KnowledgeBaseHeader-module_inlineEditable-b2b8a{min-width:100px}.KnowledgeBaseListHeader-module_header-a6e13{align-items:center;display:flex;height:72px}.KnowledgeBaseListHeader-module_text-fb2ae{font-size:.875rem;font-weight:600}.KnowledgeBaseListHeader-module_rightPart-e734f{align-items:center;display:flex;gap:8px;margin-left:auto}.KnowledgeBaseListHeader-module_dropdownContent-ec92a{width:var(--radix-dropdown-menu-trigger-width,100%)}.KnowledgeBaseListHeader-module_qnaIcon-f18b5{--gds-svg-main:var(--purple-700)}.KnowledgeBaseListHeader-module_chatIcon-b062f{--gds-svg-main:var(--green-500)}.KnowledgeBaseListHeader-module_textIcon-f1952{--gds-svg-main:var(--yellow-500)}.KnowledgeBaseListItem-module_listItem-fad88{background-color:#fff;border-color:#e4e5e7;border-radius:5px;border-width:1px;display:flex;height:74px;justify-content:space-between}.KnowledgeBaseListItem-module_link-af3f6{align-items:center;display:flex;flex-grow:1;font-family:var(--gds-font-ui-stack);font-size:1rem;font-weight:700;gap:10px;height:100%;max-width:90%;overflow:hidden;padding-left:25px}.KnowledgeBaseListItem-module_dropdownContainer-d69da{align-items:center;display:flex;justify-content:center;width:70px}.KnowledgeBaseListItem-module_languages-e91fa{color:#5d5c61;font-size:.875rem;font-weight:400}.KnowledgeBaseListItem-module_qnaIcon-ad619{color:var(--purple-700);display:flex;flex-shrink:0}.KnowledgeBaseListItem-module_chatIcon-d8810{color:var(--green-500)}.KnowledgeBaseListItem-module_textIcon-c180c{color:var(--yellow-500)}.KnowledgeBaseListItem-module_knowledgeBaseName-cbdea{display:inline-block;max-width:80%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TextArea-module_textArea-d039d{background-color:var(--gds-sys-color-layer-softest);border:1px solid var(--gds-sys-color-border-dim);border-radius:5px;font-size:.875rem;line-height:1.5;min-height:10rem;overflow-y:auto;padding:15px;resize:none;transition:background .3s ease-in,border-color .3s ease-in}.TextArea-module_textArea-d039d:disabled{background-color:var(--gds-sys-color-layer-interactive-disabled)}.TextArea-module_textArea-d039d:enabled::placeholder{color:var(--gds-sys-color-text-dim)}.TextArea-module_textArea-d039d:enabled:hover{border-color:var(--gds-sys-color-border-interactive-hover)}.TextArea-module_textArea-d039d:enabled:active,.TextArea-module_textArea-d039d:enabled:focus{border-color:var(--gds-sys-color-border-interactive-hover);outline:none}.TextArea-module_readOnly-dba13{pointer-events:none}.TextArea-module_readOnly-dba13:active,.TextArea-module_readOnly-dba13:focus,.TextArea-module_readOnly-dba13:hover{border-color:var(--gds-sys-color-border-dim)}.KnowledgeBaseSettings-module_self-a765b{overflow-y:auto;padding:20px}.KnowledgeBaseSettings-module_paragraph-b4605{margin:8px 0}.KnowledgeBaseSettings-module_buttonContainer-d0308{display:flex;gap:10px}.KnowledgeBaseSettings-module_fileInput-d199d{display:none}.KnowledgeBaseSettings-module_confidenceSlider-c3e51.KnowledgeBaseSettings-module_confidenceSlider-c3e51{flex:1;margin-right:8px;margin-top:20px}.KnowledgeBaseSettings-module_confidenceTextField-f83b9{margin-left:8px;width:80px}.KnowledgeBaseSettings-module_horizontalLine-c8542{margin-left:-20px;width:calc(100% + 40px)}.KnowledgeBaseSettings-module_sectionContainer-e2f02{align-items:stretch;display:flex;flex-direction:column;margin-bottom:16px}.KnowledgeBaseSettings-module_confidenceSliderContainer-ac501{border:1px solid #e4e5e7;border-radius:5px;display:flex;padding:16px}.KnowledgeBaseSettings-module_nameTextField-c5090.KnowledgeBaseSettings-module_nameTextField-c5090{width:100%}.KnowledgeBaseSettings-module_descriptionText-cbe22,.KnowledgeBaseSettings-module_smallHeader-de010{margin-bottom:8px}.KnowledgeBaseSettings-module_instructionSection-b26ad{display:flex;flex-direction:column;gap:16px;margin-bottom:16px;width:100%}.KnowledgeBaseSettings-module_textArea-e704b{height:90px;max-height:122px;width:100%}.SelectBotButton-module_botButton-eb14d.SelectBotButton-module_botButton-eb14d{align-items:center;background-color:#fff;border:2px solid var(--gray-500,#d3d3d3);border-radius:24px;color:var(--purple-500,#000);display:flex;gap:10px;min-height:44px;padding:4px 20px 4px 10px}.SelectBotButton-module_botButton-eb14d.SelectBotButton-module_botButton-eb14d:active,.SelectBotButton-module_botButton-eb14d.SelectBotButton-module_botButton-eb14d:focus,.SelectBotButton-module_botButton-eb14d.SelectBotButton-module_botButton-eb14d:hover{background-color:var(--gray-200,#d3d3d3)}.SelectBotButton-module_text-b48e7{font-weight:700}.SelectBotDialog-module_content-b0ac9{width:524px}.SelectBotDialog-module_content-b0ac9 p{font-weight:400}.SelectBotDialog-module_subHeader-ffbf1{font-size:1rem;margin-bottom:1rem;margin-top:1rem}.SelectBotDialog-module_selectedList-d594d{display:flex;flex-wrap:wrap;gap:10px;min-height:30px}.SelectBotDialog-module_botItem-c312c{align-items:center;background-color:var(--gray-300,#d3d3d3);border-radius:4px;color:var(--gray-900,gray);display:flex;font-size:.8rem;height:24px;padding-left:8px}.SelectBotDialog-module_botItem-c312c button{color:var(--gray-800,gray);height:24px;width:24px}.SelectBotDialog-module_availableBotsHeader-ad034{font-size:1rem;margin-top:24px}.SelectBotDialog-module_availableList-d32ac{border:1px solid var(--gray-300,#d3d3d3);border-radius:5px;display:flex;flex-direction:column;height:240px;overflow-y:auto}.SelectBotDialog-module_availableBotItem-ace15{border-top:1px solid var(--gray-300,#d3d3d3);outline:none}.SelectBotDialog-module_availableBotItem-ace15:first-child{border-top:none}.SelectBotDialog-module_availableBotItem-ace15:last-child{border-bottom:1px solid var(--gray-300,#d3d3d3)}.SelectBotDialog-module_availableBotItemButton-a051e.SelectBotDialog-module_availableBotItemButton-a051e{background-color:#fff;border:none;display:flex;font-size:1rem;font-weight:700;height:100%;outline:none;padding:16px;width:100%}.SelectBotDialog-module_availableBotItemButton-a051e.SelectBotDialog-module_availableBotItemButton-a051e:focus,.SelectBotDialog-module_availableBotItemButton-a051e.SelectBotDialog-module_availableBotItemButton-a051e:hover{background-color:var(--gray-200,#d3d3d3)}@keyframes SelectBotDialog-module_fade-in-bc71b{0%{opacity:0}}@keyframes SelectBotDialog-module_fade-out-ebe6f{to{opacity:0}}.Span-module_self-c9220{font-weight:600}.VariableChip-module_self-d1fd7{align-items:center;background-color:#ffdc24;border-radius:4px;display:flex;font-weight:600;padding:2px 4px}.SuggestionMenu-module_self-da207{background-color:#fff;border-radius:5px;box-shadow:0 5px 22px 0 #00000021;display:flex;gap:10px;left:0;min-height:60px;padding:16px;position:absolute;top:0;width:-webkit-min-content;width:min-content}.SlateEditable-module_self-ddf58{align-items:center;display:flex;flex-wrap:wrap;height:100%;min-height:40px;outline:none;padding-left:2px;padding-right:2px}.SlateEditable-module_self-ddf58 div[contenteditable=false]{margin-left:3px;margin-right:3px}.SlateField-module_body-d2bd3{min-width:200px;position:relative;transition:all .2s ease;width:100%}.SlateField-module_body-d2bd3 span [data-slate-zero-width=n]{display:inline-block;min-width:1px}.styles-module_swapTypeContainer-a37b7{align-items:center;display:flex;gap:16px;padding:8px}.styles-module_icon-eb4f6{flex-shrink:0;height:24px;width:24px}.styles-module_swapTypeButton-dd34e{align-items:center;border-radius:50%;display:flex;padding:8px}.styles-module_swapTypeButton-dd34e:active,.styles-module_swapTypeButton-dd34e:hover{background-color:var(--gds-sys-color-layer-pressed)}.styles-module_addQnADropdown-e4c07{--gds-svg-main:var(--gds-sys-color-layer-primary-default);width:235px}.DeleteInteractionDialog-module_footer-d1050,.InteractionsSettinsDialog-module_footer-e8b5b{display:flex;justify-content:space-between}.InteractionsSettinsDialog-module_textFieldContainer-e4fc8{align-items:center;display:flex;gap:8px}.InteractionsSettinsDialog-module_textFieldContainer-e4fc8 .giosg-textfield{width:250px}.InteractionsSettinsDialog-module_body-ae972{display:flex;flex-direction:column;gap:28px;min-width:588px}.InteractionsSettinsDialog-module_bodyItem-dc9e0{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.InteractionsSettinsDialog-module_buttonContainer-c32ad{align-items:center;display:flex;gap:8px}.TextualAnswer-module_rowItemTrashIcon-e7939.TextualAnswer-module_rowItemTrashIcon-e7939{opacity:0;transition:all .2s ease-in-out}.TextualAnswer-module_answerRow-b3fea{align-items:center;border-bottom:1px solid var(--gds-sys-color-border-dim);border-top:1px solid var(--gds-sys-color-border-dim);display:flex;gap:16px;padding:8px 16px;transition:all .2s ease-in-out}.TextualAnswer-module_answerRow-b3fea:hover .TextualAnswer-module_rowItemTrashIcon-e7939{opacity:1}.TextualAnswer-module_answerRow-b3fea:has(>[data-focused=true]),.TextualAnswer-module_answerRow-b3fea:has(>textarea:focus){border-color:var(--gds-sys-color-border-interactive-active)}.TextualAnswer-module_fallBackAnswer-e292b{align-items:start;border:none;flex-direction:column;gap:8px;padding:0}.TextualAnswer-module_fallBackItem-f234f{padding-left:0;padding-right:0}.TextualAnswer-module_firstItem-ee94f{border-top:none}.TextualAnswer-module_slateEditor-d657b{flex-grow:1}.TextualAnswer-module_buttonList-d107d{display:flex;gap:8px}.TextualAnswer-module_botPanelButtonList-baf07{align-items:center;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);justify-items:stretch}.TextualAnswer-module_customButton-a3875.TextualAnswer-module_customButton-a3875{--gds-svg-main:var(--gds-sys-color-text-interactive-default);align-items:center;border:1px solid var(--gds-sys-color-border-default);border-radius:4px;color:var(--gds-sys-color-text-interactive-default);display:flex;font-weight:600;gap:8px;padding:4px 12px 4px 4px;transition:all .1s ease-in-out}.TextualAnswer-module_customButton-a3875.TextualAnswer-module_customButton-a3875:hover{background-color:var(--gds-sys-color-layer-hover);border-color:var(--gds-sys-color-border-interactive-focused)}.TextualAnswer-module_customButton-a3875.TextualAnswer-module_customButton-a3875:active{background-color:var(--gds-sys-color-layer-pressed);border-color:var(--gds-sys-color-border-interactive-active)}.TextualAnswer-module_customButton-a3875.TextualAnswer-module_customButton-a3875:focus-visible{border-color:var(--gds-sys-color-border-interactive-active);outline:2px solid var(--gds-sys-color-border-interactive-focused);outline-offset:2px}.TextualAnswer-module_icon-afef6{min-height:24px;min-width:24px}.TextualAnswer-module_selectInteractionDropdown-f4a6a{flex:1;height:34px}.TextualAnswer-module_dropdownContent-fe556{z-index:10}.TextualAnswer-module_dropdownContent-fe556 svg{--gds-svg-main:var(--gds-sys-color-icon-interactive-default)}.AfterAnswering-module_afterAnswerRow-b7527{align-items:center;border-bottom:1px solid var(--gds-sys-color-border-dim);border-top:1px solid var(--gds-sys-color-border-dim);display:flex;gap:16px;padding:8px 16px;transition:all .2s ease-in-out}.AfterAnswering-module_afterAnswerRow-b7527:hover .AfterAnswering-module_rowItemTrashIcon-b1cfb{opacity:1}.AfterAnswering-module_icon-d3f25{display:flex;flex-shrink:0}.AfterAnswering-module_middlePart-a9b85{display:flex;flex-direction:column;flex-grow:1;gap:16px;overflow:hidden}.AfterAnswering-module_afterAnswerDropdown-d82f1{height:34px;width:100%}.AfterAnswering-module_rowItemTrashIcon-b1cfb.AfterAnswering-module_rowItemTrashIcon-b1cfb{opacity:0;transition:all .2s ease-in-out}.AfterAnswering-module_availableAgent-f8fa2{border:1px solid var(--gds-sys-color-border-dim);border-radius:var(--gds-sys-radius-4-xs);display:flex;flex-direction:column;padding:16px}.AfterAnswering-module_multiselectDropdown-d1db0{width:100%}.AfterAnswering-module_multiselectDropdown-d1db0 .giosg-dropdown__control,.AfterAnswering-module_multiselectDropdown-d1db0 .giosg-dropdown__menu{width:inherit}.ToolAnswerCard-module_toolCard-dc416{box-shadow:none}.ToolAnswerCard-module_toolCard-dc416:hover [data-trash]{opacity:1}.ToolAnswerCard-module_trashButton-bbfd9{opacity:0;transition:opacity .2s}.ToolAnswerCard-module_buttonSection-ba8fd{display:flex;flex:1;justify-content:flex-end}.ToolAnswerItem-module_toolAnswerBody-eff96{align-items:center;display:flex;flex-direction:row;gap:16px;padding:12px 16px}.ToolAnswerItem-module_toolIcon-f89d5{align-items:center;display:flex;flex:0 0 auto;height:48px;justify-content:center;width:48px}.ToolAnswerItem-module_toolForm-d8221{display:flex;flex:1 1 auto;flex-direction:column;max-width:100%;min-width:0}.ToolAnswerItem-module_toolsLabel-d9a16{margin-bottom:4px;margin-top:8px}.ToolAnswerItem-module_toolList-ce7de{display:flex;flex-direction:column;gap:8px}.DeleteAnswerItemDialog-module_footer-b8c44{display:flex;justify-content:space-between}.DeleteAnswerItemDialog-module_dialogBody-d3286{z-index:2}.AggregateStats-module_aggStatsContainer-c6d9a{align-items:center;display:flex;gap:8px}.AggregateStats-module_aggStatsItem-ea607{align-items:center;display:flex;gap:4px}.SourceItemShared-module_upperPart-c31f4{align-items:center;background-color:#fff;border-radius:5px;display:flex;height:56px;justify-content:space-between;padding:0 12px;width:100%}.SourceItemShared-module_textField-ce9f4.SourceItemShared-module_textField-ce9f4{width:100%}.SourceItemShared-module_counter-f9937{color:var(--gray-6000,gray);font-weight:600;margin-left:auto;margin-right:16px;white-space:nowrap}.SourceItemShared-module_content-ba3f1{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:1px solid var(--gray-300,#d3d3d3);display:flex;flex-direction:column;padding:16px 20px 16px 12px;width:100%}.SourceItemShared-module_icon-b33df{color:var(--gray-800,#8d8c9b);margin-left:12px;margin-right:6px;min-height:24px;min-width:24px}.SourceItemShared-module_sectionHeader-e69a9{font-size:.75rem;font-weight:600;margin-bottom:12px;margin-top:0}.SourceItemShared-module_title-a924e{color:var(--gray-1000,#000);font-weight:600;margin-left:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SourceItemShared-module_triggerButton-c5e27{border-radius:50%;height:40px;margin-right:20px;min-width:40px;transition:all .2s ease-in-out;width:40px}.SourceItemShared-module_triggerButton-c5e27 svg{fill:var(--gray-800,gray)}.SourceItemShared-module_triggerButton-c5e27:hover{background-color:#f7f5ff}.SourceItemShared-module_triggerButton-c5e27[data-state=open]{transform:rotate(180deg)}.SourceItemShared-module_trashIcon-a8a10.SourceItemShared-module_trashIcon-a8a10{margin-left:8px;min-width:40px;opacity:0;transition:all .2s ease-in-out}.SourceItemShared-module_trashIcon-a8a10.SourceItemShared-module_trashIcon-a8a10 svg{color:var(--gds-sys-color-icon-interactive-default)}.SourceItemShared-module_root-fc36e{box-shadow:0 1px 3px 0 #00000012}.SourceItemShared-module_root-fc36e[data-state=open] .SourceItemShared-module_upperPart-c31f4{border-bottom-left-radius:0;border-bottom-right-radius:0}.SourceItemShared-module_root-fc36e:hover .SourceItemShared-module_trashIcon-a8a10{opacity:1}.SourceItemShared-module_titleAndUrl-b7966{align-items:flex-start;display:flex;flex:1;flex-direction:column;min-width:0;padding-right:30px}.SourceItemShared-module_urlText-bd6f5{display:inline-block;flex:1;margin:0 0 0 6px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.SourceItemShared-module_inlineEditable-e96f3{font-size:.875rem;font-weight:600}.QnAItem-module_upperPart-b8aeb{--gds-svg-main:var(--gds-sys-color-icon-dim);border-bottom:1px solid #0000;border-left:8px solid var(--gds-sys-color-border-default);border-top:1px solid #0000;gap:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:56px;padding-bottom:8px;padding-top:8px;transition:all .2s ease-in-out}.QnAItem-module_upperPart-b8aeb:has(>textarea:focus){border-bottom-color:var(--gds-sys-color-border-interactive-active);border-top-color:var(--gds-sys-color-border-interactive-active)}.QnAItem-module_upperPart-b8aeb[data-has-questions=true]{--gds-svg-main:var(--gds-sys-color-border-interactive-default);border-left-color:var(--gds-sys-color-border-interactive-default)}.QnAItem-module_swapTypeButton-e1536.QnAItem-module_swapTypeButton-e1536{align-items:center;border-radius:50%;display:flex}.QnAItem-module_swapTypeButton-e1536.QnAItem-module_swapTypeButton-e1536:active,.QnAItem-module_swapTypeButton-e1536.QnAItem-module_swapTypeButton-e1536:hover{background-color:var(--gds-sys-color-layer-pressed)}.QnAItem-module_addQnADropdown-e7159{--gds-svg-main:var(--gds-sys-color-layer-primary-default);width:235px}.QnAItem-module_typeIcon-cbc26{color:var(--gray-800,#8d8c9b);min-height:24px;min-width:24px}.QnAItem-module_content-b31f1.QnAItem-module_content-b31f1{border-left:8px solid var(--gds-sys-color-border-default);padding:0;transition:all .2s ease-in-out}.QnAItem-module_content-b31f1.QnAItem-module_content-b31f1[data-has-questions=true]{border-left-color:var(--gds-sys-color-border-interactive-default)}.QnAItem-module_textAreaAuto-b47f0{border:1px solid #0000;border-radius:8px;flex:1;font:var(--gds-sys-font-default-body-s-bold);outline:none;padding:8px;resize:none;transition:all .2s ease-in-out}.QnAItem-module_rowItemTrashIcon-c7d73.QnAItem-module_rowItemTrashIcon-c7d73{min-width:40px;opacity:0;transition:all .2s ease-in-out}.QnAItem-module_rowItemTrashIcon-c7d73.QnAItem-module_rowItemTrashIcon-c7d73 svg{color:var(--gds-sys-color-icon-interactive-default)}.QnAItem-module_questionsContainer-c0801{box-shadow:var(--gds-sys-shadow-down-s)}.QnAItem-module_questionRow-c01e6{align-items:center;border-bottom:1px solid var(--gds-sys-color-border-dim);border-top:1px solid var(--gds-sys-color-border-dim);display:flex;gap:8px;padding:8px 16px 8px 56px;transition:all .2s ease-in-out}.QnAItem-module_questionRow-c01e6:hover .QnAItem-module_rowItemTrashIcon-c7d73{opacity:1}.QnAItem-module_questionRow-c01e6:has(>textarea:focus){border-color:var(--gds-sys-color-border-interactive-active)}.QnAItem-module_bottomPart-ed968{align-items:center;display:flex;justify-content:space-between;padding:8px 16px;width:100%}.QnAItem-module_tagsEditor-fe6c8{flex:1}.QnAItem-module_collapsibleContent-a96e2{overflow:visible}.UKBSourceLIst-module_list-db94b{display:flex;flex-direction:column;gap:16px;padding-bottom:16px;width:100%}.UKBSourceLIst-module_list-db94b li{flex-basis:100%}.UKBSourceLIst-module_emptyListContainer-f4fc0{align-items:center;display:flex;flex:1;justify-content:center}.DeleteSourceItemDialog-module_content-c723f{width:400px}.DeleteSourceItemDialog-module_footer-f340d{display:flex;justify-content:space-between}.ImportErroTooltip-module_warningIcon-c40c1{color:var(--gray-800,gray);display:flex}.ImportErroTooltip-module_warningTooltipContent-dd5ce{min-width:125px;text-align:center}.ProcessingTooltip-module_spinner-ee7f3{fill:var(--gray-800,gray);min-height:24px;min-width:24px;opacity:.5}.WaitingTooltip-module_icon-f22bf{flex-shrink:0;opacity:.6}.ChatLogSourceItem-module_upperPart-fce3b{--gds-svg-main:var(--gds-sys-color-icon-secondary-default)}.ChatLogSourceItem-module_content-faa70,.ChatLogSourceItem-module_upperPart-fce3b{border-left:8px solid var(--gds-sys-color-icon-secondary-default)}.ChatLogSourceItem-module_sinceSection-bed56{--fill-color:var(--gray-800,gray);align-items:center;color:var(--fill-color);display:flex;font-size:.75rem;font-weight:600;gap:10px}.ChatLogSourceItem-module_sinceSection-bed56 svg{fill:var(--fill-color)}.TextSourceItem-module_upperPart-c65f6{--gds-svg-main:var(--gds-sys-color-layer-warning-default)}.TextSourceItem-module_content-a5e49,.TextSourceItem-module_upperPart-c65f6{border-left:8px solid var(--gds-sys-color-layer-warning-default)}.TextSourceItem-module_contentSectionHeader-dfce8{margin-top:24px}.TextSourceItem-module_textArea-ec22a.TextSourceItem-module_textArea-ec22a{height:274px;width:100%}.TextSourceItem-module_textArea-ec22a.TextSourceItem-module_textArea-ec22a:disabled{background-color:var(--gray-100,#d3d3d3);color:var(--gray-700,#d3d3d3);cursor:not-allowed}.TextSourceItem-module_trashIcon-a4742.TextSourceItem-module_trashIcon-a4742{margin-left:8px;opacity:0;transition:all .2s ease-in-out}.TextSourceItem-module_trashIcon-a4742.TextSourceItem-module_trashIcon-a4742 svg{color:var(--gray-800,gray)}.TextSourceItem-module_saveButton-f312c{align-self:flex-end;margin-top:16px;width:-webkit-max-content;width:max-content}.WebPageSourceItem-module_upperPart-da796{--gds-svg-main:var(--gds-sys-color-layer-warning-default)}.WebPageSourceItem-module_content-ace84,.WebPageSourceItem-module_upperPart-da796{border-left:8px solid var(--yellow-500,#f9dd52)}.WebPageSourceItem-module_contentSectionHeader-c0662{margin-top:24px}.WebPageSourceItem-module_lastUpdate-b6524{margin-right:4px;white-space:nowrap}.WebPageSourceItem-module_anchor-ada4a{align-items:center;background-color:#0000;border-radius:50%;display:flex;height:40px;justify-content:center;min-width:40px;transition:all .2s ease-in-out;width:40px}.WebPageSourceItem-module_anchor-ada4a:hover{background-color:#f5f5f7}.WebPageSourceItem-module_anchor-ada4a svg{color:var(--gray-800,gray)}.WebPageSourceItem-module_textArea-c17f6.WebPageSourceItem-module_textArea-c17f6{height:274px;width:100%}.WebPageSourceItem-module_textArea-c17f6.WebPageSourceItem-module_textArea-c17f6:disabled{background-color:var(--gray-100,#d3d3d3);color:var(--gray-700,#d3d3d3);cursor:not-allowed}.WebPageSourceItem-module_footerContainer-fc180{align-items:center;display:flex;justify-content:space-between;margin-top:24px}.WebPageSourceItem-module_updateContainer-fd102{align-items:center;display:flex;gap:16px}.WebPageSourceItem-module_trashIcon-fcf45.WebPageSourceItem-module_trashIcon-fcf45{margin-left:8px;opacity:0;transition:all .2s ease-in-out}.WebPageSourceItem-module_trashIcon-fcf45.WebPageSourceItem-module_trashIcon-fcf45 svg{color:var(--gray-800,gray)}.WebPageSourceItem-module_saveButton-e5768{align-self:flex-end;margin-top:16px;width:-webkit-max-content;width:max-content}.FileDropzone-module_dropzone-be6d5{align-items:center;background-color:#f9f9f9;border:2px dashed #ccc;border-radius:8px;color:#666;cursor:pointer;display:flex;flex-direction:column;height:200px;justify-content:center;padding:20px;transition:background-color .2s ease-in-out}.FileDropzone-module_dropzone-be6d5:hover{background-color:#f0f0f0}.FileDropzone-module_active-c4e3e{background-color:#e0ffe0;border-color:#0c0}.FileDropzone-module_fileName-ca45a{color:#333;font-size:.9rem;margin-top:10px}.UploadFileDialog-module_content-f0652{font-weight:400;width:500px}.UploadFileDialog-module_body-accd4{display:flex;flex-direction:column;gap:16px}.UploadFileDialog-module_footer-c725e{display:flex;justify-content:flex-end}.UploadFileDialog-module_textField-c4999{width:100%}.UploadFileDialog-module_subHeader-eb22f{font-size:.75rem}.UploadFileDialog-module_supportedFormatMessage-e4b2a{font-size:.7rem}.DocumentUploadSourceItem-module_upperPart-c16b7{--gds-svg-main:var(--gds-sys-color-layer-warning-default)}.DocumentUploadSourceItem-module_content-b4538,.DocumentUploadSourceItem-module_upperPart-c16b7{border-left:8px solid var(--gds-sys-color-layer-warning-default)}.DocumentUploadSourceItem-module_contentSectionHeader-c618a{margin-top:24px}.DocumentUploadSourceItem-module_textArea-b106e.DocumentUploadSourceItem-module_textArea-b106e{height:274px;width:100%}.DocumentUploadSourceItem-module_textArea-b106e.DocumentUploadSourceItem-module_textArea-b106e:disabled{background-color:var(--gray-100,#d3d3d3);color:var(--gray-700,#d3d3d3);cursor:not-allowed}.DocumentUploadSourceItem-module_saveButton-b6520{align-self:flex-end;margin-top:16px;width:-webkit-max-content;width:max-content}.DocumentUploadSourceItem-module_updateContainer-c88a4{align-items:center;display:flex;justify-content:end;padding-top:.8rem}.UrlFileSourceItem-module_upperPart-b4314{--gds-svg-main:var(--gds-sys-color-layer-warning-default)}.UrlFileSourceItem-module_content-c89a5,.UrlFileSourceItem-module_upperPart-b4314{border-left:8px solid var(--gds-sys-color-layer-warning-default)}.UrlFileSourceItem-module_contentSectionHeader-a67f4{margin-top:24px}.UrlFileSourceItem-module_textArea-b9956.UrlFileSourceItem-module_textArea-b9956{height:274px;width:100%}.UrlFileSourceItem-module_textArea-b9956.UrlFileSourceItem-module_textArea-b9956:disabled{background-color:var(--gray-100,#d3d3d3);color:var(--gray-700,#d3d3d3);cursor:not-allowed}.UrlFileSourceItem-module_saveButton-b8a6f{align-self:flex-end;margin-top:16px;width:-webkit-max-content;width:max-content}.UrlFileSourceItem-module_updateContainer-d8e00{align-items:center;display:flex;justify-content:end;padding-top:.8rem}.UrlFileSourceItem-module_footerContainer-fa112{align-items:center;display:flex;justify-content:space-between;margin-top:24px}.UrlFileSourceItem-module_lastUpdate-e1b7f{margin-right:4px;white-space:nowrap}.AddQnAContentDropDown-module_addQnADropdown-c5561{--gds-svg-main:var(--gds-sys-color-layer-primary-default);width:235px}.ImportDocumentDialog-module_content-be3e2{font-weight:400;width:500px}.ImportDocumentDialog-module_body-fcb28{display:flex;flex-direction:column;gap:16px}.ImportDocumentDialog-module_footer-e3d21{display:flex;justify-content:flex-end}.ImportDocumentDialog-module_subHeader-ae9a0{font-size:.75rem}.ImportDocumentDialog-module_textField-edcb6.ImportDocumentDialog-module_textField-edcb6{margin-bottom:12px;width:100%}.ImportDocumentDialog-module_textArea-bfb7b{height:200px;width:100%}.ImportWebPageDialog-module_content-f77ad{width:500px}.ImportWebPageDialog-module_body-ff1bd{display:flex;flex-direction:column;gap:16px}.ImportWebPageDialog-module_footer-a1ce3{display:flex;justify-content:flex-end}.ImportWebPageDialog-module_textField-e3353.ImportWebPageDialog-module_textField-e3353{width:100%}.ImportWebPageDialog-module_textArea-d54fe{height:100px;min-height:100px;width:100%}.UrlFileUploadDialog-module_content-e8963{font-weight:400;width:500px}.UrlFileUploadDialog-module_body-de33c{display:flex;flex-direction:column;gap:16px}.UrlFileUploadDialog-module_footer-ffc16{display:flex;justify-content:flex-end}.UrlFileUploadDialog-module_textArea-cff91{height:100px;min-height:100px;width:100%}.UrlFileUploadDialog-module_subHeader-eee9e{font-size:.75rem}.UrlFileUploadDialog-module_supportedFormatMessage-dc169{font-size:.7rem}.UrlFileUploadDialog-module_textField-c045c.UrlFileUploadDialog-module_textField-c045c{width:100%}.AddUKBContentDorpDown-module_dropDownItem-e8157{--gds-svg-main:var(--gds-sys-color-layer-warning-default);width:235px}.SelectRoomDialog-module_content-a22ab{font-weight:400;width:480px}.SelectRoomDialog-module_footer-e95e5{display:flex;justify-content:flex-end}.SelectRoomDialog-module_subHeader-a7506{font-size:.75rem}.SelectRoomDialog-module_description-ecf60{font-size:.75rem;margin-bottom:0;margin-top:10px}.SelectRoomDialog-module_multiselect-b3984{width:100%}.SelectRoomDialog-module_multiselect-b3984 .giosg-dropdown__control,.SelectRoomDialog-module_multiselect-b3984 .giosg-dropdown__menu{width:inherit}.SourceListHeader-module_header-ecbec{align-items:center;display:flex}.SourceListHeader-module_rightPart-ace1b{align-items:center;display:flex;gap:8px;margin-left:auto}.Toolbar-module_self-d2e97{background-color:#fff;border-bottom:1px solid #f0f1f2;border-top:1px solid #f0f1f2;display:flex;height:64px;padding-left:24px;width:100%}.Toolbar-module_contentContainer-ca2ea{align-items:center;display:flex;flex-grow:1;overflow:hidden}.Toolbar-module_buttonList-beb6c,.Toolbar-module_listItem-a3c4c{align-items:center;display:flex}.Toolbar-module_listItem-a3c4c{border-left:1px solid #f0f1f2;height:100%;justify-content:center;width:64px}.Toolbar-module_button-d583b.Toolbar-module_button-d583b{color:#8d8c9b}.Toolbar-module_button-d583b.Toolbar-module_button-d583b:hover,.Toolbar-module_button-d583b.Toolbar-module_button-d583b[data-selected=true]{color:#7357ff}.Toolbar-module_usedBy-ccf6b{color:#c8cacd;font-size:1rem;font-weight:700;margin-right:15px;white-space:nowrap}.Toolbar-module_headerButtonContainer-ff1bc{align-items:center;display:flex;gap:10px;height:100%;overflow-x:auto;overflow-y:hidden;width:100%}.Toolbar-module_headerButtonContainer-ff1bc::-webkit-scrollbar{height:8px}.Toolbar-module_headerButtonContainer-ff1bc::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:5px}.Toolbar-module_headerButtonContainer-ff1bc li{flex:0 0 auto}.SlateTextField-module_field-dbace{align-items:center;background-color:#fbfbfb;border:1px solid #c2c1c9;border-radius:4px;display:flex;padding:13px 15px;transition:all .2s ease}.SlateTextField-module_field-dbace:focus-within{border-color:#7c61ff}.SlateTextField-module_field-dbace [data-slate-editor=true]{min-height:auto;overflow:hidden;width:100%}.SlateTextField-module_label-b5a7b{cursor:auto;display:flex;flex-direction:column;font-size:.75rem;font-weight:600;gap:8px}.SlidingContainer-module_self-a36cf{display:grid;grid-template-rows:0fr;transition:all .2s ease-in-out}.SlidingContainer-module_self-a36cf div{opacity:0;overflow:hidden;transform:translateY(-100%);transition:all .2s ease-in-out}.SlidingContainer-module_self-a36cf[data-open=true]{grid-template-rows:1fr}.SlidingContainer-module_self-a36cf[data-open=true] div{opacity:1;transform:translateY(0)}.StylelessButton-module_self-cbb5c{background:none;border:none;cursor:pointer;font-family:inherit;font-weight:300;margin:0;outline:none;padding:0;text-rendering:inherit}.SwitchMarker-module_markerSwitch-e3fc4{border:1px solid #97979738;border-radius:5px;display:flex;flex-direction:column;gap:20px;padding:16px}.SwitchMarker-module_switchContent-acc2b{align-items:center;display:flex;gap:16px}.SwitchMarker-module_status-e0192{background-color:#38d09b;border-radius:50%;height:16px;transition:background-color .15s ease-in-out;width:16px}.SwitchMarker-module_status-e0192[data-is-active=false]{background-color:#ff7fa0}.SwitchMarker-module_statusText-b2888{flex-grow:1;font-weight:600}.ToolCard-module_toolCard-c4d3a{box-shadow:0 0 1px 0 rgba(0,0,0,.051),0 2px 2px 0 rgba(0,0,0,.039),0 4px 3px 0 rgba(0,0,0,.031),0 7px 3px 0 rgba(0,0,0,.012),0 12px 3px 0 #0000;cursor:pointer;gap:24px;min-height:74px}.ToolCard-module_nameSection-e9f97{align-items:center;color:#7357ff;display:flex;flex:1;gap:16px;max-width:60%}.ToolCard-module_namesContainer-a67a7{display:flex;flex:1;flex-direction:column;gap:4px;max-width:100%}.ToolCard-module_name-d2d77{color:#2a293a;font-size:1rem;font-weight:700;width:100%}.ToolCard-module_desc-b49e9,.ToolCard-module_name-d2d77{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ToolCard-module_desc-b49e9{color:#737281;font-size:.875rem;margin:0}.Tooltip-module_content-a6ed1{--tooltip-background-color:#242335;align-items:center;background-color:var(--tooltip-background-color);border-radius:5px;color:#fff;display:flex;font-size:.75rem;font-weight:600;padding:16px;z-index:500}.Tooltip-module_arrow-f2916{fill:var(--tooltip-background-color)}.UnsavedChangesDialog-module_content-a0305{width:532px}.UnsavedChangesDialog-module_footer-ecf1d{display:flex;justify-content:space-between}.ViewContainer-module_viewContainer-a811f{display:flex;flex:1;flex-direction:column;overflow-y:auto}.ViewContainer-module_innerContent-f871c{display:flex;flex:1;justify-content:space-around;padding:0 32px 32px;width:100%}.ViewContainer-module_content-f0f5a{display:flex;flex:1;flex-direction:column;max-width:1000px}.ViewHeader-module_header-d7a46{align-items:center;background-color:#fff;box-shadow:0 0 1px 0 rgba(0,0,0,.051),0 2px 2px 0 rgba(0,0,0,.039),0 4px 3px 0 rgba(0,0,0,.031),0 7px 3px 0 rgba(0,0,0,.012),0 12px 3px 0 #0000;display:flex;height:72px}.ViewHeader-module_backButton-d53b5{align-items:center;display:flex;height:72px;justify-content:center;width:72px}.ViewHeader-module_backButton-d53b5 svg{color:var(--gray-800);transition:all .2s ease-in-out}.ViewHeader-module_backButton-d53b5:hover svg{transform:scale(1.4)}.CopyField-module_container-c680d{align-items:center;color:var(--gray-700);display:flex;font-size:.875rem;gap:8px;padding:12px 24px}.CopyField-module_label-dcb29{color:var(--gds-sys-color-text-dim);font-weight:500;white-space:nowrap}.CopyField-module_box-efee0{align-items:center;background-color:var(--gray-50);border:1px solid var(--gray-200);border-radius:4px;color:var(--gray-800);display:inline-flex;font-family:monospace;font-size:.7rem;gap:6px;max-width:100%;padding-left:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CopyField-module_value-e86d8{overflow-x:auto;text-overflow:ellipsis;white-space:nowrap}.CopyField-module_copyButton-b2927{align-items:center;background:none;border:none;border-left:1px solid var(--gray-200);color:var(--gray-500);cursor:pointer;display:flex;height:100%;justify-content:center;padding:2px 4px}.CopyField-module_copyButton-b2927:hover{color:var(--gray-700)}.CopyField-module_copyButton-b2927:focus{border-radius:4px;outline:2px solid var(--primary-500)}.CopyField-module_copyButton-b2927 svg{display:block;height:18px;width:18px}.Behavior-module_checkBoxBiggerMargin-d5eff.Behavior-module_checkBoxBiggerMargin-d5eff{margin-bottom:20px}.Behavior-module_checkBoxMargin-db26e.Behavior-module_checkBoxMargin-db26e{margin-bottom:10px}.Behavior-module_marginTop20-b2c67{margin-top:20px}.Behavior-module_returningDelayControllerContainer-e3789{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-left:28px}.Behavior-module_returningDelayAmount-d3df1.Behavior-module_returningDelayAmount-d3df1{flex-grow:1;margin:0 8px}.Behavior-module_returningDelayDropdown-b60c9{flex:0;width:155px}.Behavior-module_returningDelayDescription-a5180{font-size:.875rem}.sectionsShared-module_section-d73ce{padding:12px 24px}.sectionsShared-module_paragraph-bb3e8{margin:0}.sectionsShared-module_subHeader-be220{font-size:1rem;letter-spacing:.5px;line-height:22px;margin:0}.sectionsShared-module_sectionWithGap-a80de{display:flex;flex-direction:column;gap:8px;padding:12px 24px}.DeleteBotDialog-module_body-c12b2{width:482px}.DeleteBotDialog-module_buttonSection-e56b1{justify-content:space-between}.Delete-module_deleteButton-a3633{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Instructions-module_aiInstructionTextArea-e4db1{height:300px;width:100%}.Instructions-module_aiInstructionWarning-d1533{color:#ff7fa0;margin:0 0 8px}.KnowledgeBases-module_multiselect-a8eeb{width:100%}.KnowledgeBases-module_multiselect-a8eeb .giosg-dropdown__control,.KnowledgeBases-module_multiselect-a8eeb .giosg-dropdown__menu{width:inherit}.NameAndAppearance-module_blockWrapper-b8c6a{align-items:center;border:1px solid #97979738;border-radius:5px;display:flex;gap:16px;margin-top:8px;padding:16px}.NameAndAppearance-module_fieldsWrapper-c52fa{display:flex;flex:1;flex-direction:column;gap:14px}.Services-module_headerSection-a9c35{align-items:center;display:flex;gap:10px}.Services-module_headerSection-a9c35 span{color:#0ca789;font-size:.75rem;font-weight:700}.Services-module_headerSection-a9c35 span[data-is-online=false]{color:#ff7fa0}.Services-module_suggestReplies-b420f{align-items:center;display:flex;font-weight:600;gap:16px}.Services-module_featureDisabled-d0a83{background-color:#fef6f6;border:1px solid #f5c6c6;border-radius:4px;color:#d9534f;font-size:.9rem;font-weight:500;margin-top:1rem;padding:1rem}.TransferMessages-module_fallBackAnswerContainer-b92ab{background-color:#f5f6f7;border-bottom:1px solid #e4e5e7;border-top:1px solid #e4e5e7;box-sizing:border-box;overflow:hidden;padding:24px}.TransferMessages-module_answerCard-f5567.TransferMessages-module_answerCard-f5567{word-wrap:break-word;border-left:8px solid #d3d3d3;display:flex;flex:1;flex-direction:column;max-width:100%;overflow:hidden}.TransferMessages-module_answerCard-f5567.TransferMessages-module_answerCard-f5567[data-not-empty=true]{border-left:8px solid #7357ff}.TransferMessages-module_answerCard-f5567.TransferMessages-module_answerCard-f5567[data-is-tool=true]{border-left:8px solid #d3caff}.BotSettingsPanel-module_backdrop-f25aa{background-color:#00000040;height:100vh;left:0;position:fixed;top:0;width:100%}.BotSettingsPanel-module_aside-b24c3{background-color:#fff;box-shadow:0 0 8px 0 #00000040;height:100vh;overflow-y:auto;position:fixed;right:0;top:0;width:520px}.BotSettingsPanel-module_header-c222f{align-items:center;border-bottom:1px solid #e5e5e5;display:flex;height:92px;justify-content:space-between;padding:24px}.BotSettingsPanel-module_title-e4636{font-size:1rem;margin:0}.Drawer-module_navBar-a2933{background-color:#fdfefd;border-right:1px solid #e0e0e0;display:flex;flex-direction:column;flex-shrink:0;width:200px}.Drawer-module_navLink-cce90{--gds-svg-main:var(--gds-sys-color-icon-dim);align-items:center;border-bottom:1px solid #e0e0e0;color:#737281;display:flex;min-height:50px;transition:all .3s ease}.Drawer-module_navLink-cce90 span{font-size:.875rem;font-weight:600;padding:15px 12px}.Drawer-module_navLink-cce90:hover{background-color:#f3f0ff}.Drawer-module_navLink-cce90[class~=active]{background-color:#e7e3ff}.Drawer-module_navLink-cce90:hover,.Drawer-module_navLink-cce90[class~=active]{--gds-svg-main:var(--gds-sys-color-icon-inverted)}.Drawer-module_navLink-cce90:hover div,.Drawer-module_navLink-cce90[class~=active] div{background-color:var(--highlight-color);color:#fff}.Drawer-module_iconContainer-a8307{--highlight-color:grey;align-items:center;border-left:3px solid;border-left-color:var(--highlight-color);border-right:1px solid #e0e0e0;display:flex;height:100%;justify-content:center;transition:all .3s ease;width:50px}:root{--purple-500:#7357ff;--purple-700:#6c4ffc;--purple-300:#e3deff;--red-500:#ff6564;--gray-100:#fbfbfb;--gray-200:#f5f6f7;--gray-300:#e6e6e6;--gray-500:#e4e5e7;--gray-700:#c1c1c9;--gray-800:#8d8c9b;--gray-900:#3a3535;--gray-1000:#242335;--green-500:#39d09b;--yellow-500:#f9dd53}b,strong{font-weight:700}label.giosg-checkbox-label{font-family:var(-gds-font-ui-stack);font-size:.875rem}div.giosg-checkbox{margin-bottom:0}div.giosg-checkbox label[value=true]{background-color:#6a4dfc;border:1px solid #6a4dfc}ul{list-style:none}a{color:inherit;text-decoration:inherit}#root,body,html{height:100%;margin:0;overflow:hidden;padding:0;width:100%}#root{background-color:#f9f8ff;display:flex}.DateRangePicker_picker{z-index:100!important}textarea:not([rows]){min-height:0}