@charset "UTF-8";#root{margin:0 auto;text-align:center;width:100%}tr:nth-child(2n){background:#f2f2f2}tr:nth-child(odd){background:#fff}th,td{padding-left:1rem;padding-right:1rem}.chat-view .chat-list .chat-list-content .chatListItem.selected{background:#6abfa533!important}.chat-view .chat-list .chat-list-content .chatListItem:hover{background:#d9ece2!important}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content{box-shadow:0 2px 8px #0000000f}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user .chat-history-item__content:after{border-right-color:#fee9d8!important;border-left-color:#fee9d8!important}.chat-history-item__text-content a{color:#e56b59}.chat-history-item__text-content a:hover{color:#dc3a22}.chat-details button:hover .fui-ToggleButton__icon,.chat-details button:hover:active .fui-ToggleButton__icon,.chat-details .fui-CardHeader__action .fui-ToggleButton{color:#e56b59}.chat-details .fui-CardHeader__action .fui-ToggleButton:hover,.chat-details .fui-CardHeader__action .fui-ToggleButton:hover:active{color:#e56b59;border:1px solid #E56B59}.chat-details .fui-AccordionHeader__button:hover{border-color:#e56b59}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:0 0 6px}::-webkit-scrollbar-thumb{background:#888;border-radius:0}.buttonStyle{background-color:#e56b59;border:none;border-radius:5px;box-shadow:1px 2px 5px #0003;color:#fff;padding:5px 10px;text-align:center;text-decoration:none;display:inline-block;font-size:16px}[role=presentation]{background:#fff!important;padding:10px}[role=presentation].fui-MenuDivider{padding:0}[role=presentation] .fui-Avatar{background:#f0e74a;color:#e56b59;border-radius:50%;box-shadow:3px -1px 5px -4px #000000a1;width:22px;height:22px;font-size:12px;margin:5px}input::selection,textarea::selection{background-color:#00000080!important;color:#fff!important}button:focus,button:focus-visible{outline:1px solid rgba(229,107,89,.4)!important}.fui-Button:hover .fui-Button__icon,button.fui-Link,button.fui-Link:hover{color:#e56b59}body{background:#e56b59;background:linear-gradient(-30deg,#e56b59,#e56b59);padding-top:0;margin:0;place-items:unset!important}.main-page{background:#e56b59;background:linear-gradient(-30deg,#e56b59,#e56b59)}.main-page .headerBar{padding:10px 20px;background:linear-gradient(-30deg,#e56b59,#e56b59);border-bottom:1px solid rgba(255,255,255,.3);color:#fff!important;display:flex;justify-content:space-between}.main-page .headerBar h1{font-size:20px;padding:0;margin:0;font-weight:500}.main-page .headerBar .corner-items{display:flex;column-gap:20px}.main-page .headerBar .corner-items .fui-Button__icon{width:35px;height:30px}.main-page .headerBar .corner-items svg{margin-right:5px}.main-page .headerBar .corner-items .button{margin:5px}.main-page .headerBar .corner-items button{padding:0 8px 0 4px;transition:.2s;border-radius:4px}.main-page .headerBar .corner-items button:hover{background-color:#0000004d}.main-page .headerBar .corner-items .fui-Avatar{cursor:pointer;transition:.2s;border:1px solid transparent;border-radius:50%;font-size:12px}.main-page .headerBar .corner-items .fui-Avatar:hover{border-color:#fff9}.main-page .headerBar .corner-items .fui-Avatar__initials{background:#f0e74a;color:#e56b59;border-radius:50%;box-shadow:3px -1px 5px -4px #000000a1}.chat-view{background-color:transparent;position:relative;overflow-x:hidden;display:flex;flex-direction:row;height:calc(100vh - 70px)}.chat-view .chat-list{overflow:auto;transition:all .5s ease-in-out;min-width:320px;border-radius:6px 0 6px 6px;box-shadow:none;color:#333;margin-left:10px;margin-top:10px;margin-bottom:10px}.chat-view .chat-list:not(.opened){transition:all .5s ease-in-out;margin-left:-320px}.chat-view .chat-list:not(.opened)+.closeB{border-radius:0 10px 10px 0}.chat-view .chat-list:not(.opened)+.closeB .closeIcon{transform:rotate(180deg)}.chat-view .chat-list .chat-list-header{background-color:#fff;padding:10px 10px 4px}.chat-view .chat-list .chat-list-header .fui-Button__icon{margin-right:10px}.chat-view .chat-list .chat-list-header__buttons button{padding:4px 8px;border-radius:4px;border:1px solid transparent;color:#e56b59;transition:.2s;font-size:14px;font-weight:600}.chat-view .chat-list .chat-list-header__buttons button:hover{border-color:#e56b59}.chat-view .chat-list .chat-list-content{background:#fff;overflow:hidden;border-radius:0 0 6px 6px;padding-bottom:6px}.chat-view .chat-list .chat-list-content .listItemsHeader{width:calc(100% - 30px);margin:10px auto 0;display:block;border:none;font-size:12px;color:#616161;font-weight:400}.chat-view .chat-list .chat-list-content .chatListItem{cursor:pointer;display:flex;justify-content:space-between;height:30px;font-size:14px;transition:background-color .2s;padding:10px 5px 10px 15px}.chat-view .chat-list .chat-list-content .chatListItem>div{padding-top:0}.chat-view .chat-list .chat-list-content .chatListItem>div:first-child span{display:block;overflow:hidden;white-space:nowrap;width:285px;text-overflow:ellipsis}.chat-view .chat-list .chat-list-content .chatListItem>div.editChatTitleButtonWrapper{white-space:nowrap;width:55px}.chat-view .chat-list .chat-list-content .chatListItem:hover{background-color:#e56b5933}.chat-view .chat-list .chat-list-content .chatListItem.selected{background-color:#e56b591a}.chat-view .chat-list .chat-list-content .chatListItem.selected>div{padding-top:0;flex-grow:1}.chat-view .chat-list .chat-list-content .chatListItem.selected>div.chat-title span{width:220px}.chat-view .chat-list .chat-list-content .chatListItem.selected>div.chat-title-edit-mode span{width:230px;width:77%;padding-left:2px;padding-right:2px;margin-right:2px}.chat-view .chat-list .chat-list-content .chatListItem.selected>div .editChatTitleConfirmButton{width:55px;min-width:55px;white-space:nowrap}.chat-view .chat-list .chat-list-content .chatListItem.selected .fui-Text{font-weight:600}.chat-view .chat-list .chat-list-content .chatListItem .fui-Text{padding-top:5px}.chat-view .chat-list .chat-list-content .chatListItem .fui-Input{border-bottom-color:#e56b59}.chat-view .chat-list .chat-list-content .chatListItem .fui-Input input{height:100%;width:100%}.chat-view .chat-list .chat-list-content .chatListItem .fui-Input:after{border-bottom:1px solid #E56B59}.chat-view .closeB{margin-top:10px;display:block;height:30px;width:30px;min-width:30px;background:#fff;border-radius:0 10px 10px 0;top:0;right:0;cursor:pointer;transition:.1s}.chat-view .closeB .closeIcon{font-size:21px;margin:4px;transition:.1s}.chat-view .closeB .closeIcon:hover{background-color:#e56b591a}.chat-view .closeB .menubarWrapper{display:none}.chat-view .chat-session{width:100%;padding:10px;overflow:hidden;background-color:transparent;display:flex;flex-direction:column;justify-content:space-between}.chat-view .chat-session .menuBar{display:flex;flex-direction:row;column-gap:10px;justify-content:space-between;background:#fff;border:1px solid rgba(0,0,0,.1);padding:5px 10px 0;border-radius:6px 6px 0 0}.chat-view .chat-session .menuBar .tabList{column-gap:0px}.chat-view .chat-session .menuBar .tabList .tab{padding:5px 10px;border-radius:4px;cursor:pointer;transition:.2s}.chat-view .chat-session .menuBar .tabList .tab .fui-Tab__content{padding:5px 10px}.chat-view .chat-session .menuBar .tabList .tab:hover{background:transparent}.chat-view .chat-session .menuBar .tabList .tab:before{background-color:#e56b591a}.chat-view .chat-session .menuBar .tabList .tab.selected,.chat-view .chat-session .menuBar .tabList .tab.active{border:0}.chat-view .chat-session .menuBar .tabList .tab.selected:after,.chat-view .chat-session .menuBar .tabList .tab.active:after{background-color:#e56b59}.chat-view .chat-session .chat-session-wrapper{display:flex;height:100%;position:relative}.chat-view .chat-session .filesTable{flex-grow:1}.chat-view .chat-session .chat-spinner{position:absolute;top:50%;left:50%;left:calc(50% + 100px);transform:translate(-50%,-50%);height:20vh;width:20vw;min-width:250px;background:#eee0eb;border-radius:10px;border:1px solid #E56B59;box-shadow:0 0 5px #d1d1d199}@media screen and (max-width: 1200px){.chat-view .chat-session .chat-spinner{left:calc(50% + 1px)}}.chat-view .chat-session .chat-spinner svg[class^=fui-Spinner] .fui-Spinner__Track{stroke:#e56b5980}.chat-view .chat-session .chat-spinner svg[class^=fui-Spinner] circle.fui-Spinner__Tail{stroke:#e56b59!important}.chat-view .chat-session .chat-spinner label{color:#e56b59;font-size:18px;font-weight:500;margin-top:10px;text-align:center}.chat-view .chat-session .chat-contents{display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;border:1px solid rgba(0,0,0,.1);padding:5px 15px;border-radius:0 0 6px 6px;border-top:none;background:#ffffffb3;height:calc(100% - 60px);box-sizing:border-box}.chat-view .chat-session .chat-contents .scrollable-content{display:flex;overflow-y:auto;justify-content:center;background-clip:border-box;padding-right:10px}.chat-view .chat-session .chat-contents .chat-history{display:flex;flex-direction:column;justify-self:center;width:100%;max-width:105em;padding-top:30px;gap:12px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item{min-width:24em;display:flex;color:#444;flex-direction:row;gap:10px;font-size:14px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .fui-Persona{margin-top:5px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .fui-Persona .fui-Avatar__initials{background:#f0e74a;color:#e56b59;border-radius:50%;box-shadow:3px -1px 5px -4px #000000a1}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content{padding:5px 10px;border-radius:4px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content svg[class^=fui-Spinner] .fui-Spinner__Track{stroke:#e56b5980}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content svg[class^=fui-Spinner] circle.fui-Spinner__Tail{stroke:#e56b59!important}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content .chat-history-item__header{display:flex;flex-direction:row;justify-content:end}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content .chat-details .sources__toggle-button{margin-bottom:2px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content .fui-Card{border-radius:4px;box-shadow:none;border:none!important}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content .fui-Card .fui-CardHeader svg{width:2em;height:2em}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .chat-history-item__content .fui-Card .fui-ProgressBar{background:#e56b59!important}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot{justify-content:left}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot .fui-Avatar__initials{background:#e56b59;color:#fff}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot .chat-history-item__content,.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot .fui-Card{background:#fff;color:#373736}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user{justify-content:right}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user .chat-history-item__content,.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user .fui-Card{background:#fee9d8;color:#373736}.chat-view .chat-session .chat-contents .chat-history .chat-history-button{color:#e56b59;font-size:13px}.chat-view .chat-session .chat-contents .chat-history .chat-history-button:hover{border:1px solid #E56B59}.chat-view .chat-session .chat-contents .chat-history .chat-item-regenerate{float:right}.chat-view .chat-session .chat-contents .chat-input{margin-top:10px;padding-top:10px;display:flex;flex-direction:column}.chat-view .chat-session .chat-contents .chat-input .contents{border:0;width:100%;max-width:105em;margin-left:auto;margin-right:auto}.chat-view .chat-session .chat-contents .chat-input .contents span{border:0;width:100%}.chat-view .chat-session .chat-contents .chat-input .contents .textarea-span{border:1px solid #ccc;border-bottom:2px solid #ccc;display:block;width:auto;overflow:hidden;resize:vertical;min-height:40px;line-height:20px;background-color:#fff;border-radius:5px;max-height:calc(50vh - 70px);padding:5px 10px;position:relative;overflow-y:auto;box-sizing:border-box;word-wrap:break-word}.chat-view .chat-session .chat-contents .chat-input .contents .textarea-span:focus-within,.chat-view .chat-session .chat-contents .chat-input .contents .textarea-span :focus{border-bottom:2px solid #E56B59;transition:.05s}.chat-view .chat-session .chat-contents .chat-input .contents .textarea-span:focus-visible{outline-offset:0px;outline:none}.chat-view .chat-session .chat-contents .chat-input .fui-Spinner{margin-bottom:5px}.chat-view .chat-session .chat-contents .chat-input .fui-Spinner svg>circle.fui-Spinner__Track{stroke:#e56b5980}.chat-view .chat-session .chat-contents .chat-input .fui-Spinner svg>circle.fui-Spinner__Tail{stroke:#e56b59}.chat-view .chat-session .chat-contents .chat-input .buttonWrap{display:flex;justify-content:space-between;width:100%;max-width:105em;margin-left:auto;margin-right:auto;margin-top:2px}.chat-view .chat-session .chat-contents .chat-input .buttonWrap .button{margin:5px}.chat-view .chat-session .chat-contents .chat-input .buttonWrap button{border-radius:4px;background-color:transparent;transition:.2s}.chat-view .chat-session .chat-contents .chat-input .buttonWrap button svg path{fill:#424242}.chat-view .chat-session .chat-contents .chat-input .buttonWrap button:hover{background-color:#0000000d}.chat-view .chat-session .chat-contents .chat-input .buttonWrap button:hover svg path{fill:#e56b59}.chat-view .chat-session .chat-contents .chat-input .buttonWrap .disclaimer-text{font-size:12px;margin-top:5px;color:#595959}.chat-view .chat-session .chat-contents .chat-input textarea:disabled{background-color:#dcdcdc}.chat-view .chat-session .chat-contents .chat-input .chat-status{max-width:105em;margin-left:auto;margin-right:auto;display:flex;justify-content:left;width:100%}.chat-view .chat-session .chat-contents .chat-input .app-alerts{max-width:105em;margin-left:auto;margin-right:auto;width:100%}.chat-view .chat-session .chat-contents .chat-input .app-alerts .fui-MessageBarBody{white-space:break-spaces}.agents-chat-message-content .agents-chat-message-item.title{font-size:small;font-weight:700}.agents-chat-message-content .agents-chat-message-item.content{font-size:small;margin-bottom:10px}.agent-attributes-content .agent-attributes-header-description{padding:0 10px 20px;font-size:1em;margin-bottom:15px}.agent-attributes-content .agent-attributes-header-agent-name{padding:0 10px 20px;font-size:1em;font-weight:700;margin-bottom:15px}.agent-attributes-content .model-selections-wrapper{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.agent-attributes-content .model-selections-wrapper .model-selection{display:flex;flex-direction:row;align-items:center;place-content:space-between}[role=dialog],[role=alertdialog]{padding:0!important}[role=dialog] .dialogTitle,[role=alertdialog] .dialogTitle{font-size:20px;padding:10px;color:#333;font-weight:600}[role=dialog] .fui-Button,[role=alertdialog] .fui-Button{margin:10px;display:flex;justify-content:space-between}.fui-DialogSurface{border:none!important}.fui-DialogBody{border-radius:6px;box-shadow:#64646f33 0 7px 29px;background:#fff;padding:5px 10px}.fui-DialogBody .fui-DialogTitle__action button:hover .fui-Button__icon{color:#e56b59}.fui-DialogBody .fui-DialogContent{padding:10px 20px;background:#fff;word-break:break-word}.fui-DialogBody .fui-DialogContent div{padding:0}.fui-DialogBody .fui-DialogContent .fui-Subtitle2{font-weight:500;color:#333;font-size:14px;padding:0}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper{margin-bottom:20px;margin-top:10px;text-align:center}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper .TokenLimitSliderWrapper__tokenlimit{padding:4px 8px;border-radius:4px;font-weight:500;border:1px solid #E56B59;color:#fff;background:#e56b59;position:relative}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper .TokenLimitSliderWrapper__tokenlimit:after{content:"";position:absolute;top:100%;left:50%;margin-left:-7px;border-width:7px;border-style:solid;border-color:#E56B59 transparent transparent transparent}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper .TokenLimitSliderWrapper__slider{padding:0;display:flex;align-items:center;gap:5px;width:calc(100% - 30px);margin:10px auto 0}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper .TokenLimitSliderWrapper__slider .fui-Slider{width:100%}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper .TokenLimitSliderWrapper__slider .fui-Label{color:#595959}.fui-DialogBody .fui-DialogContent .TokenLimitSliderWrapper .TokenLimitSliderWrapper__slider .fui-Slider__thumb{padding:0}.fui-DialogBody .fui-DialogContent .fui-Input,.fui-DialogBody .fui-DialogContent .fui-Textarea{padding:0 10px;width:100%;margin:5px 0 20px;border:1px solid #ccc!important;font-size:14px}.fui-DialogBody .fui-DialogContent .fui-Input.token,.fui-DialogBody .fui-DialogContent .fui-Textarea.token{max-width:200px}.fui-DialogBody .fui-DialogContent .fui-Input textarea,.fui-DialogBody .fui-DialogContent .fui-Textarea textarea{padding:5px 0}.fui-DialogBody .fui-DialogContent .fui-Input:focus:after,.fui-DialogBody .fui-DialogContent .fui-Input:focus-within:after,.fui-DialogBody .fui-DialogContent .fui-Textarea:focus:after,.fui-DialogBody .fui-DialogContent .fui-Textarea:focus-within:after{border-color:#e56b59;transition:.1s}.fui-DialogBody .fui-DialogContent .token-usage-details{display:table}.fui-DialogBody .fui-DialogContent .token-usage-details .token-usage-detail{display:table-row}.fui-DialogBody .fui-DialogContent .token-usage-details .token-usage-detail span{display:table-cell;padding:0 10px}.fui-DialogBody .fui-DialogActions{padding:5px 10px}.fui-DialogBody .fui-DialogActions .fui-Button{justify-content:center}.fui-DialogBody .fui-DialogActions .save{font-size:14px;box-shadow:none;font-weight:600;transition:.2s;background:#e56b59}.fui-DialogBody .fui-DialogActions .save:hover{background:#dc3a22}[role=presentation]{background:#fff!important}[role=presentation].fui-MenuPopover{padding:10px 10px 3px;border:1px solid #f5f5f5;box-shadow:1px 2px 5px #0003;box-shadow:0 24px 54px #00000026,0 4.5px 13.5px #00000014;min-width:280px}[role=presentation].fui-MenuPopover .fui-Persona__primaryText{font-weight:600;margin-left:5px}[role=presentation].fui-MenuPopover .fui-Persona__secondaryText{font-size:14px;margin-left:5px}[role=presentation].fui-MenuPopover .fui-MenuDivider{border-bottom:1px solid rgba(229,107,89,.2)}[role=presentation].fui-MenuPopover .fui-MenuItem__content{font-size:14px;padding:4px 8px;transition:.2s}[role=presentation].fui-MenuPopover .fui-Avatar{box-shadow:none;width:26px;height:26px}[role=presentation].fui-MenuPopover .fui-Avatar .fui-Avatar__initials{background:#444;color:#fff}[role=alertdialog]{border-radius:4px}[role=alertdialog] .fui-DialogBody{gap:4px}[role=alertdialog] .fui-DialogBody h2{padding:10px 20px;color:#333;font-weight:500;font-size:20px}[role=alertdialog] .fui-DialogBody .fui-DialogContent{padding:10px 20px}[role=alertdialog] .fui-DialogBody .fui-DialogActions{padding:0}[role=alertdialog] .fui-Button{margin:10px;display:flex;justify-content:center;font-size:14px;box-shadow:none;font-weight:600;transition:.2s;background:#e56b59}[role=alertdialog] .fui-Button:hover,[role=alertdialog] .fui-Button:hover:active{background:#dc3a22;color:#fff}[role=alertdialog] .fui-Button:first-of-type{border:1px solid rgb(209,209,209);background:#fff;color:#333;box-shadow:none;margin-right:0}[role=alertdialog] .fui-Button:first-of-type:hover,[role=alertdialog] .fui-Button:first-of-type:hover:active{background:#f5f5f5;color:#333}.fui-Tooltip__content{background:#fff!important;font-size:14px!important;box-shadow:1px 2px 5px #0003!important}.filesTable{border:1px solid rgba(0,0,0,.1);padding:5px 20px 0;border-radius:0 0 6px 6px;border-top:none;background:#ffffffb3;color:#333;overflow:auto;height:calc(100% - 60px);box-sizing:border-box}.filesTable a{color:#e56b59}.filesTable h2{font-weight:600;font-size:20px}.documentList{margin-bottom:10px}.documentList .documentList-commandbar{display:flex;gap:10px}.documentList button{margin-bottom:10px;border:1px solid rgb(209,209,209);background-color:#fff;border-radius:4px;padding:5px 10px;box-shadow:none;font-weight:600;transition:.2s;font-size:14px}.documentList button .fui-Button__icon{margin-right:5px;height:20px;width:20px}.documentList button .fui-Button__icon svg{height:30px;width:30px;color:#333}.documentList button:hover{background-color:#ffffffb3;border-color:#333;color:#333}.documentList .documentList__header{padding:10px;display:flex;justify-content:space-between}.documentList .documentList__header .fui-Button__icon{margin-right:10px}.documentList .allowed-file-types{font-size:12px;line-height:1.3;color:#595959}.fui-TableRow{border-bottom:0!important;background:transparent}.fui-TableHeaderCell{background:#fff!important;color:#333;padding-top:5px;padding-bottom:5px;font-size:14px;font-weight:600}.fui-TableHeaderCell:first-of-type{padding-left:10px;border-radius:6px 0 0}.fui-TableHeaderCell:last-of-type{border-radius:0 6px 0 0}.fui-TableHeaderCell .fui-TableHeaderCell__button{cursor:pointer}.fui-TableHeaderCell .fui-TableHeaderCell__sortIcon{margin-left:5px}.fui-TableBody{background:#fff}.fui-TableBody tr{border:0;border-top:1px solid #ededed;font-size:14px}.fui-TableBody tr:hover{background:#f5f5f5}.fui-TableBody tr td:first-of-type{padding-left:10px}.fui-TableBody tr .fui-TableCellLayout__content{margin-left:5px}.fui-TableBody tr .fui-TableCell{min-height:44px}.fui-TableBody tr:nth-child(2n){background:#fff}.fui-TableBody tr:nth-child(2n):hover{background:#f5f5f5}.fui-Card .fui-CardHeader svg{width:2em;height:2em}.fui-Card .fui-ProgressBar{background:#e56b59!important}.fui-Card:after{border:0px solid #E56B59!important}.login-page{background:linear-gradient(-30deg,#e56b59,#e56b59);display:flex;justify-content:center;align-items:center;flex-direction:column;row-gap:20px;height:100vh}.login-page h1{color:#fff;font-size:30px;font-weight:500}.login-page button{background:transparent;border:1px solid #fff;transition:.2s;color:#fff}.login-page button:hover{background:#ffffff1a;border:1px solid #fff;color:#fff}.login-page .login-form{background:#444;padding:20px;border-radius:5px;box-shadow:1px 2px 5px #0003}.login-page .login-form .fui-Button{margin:5px;background-color:pink}.chat-session-placeholder{display:flex;justify-content:center;margin:0 auto;flex-direction:column;font-weight:500;color:#fff}.app-alerts .popover-link{margin-left:10px}.fui-MenuList .fui-MenuItem .language-check-mark{float:right}.agent-list-button-wrapper{position:absolute;top:-40px;right:10px}.agent-list-button-wrapper.open{display:none}button.agent-list-button{color:#e56b59;border:1px solid transparent}button.agent-list-button svg{color:#e56b59}button.agent-list-button:hover,button.agent-list-button:hover:active{border:1px solid #E56B59;color:#e56b59}button.agent-list-button:active,button.agent-list-button:focus{color:#e56b59}.agent-list{background-color:#fff;width:400px;min-width:400px;padding:10px;height:calc(100% - 60px);z-index:1;display:flex;flex-direction:column;box-sizing:border-box;margin-left:-6px;border-radius:0 0 6px}.agent-list .agent-list-header{position:relative}.agent-list .agent-list-close-dialog{position:absolute;top:0;right:0;width:40px;min-width:40px;padding:5px;border-color:transparent}.agent-list .agent-list-close-dialog .fui-Button__icon{margin:0}.agent-list .agent-list-close-dialog .button-text{display:none}.agent-list .agent-list-header-title{font-weight:700;padding:5px 10px 10px;font-size:1.1em;position:relative;margin-right:50px}.agent-list .agent-list-header-description{padding:0 10px 20px;font-size:1em}.agent-list .agent-list-content{height:100%;overflow:auto}.agent-list .agent-list-actions{display:flex;justify-content:right;margin-bottom:5px}.agent-list .agent-list-actions .fui-Link{margin-right:20px}.agent-list .agent-list-actions .fui-Link:focus,.agent-list .agent-list-actions .fui-Link:focus-visible{outline:none!important}.agent-list .agent-list-category-subtitle{font-weight:700;border-bottom:1px solid #ccc;margin-bottom:10px}.agent-list .agent-list-category-subtitle button{font-weight:600;font-size:1.1em}.agent-list .agent-list-category-subtitle button:hover{border-color:transparent;color:#e56b59}.agent-list .agent-list-category-subtitle button:focus,.agent-list .agent-list-category-subtitle button:focus-visible{border-color:transparent;outline:none!important}.agent-list .agent-list-buttons{display:flex;gap:10px;justify-content:right;align-items:center;margin-top:10px}.agent-list .agent-list-buttons .save{background-color:#e56b59}.agent-list .agent-list-buttons .save:hover,.agent-list .agent-list-buttons .save:hover:active{background:#dc3a22}.chatAgentItem{padding:5px 0 5px 25px;margin-bottom:10px;display:flex;position:relative}.chatAgentItem .agent-item-wrapper{margin-right:10px;flex:1}.chatAgentItem .agent-item-icon{width:36px;height:36px;min-width:36px;margin-right:10px;border-radius:50%;position:relative;background-color:#e56b59}.chatAgentItem .agent-item-icon svg{width:28px;height:28px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff}.chatAgentItem .agent-item-title{font-weight:600;font-size:1em;margin-bottom:3px}.chatAgentItem .agent-item-description{font-size:1em}.chatAgentItem .fui-Switch__input:enabled:checked~.fui-Switch__indicator{background-color:#e56b59}.chatAgentItem .fui-Switch__input:enabled:checked:hover~.fui-Switch__indicator{background-color:#e56b59}@media screen and (max-width: 1280px){.agent-list-button-wrapper{position:absolute}.agent-list-button-wrapper.open{display:block}.agent-list{box-shadow:0 24px 54px #00000026,0 4.5px 13.5px #00000014;border:1px solid #ccc;border-radius:6px;position:absolute;right:5px;top:-45px;height:calc(100vh - 160px);min-width:300px}}@media screen and (max-width: 940px){button.agent-list-button{width:40px;min-width:40px;padding:5px}button.agent-list-button .button-text{display:none}.chat-view{flex-direction:column;width:100%}.chat-view .closeB{position:absolute;left:10px;width:calc(100% - 20px);border-radius:4px}.chat-view .closeB:before{content:"avaa";display:none}.chat-view .closeB .closeIcon{display:none}.chat-view .closeB .menubarWrapper{display:block;width:30px;height:30px;overflow:hidden;position:absolute;right:0;top:0;padding-top:3px}.chat-view .closeB .menubar-1,.chat-view .closeB .menubar-2,.chat-view .closeB .menubar-3{width:16px;height:2px;background-color:#333;margin:4px 0;transition:.4s}.chat-view .chat-list.opened+.closeB .menubar-1{transform:translateY(7px) rotate(-45deg)}.chat-view .chat-list.opened+.closeB .menubar-2{opacity:0}.chat-view .chat-list.opened+.closeB .menubar-3{transform:translateY(-5px) rotate(45deg)}.chat-view .chat-list.opened+.closeB:before{content:"sulje";display:none}.chat-view .chat-list.opened+.closeB{border-radius:4px 4px 0 0}.chat-view .chat-list{height:0;margin:30px 10px 10px;border-radius:0 0 6px 6px;min-width:calc(100% - 20px);transition:all .5s ease-in-out}.chat-view .chat-list.opened{margin:40px 10px 10px;height:50vh;transition:all .5s ease-in-out}.chat-view .chat-session{margin-top:0;height:100%;min-height:50vh;box-sizing:border-box}.chat-view .chat-session .chat-contents{padding:5px;width:100%}.chat-view .chat-session .chat-contents .scrollable-content{padding-right:5px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item{gap:5px;position:relative;min-width:auto}.chat-view .chat-session .chat-contents .chat-history .chat-history-item .fui-Avatar{width:24px;height:24px;font-size:12px;display:none}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot{gap:0px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot .chat-history-item__content{margin-right:20px;margin-left:10px;position:relative}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.bot .chat-history-item__content:after{content:"";position:absolute;display:block;width:0;z-index:1;border-style:solid;border-color:transparent #fff;border-width:5px 10px 5px 0;top:20px;left:-10px;margin-top:-10px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user{gap:5px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user .fui-Avatar{display:none}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user .chat-history-item__content{margin-left:20px;margin-right:10px}.chat-view .chat-session .chat-contents .chat-history .chat-history-item.user .chat-history-item__content:after{content:"";position:absolute;display:block;width:0;z-index:1;border-style:solid;border-color:transparent rgba(152,19,156,.1);border-width:5px 0 5px 10px;top:20px;right:0;margin-top:-10px}.chat-view .chat-session .menuBar{padding:5px 5px 0}.chat-view .chat-session .menuBar .tabList .tab{padding:5px}.chat-view .chat-session .filesTable{padding:5px 10px 10px;overflow:auto}.chat-view .chat-session .filesTable .fui-Table{width:500px;overflow:auto}.chat-view .chat-session .chat-input .contents textarea{min-height:100px}.chat-view .chat-list .chat-list-content .listItemsHeader{width:calc(100% - 16px)}.chat-view .chat-list .chat-list-content .chatListItem{padding-left:8px}.agent-attributes-content .model-selections-wrapper .model-selection{flex-direction:column}.agent-list.chat-list-menu-open{height:49vh}}@media screen and (max-width: 640px){.app-container .fui-DialogSurface{max-width:95%}.documentList .documentList-commandbar{flex-direction:column;gap:0;margin-bottom:5px}.documentList button{margin-bottom:5px}.documentList .allowed-file-types{padding-left:5px}}@media screen and (max-width: 480px){.agent-list{width:98%;left:5px;right:5px;box-sizing:border-box;border-radius:10px}.chatAgentItem{padding:5px 0}.chat-view{height:calc(100vh - 80px)}[role=alertdialog] .fui-Button{margin:0 10px 10px}[role=alertdialog] .fui-Button:first-of-type{margin-right:10px;margin-bottom:0}}:root{font-family:Segoe UI,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:.4rem}
