.--dark-theme{--chat-background: rgba(10, 14, 14, .95);--chat-panel-background: #131719;--chat-bubble-background: #ffffff;--chat-bubble-active-background: #171a1b;--chat-add-button-background: #212324;--chat-send-button-background: #2028bd;--chat-text-color: #1d1d26;--chat-options-svg: #a3a3a3}#chat{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);box-sizing:border-box;padding:1em;position:relative;overflow:hidden;display:flex;flex-direction:column}#chat:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}#chat .btn-icon{position:relative;cursor:pointer}#chat .btn-icon svg{stroke:#fff;fill:#fff;width:50%;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#chat .chat__conversation-board{padding:1em 2em;height:calc(100vh - 105px - 5.5em);flex:1 1 auto;overflow:auto;scrollbar-width:thin;scrollbar-color:rgba(32,40,189,.3) transparent}#chat .chat__conversation-board::-webkit-scrollbar{width:6px}#chat .chat__conversation-board::-webkit-scrollbar-track{background:transparent}#chat .chat__conversation-board::-webkit-scrollbar-thumb{background:#2028bd4d;border-radius:10px;transition:background .3s ease}#chat .chat__conversation-board::-webkit-scrollbar-thumb:hover{background:#2028bd80}#chat .chat__conversation-board__message-container.reversed{flex-direction:row-reverse}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble{position:relative}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span:not(:last-child){margin:0 0 2em}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person{margin:0 0 0 1.2em}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__options{align-self:center;position:absolute;left:0;display:none}#chat .chat__conversation-board__message-container{position:relative;display:flex;flex-direction:row;animation:messageSlideInLeft .4s cubic-bezier(.4,0,.2,1) forwards}#chat .chat__conversation-board__message-container.reversed{flex-direction:row-reverse;animation:messageSlideIn .4s cubic-bezier(.4,0,.2,1) forwards}#chat .chat__conversation-board__message-container:hover .chat__conversation-board__message__options{display:flex;align-items:center}#chat .chat__conversation-board__message-container:hover .option-item:not(:last-child){margin:0 .5em 0 0}#chat .chat__conversation-board__message-container:not(:last-child){margin:0 0 2em}#chat .chat__conversation-board__message__person{text-align:center;margin:0 1.2em 0 0}#chat .chat__conversation-board__message__person__avatar{height:40px;width:40px;overflow:hidden;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;ms-user-select:none;position:relative;box-shadow:0 3px 12px #00000026;transition:all .3s ease;border:2px solid #ffffff}#chat .chat__conversation-board__message__person__avatar:hover{transform:scale(1.05);box-shadow:0 5px 20px #0003}#chat .chat__conversation-board__message__person__avatar:before{content:"";position:absolute;height:100%;width:100%}#chat .chat__conversation-board__message__person__avatar img{height:100%;width:auto}#chat .chat__conversation-board__message__person__nickname{font-size:9px;color:#484848;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:none}#chat .chat__conversation-board__message__context{max-width:55%;align-self:flex-end}#chat .chat__conversation-board__message__options{align-self:center;position:absolute;right:0;display:none}#chat .chat__conversation-board__message__options .option-item{border:0;background:0;padding:0;margin:0;height:16px;width:16px;outline:none}#chat .chat__conversation-board__message__options .emoji-button svg{stroke:var(--chat-options-svg);fill:transparent;width:100%}#chat .chat__conversation-board__message__options .more-button svg{stroke:var(--chat-options-svg);fill:transparent;width:100%}#chat .chat__conversation-board__message__bubble span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:inline-table;word-wrap:break-word;background:var(--chat-bubble-background);font-size:1em;color:var(--chat-text-color);padding:.75em 1em;line-height:1.6;border-radius:18px;font-family:Lato,sans-serif;box-shadow:0 2px 12px #00000014;transition:all .2s ease;max-width:100%;position:relative}#chat .chat__conversation-board__message__bubble span:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-1px)}#chat .chat__conversation-board__message__bubble span pre{white-space:pre-line;font-family:sans-serif}#chat .chat__conversation-board__message__bubble:not(:last-child){margin:0 0 .3em}#chat .chat__conversation-panel{background:#fff;border-radius:12px;padding:0 1.2em;height:52px;margin:.5em 0 0;order:2;border:solid 2px #2028bd20;box-shadow:0 4px 16px #2028bd14;transition:all .3s ease}#chat .chat__conversation-panel:focus-within{border-color:#2028bd80;box-shadow:0 6px 20px #2028bd26;transform:translateY(-1px)}#chat .chat__conversation-panel__container{display:flex;flex-direction:row;align-items:center;height:100%}#chat .chat__conversation-panel__container .panel-item:not(:last-child){margin:0 1em 0 0}#chat .chat__conversation-panel__button{background:gray;height:20px;width:30px;border:0;padding:0;outline:none;cursor:pointer}#chat .chat__conversation-panel .add-file-button{height:25px;min-width:25px;width:25px;background:var(--chat-add-button-background);border-radius:50%;transition:all .3s ease}#chat .chat__conversation-panel .add-file-button:hover{background:#2a2c2d;transform:scale(1.05)}#chat .chat__conversation-panel .add-file-button svg{width:70%;stroke:#54575c;transition:stroke .2s ease}#chat .chat__conversation-panel .add-file-button:hover svg{stroke:#fff}#chat .chat__conversation-panel .emoji-button{min-width:25px;width:25px;height:25px;background:transparent;border-radius:50%;transition:all .3s ease}#chat .chat__conversation-panel .emoji-button:hover{background:#54575c1a;transform:scale(1.05)}#chat .chat__conversation-panel .emoji-button svg{width:100%;fill:transparent;stroke:#54575c;transition:stroke .2s ease}#chat .chat__conversation-panel .emoji-button:hover svg{stroke:#2028bd}#chat .chat__conversation-panel .send-message-button{background:var(--chat-send-button-background);height:32px;min-width:32px;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #2028bd33}#chat .chat__conversation-panel .send-message-button:hover{transform:scale(1.08);background:#fff;box-shadow:0 4px 16px #2028bd4d;transition:all .3s cubic-bezier(.4,0,.2,1)}#chat .chat__conversation-panel .send-message-button:hover svg{stroke:#2028bd;fill:#2028bd}#chat .chat__conversation-panel .send-message-button:active{transform:scale(.95)}#chat .chat__conversation-panel .send-message-button svg{margin:1px -1px}#chat .chat__conversation-panel__input{width:100%;height:100%;outline:none;position:relative;color:var(--chat-text-color);font-size:14px;background:transparent;border:0;font-family:Lato,sans-serif;resize:none;padding:8px 12px;border-radius:8px;transition:all .2s ease}#chat .chat__conversation-panel__input:focus{background:#2028bd05}#chat .chat__conversation-panel__input::placeholder{color:#999;font-size:14px;font-style:italic;opacity:.7;transition:opacity .2s ease}#chat .chat__conversation-panel__input:focus::placeholder{opacity:.4;transform:translateY(-1px)}#chat .chat__conversation-panel__input .panel-item{background-color:#f5f5f5}#chat .chat__conversation-panel__info{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5em;color:#d32f2f;font-size:.75em;font-weight:600;text-align:center;order:3;margin-top:4px;padding:4px 6px;background:transparent;border-radius:0;box-shadow:none;border:none;animation:infoFadeIn .3s ease-out forwards;transition:all .2s ease;word-wrap:break-word;white-space:normal;overflow-wrap:break-word}#chat .chat__conversation-panel__info:hover{color:#b71c1c;transform:translateY(-1px)}#chat .chat__conversation-panel__info .info-icon{min-width:16px;min-height:16px;width:16px;height:16px;stroke:#d32f2f;stroke-width:2.5;flex-shrink:0}#chat .chat__conversation-panel__info .info-text{flex:1;text-align:center;line-height:1.4}#chat .chat__conversation-close__bar{display:flex;justify-content:flex-end}#chat .chat__conversation-close__bar .chat__conversation-close__button{color:#fff;width:32px;height:32px;cursor:pointer;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}#chat .chat__conversation-close__bar .chat__conversation-close__button:hover{color:#fff;background:#ef5350e6;transform:scale(1.1);box-shadow:0 4px 16px #ef53504d}.chatbot_message_link{color:#007bff;text-decoration:underline}.error__message{background-color:#ef5350!important;color:#fff!important}.chat__quick-questions{display:flex;flex-wrap:nowrap;gap:8px;padding:3px 0;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#bfc8e6 #f5f5f5}.chat__quick-questions::-webkit-scrollbar{height:6px}.chat__quick-questions::-webkit-scrollbar-thumb{background:#bfc8e6;border-radius:4px}.chat__quick-questions::-webkit-scrollbar-track{background:#f5f5f5}.quick-question-button{color:#2028bd;font-size:12px;border:1px solid #2028bd37;box-shadow:0 3px 12px #2028bd1a;padding:8px 14px;border-radius:20px;cursor:pointer;background:linear-gradient(135deg,#fff,#f8f9ff);transition:all .3s cubic-bezier(.4,0,.2,1);min-width:120px;max-width:100%;word-break:break-word;white-space:nowrap;margin-bottom:0;flex:0 0 auto;font-weight:500;display:flex;align-items:center;justify-content:center;text-align:center}.quick-question-button:hover{background:linear-gradient(135deg,#2028bd,#4054ff);color:#fff;box-shadow:0 6px 20px #2028bd40;transform:translateY(-2px);border-color:transparent}@media only screen and (max-width: 600px){#chat{margin:0;border-radius:0;padding:.6em .5em;width:100vw;height:100vh;min-width:0}#chat .chat__conversation-board{padding:.5em;height:calc(100vh - 48px - 3em)}#chat .chat__conversation-board .chat__conversation-board__message-container .chat__conversation-board__message__context{max-width:100%}#chat .chat__conversation-board__message__person__avatar{height:28px;width:28px}#chat .chat__conversation-board__message__person__nickname{font-size:8px}#chat .chat__conversation-board__message__bubble span{font-size:.95em;padding:.4em .6em;max-width:100%}#chat .chat__conversation-panel{height:48px;margin:.3em 0 0;padding:.5em .7em;border-radius:12px}#chat .chat__conversation-panel__input{font-size:13px;padding:.5em .7em;border-radius:8px;background:#f8f8f8;margin-bottom:.1em}#chat .chat__conversation-panel__input::placeholder{color:#999;font-size:12px;font-style:italic;opacity:.8}#chat .chat__conversation-panel .send-message-button,#chat .chat__conversation-panel .add-file-button,#chat .chat__conversation-panel .emoji-button{min-width:26px;width:26px;height:26px}#chat .chat__conversation-panel__info{font-size:.65em;margin-top:3px;padding:3px 5px;gap:.4em;justify-content:flex-start;text-align:left;align-items:flex-start}#chat .chat__conversation-panel__info .info-icon{min-width:14px;min-height:14px;width:14px;height:14px;flex-shrink:0;margin-top:1px}#chat .chat__conversation-board__message__person{margin:0 .4em 0 0}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__person{margin:0 0 0 .4em}.chat__quick-questions{gap:6px;padding:2px 0;justify-content:flex-start}.quick-question-button{font-size:13px;padding:10px 16px;border-radius:12px;min-width:120px;max-width:100%}}@media only screen and (max-width: 400px){.chat__quick-questions{gap:4px;padding:1px 0}.quick-question-button{font-size:11px;padding:8px 12px;min-width:100px;max-width:100%}}@media only screen and (max-width: 350px){.chat__quick-questions{gap:2px;padding:0}.quick-question-button{font-size:10px;padding:6px 8px;min-width:80px;max-width:100%}}@media only screen and (max-width: 320px){#chat .chat__conversation-panel__info{font-size:.6em;margin-top:2px;padding:2px 4px;gap:.3em;flex-wrap:nowrap;justify-content:flex-start;text-align:left;align-items:flex-start}#chat .chat__conversation-panel__info .info-icon{min-width:12px;min-height:12px;width:12px;height:12px;flex-shrink:0;margin-top:1px}}@media only screen and (min-width: 601px) and (max-width: 1024px){#chat .chat__conversation-panel__info{font-size:.7em;padding:3px 7px;gap:.45em;justify-content:flex-start;text-align:left;align-items:flex-start}#chat .chat__conversation-panel__info .info-icon{min-width:15px;min-height:15px;width:15px;height:15px;flex-shrink:0;margin-top:1px}}#chat .chat__conversation-board__message-container.reversed .chat__conversation-board__message__bubble span{background:linear-gradient(135deg,#2028bd,#4054ff);color:#fff;border-radius:18px 18px 4px}#chat .chat__conversation-board__message-container:not(.reversed) .chat__conversation-board__message__bubble span{background:#fff;border-radius:18px 18px 18px 4px;border:1px solid rgba(0,0,0,.05)}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes messageSlideInLeft{0%{opacity:0;transform:translate(-20px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes infoFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{box-shadow:0 3px 12px #ef53504d}50%{box-shadow:0 5px 20px #ef535080}}#chat .chat__conversation-panel__info.critical{color:#b71c1c;font-weight:700}#chat .chat__conversation-panel__info.critical .info-icon{stroke:#b71c1c;stroke-width:3}#chat .chat__conversation-panel__info.warning{color:#e65100;font-weight:600}#chat .chat__conversation-panel__info.warning .info-icon{stroke:#e65100;stroke-width:2.5}#chat .chat__conversation-panel__info.success{color:#2e7d32;font-weight:600}#chat .chat__conversation-panel__info.success .info-icon{stroke:#2e7d32;stroke-width:2.5}.loader-container{display:flex;justify-content:center;align-items:center;height:16px}.bouncing-dots{display:flex;justify-content:space-between;width:24px}.dot{width:6px;height:6px;background-color:#2028bd;border-radius:50%;animation:bounce 1.5s infinite}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.chat-icon-container{position:fixed;bottom:40px;right:40px;width:40px;height:40px;border-radius:50%;background-color:#2028bd;display:flex;justify-content:center;align-items:center;transform:scale(1);transition:transform .4s ease}.chat-icon-container:hover{transform:scale(1.2);transition:transform .4s ease;cursor:pointer}.chat-icon-container:active{transform:scale(1.1);background-color:#fff;border:2px solid #2028bd;transition:transform .1s ease}.chat-icon-container:active .chat-icon-svg{color:#2028bd}.chat-icon-svg{width:24px;height:24px;color:#fff}
