:root{--signature-green: #35a100;--sans-serif-ff: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}body{margin:0;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}canvas{height:100vh;width:100vh}video{height:20rem;width:20rem;margin-left:2rem}.bot-init__container{position:fixed;bottom:20px;right:20px;cursor:pointer;z-index:1000}.MuiOutlinedInput-notchedOutline{display:none!important}.chat-input__button{margin-left:8px}.MuiInputBase-root{padding-right:8px!important}.three-dots-loading{font-weight:700;display:inline-block;font-family:monospace;color:#26890d;clip-path:inset(0 3ch 0 0);animation:l 2s steps(4) infinite}@keyframes l{to{clip-path:inset(0 -1ch 0 0)}}.chat-window__container{display:flex;flex-direction:column;height:100%;background:#fff;-webkit-backdrop-filter:blur(6.25px);backdrop-filter:blur(6.25px);border-radius:12px;overflow:hidden;width:100%;position:relative}@media screen and (max-width: 768px){.chat-window__container{display:flex;flex-direction:column;height:100%;background:#fff;-webkit-backdrop-filter:blur(6.25px);backdrop-filter:blur(6.25px);border-radius:12px;overflow:hidden;width:100%}}.chat-window__messages{flex-grow:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem;width:100%}.chat-window__message-container{display:flex;align-items:flex-start;width:100%}.chat-window__message-container--user{justify-content:flex-end}.chat-window__message-container--bot{justify-content:flex-start;text-align:left}.chat-window__avatar{width:40px;height:40px;border-radius:50%;margin-right:10px;flex-shrink:0}.chat-window__avatar img{width:100%;height:100%;object-fit:cover}.chat-window__message-content{display:flex;flex-direction:column}.chat-window__message{padding:12px;border-radius:18px;word-wrap:break-word;background:#fff}.chat-window__message--user{color:#222!important;border-bottom-right-radius:0;align-self:flex-end;display:flex;font-size:14px;background:#f5f5f5}.chat-window__message--bot{color:#222;border-bottom-left-radius:0;display:flex;font-size:14px;background:#ddefe8}.chat-window__user-label{font-size:12px;color:#fff;background-color:#000;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:8px;padding:5px 4px}.chat-window__typing-indicator{align-self:flex-start;font-style:italic;color:#888;background:transparent;padding:8px 12px;border-radius:18px}.chat-window__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff}.chat-window__messages::-webkit-scrollbar{width:8px}.chat-window__messages::-webkit-scrollbar-track{background:#fff}.chat-window__messages::-webkit-scrollbar-thumb{background-color:#35a100;border-radius:4px}.chat-window__messages::-webkit-scrollbar-thumb:hover{background-color:#2c8500}.message-card{width:100%;margin-top:8px;background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000001a;border-bottom-left-radius:0!important;display:flex}.new-chat__container{background-image:url(/images/new-chat-bg.jpg);background-size:cover;background-position:center;height:100%;width:100%;padding:1rem;color:#4caf50;position:fixed}.new-chat__bot-init{display:flex;align-items:center;justify-content:center;margin-top:1rem}
