﻿body #chat-bot-section{position:fixed;bottom:0;right:0;z-index:1050;}body #chat-bot-section.expand{width:100%;}body #chat-bot-section.expand #chat-bot-container #chat-box{max-width:none;width:100%;margin-right:0;}body #chat-bot-section #chat-bot-start-button{opacity:1;}body #chat-bot-section #chat-bot-start-button:hover{text-decoration:none;}body #chat-bot-section #chat-bot-start-button.pending{opacity:.75;cursor:default;}body #chat-bot-section #chat-bot-start-button.pending i{cursor:default;}body #chat-bot-section #chat-bot-start-button .chat-bot-start-container{font-size:20px;margin-bottom:30px;margin-right:30px;background-color:#0674ab;padding:10px 20px;border-radius:40px;color:#fff;}body #chat-bot-section #chat-bot-start-button .chat-bot-start-container i{margin-right:4px;}body #chat-bot-section #chat-box{max-height:calc(100vh - 3rem);max-width:400px;width:400px;margin-bottom:20px;margin-right:20px;box-shadow:0 0 10px 0 rgba(0,0,0,.25);}body #chat-bot-section #chat-box .card-header h5{font-size:17px;}body #chat-bot-section #chat-box .card-header .toolbar-actions .toolbar-action{margin-left:10px;color:#6a6a6a;}body #chat-bot-section #chat-box .card-header .toolbar-actions .toolbar-action:hover{text-decoration:none;color:#000;}body #chat-bot-section #chat-box #messages-container{position:relative;height:400px;overflow-y:auto;background-color:#fff;}body #chat-bot-section #chat-box #follow-up-prompts-container:not(:empty){padding:5px;}body #chat-bot-section #chat-box #follow-up-prompts-container .follow-up-prompt{margin:3px;border:1px solid #6dabcd;border-radius:5px;background-color:#f1faff;color:#1f506a;padding:3px;line-height:30px;cursor:pointer;font-size:12px;margin-left:0;}body #chat-bot-section #chat-box #follow-up-prompts-container .follow-up-prompt:hover{background-color:#e6f5fd;}body #chat-bot-section #chat-box #follow-up-prompts-container .follow-up-prompt:active{background-color:#cce7f5;}body #chat-bot-section #chat-box #send-message-container{padding:5px;background-color:#fff;display:flex;justify-content:start;align-items:center;}body #chat-bot-section #chat-box #send-message-container input{width:100%;font-size:13px;border:0;background-color:transparent;box-shadow:none;}body #chat-bot-section #chat-box #send-message-container .form-control:focus{border-color:inherit;box-shadow:none;}body #chat-bot-section #chat-box #send-message-container .send-button{padding:8px;}body #chat-bot-section .message-container{margin-bottom:1.5rem;display:flex;flex-direction:row;}body #chat-bot-section .message-container:last-of-type{margin-bottom:0;}body #chat-bot-section .message-container .message-text{display:flex;vertical-align:middle;padding:8px 15px;border-radius:5px;flex-direction:column;word-break:break-word;}body #chat-bot-section .message-container .message-text>p:last-of-type{margin-bottom:0;}body #chat-bot-section .message-container .message-text pre{max-width:220px;overflow-x:auto;}body #chat-bot-section .message-container .chat-bot-avatar{display:flex;flex-direction:column;align-items:center;}body #chat-bot-section .message-container .chat-bot-avatar .chat-bot-avatar-clip{width:35px;position:relative;overflow:hidden;border-radius:50%;margin-bottom:3px;}body #chat-bot-section .message-container .chat-bot-avatar .chat-bot-avatar-clip img{width:35px;height:100%;}body #chat-bot-section .message-container .chat-bot-avatar .chat-bot-avatar-text{text-align:center;text-transform:uppercase;font-size:9px;}body #chat-bot-section .message-container.role-bot .chat-bot-avatar{margin-right:10px;}body #chat-bot-section .message-container.role-bot .message-text{background-color:#f5f5f5;}body #chat-bot-section .message-container.role-user{justify-content:end;}body #chat-bot-section .message-container.role-user .message-text{background-color:#bee7fd;}body .typing{height:20px;display:flex;align-items:center;}body .typing__dot{float:left;width:5px;height:5px;margin:0 2px;background:#8d8c91;border-radius:50%;opacity:0;animation:loadingFade 1s infinite;}body .typing__dot:nth-child(1){animation-delay:0s;}body .typing__dot:nth-child(2){animation-delay:.2s;}body .typing__dot:nth-child(3){animation-delay:.4s;}@keyframes loadingFade{0%{opacity:0;}50%{opacity:.8;}100%{opacity:0;}}body #cookie-banner-container{position:fixed;bottom:0;width:100%;z-index:1050;}body #cookie-banner-container #chat-bot-section{position:absolute;}body #cookie-banner-container #cookie-banner{position:relative;}body #cookie-banner-container #cookie-banner-chat-bot-wrap{display:flex;justify-content:end;position:relative;}body.cookie-banner #chat-bot-section #chat-box{max-height:calc(100vh - 9rem);}