@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");*{font-family:Montserrat,sans-serif;font-optical-sizing:auto;font-style:normal}#chat-btn{border-radius:100%;box-shadow:0 0 6px 2px #69696960;-webkit-box-shadow:0 0 6px 2px #69696960;-moz-box-shadow:0 0 6px 2px #69696960;position:fixed;height:60px;width:60px;right:40px;bottom:40px;background:#8B795E;z-index:0}#chat-btn,#ring-design{display:flex;justify-content:center;align-items:center}#ring-design{width:28px;height:28px;background:conic-gradient(from 90deg at 78.05% 50%,#0062cc 0deg,#8B795E 180deg,#a1a1a1 1turn)}#ring-design span{width:50%;height:50%;background:white;display:flex;align-items:center;justify-content:center;text-align:center}#chat-section{border-top-right-radius:15px;border-top-left-radius:15px;height:70vh;max-height:700px;width:380px;position:fixed;bottom:0;right:20px;display:none;box-shadow:0 0 10px 2px rgba(150,150,150,.4);-webkit-box-shadow:0 0 10px 2px rgba(150,150,150,.4);-moz-box-shadow:0 0 10px 2px rgba(150,150,150,.4);flex-direction:column;overflow:hidden;z-index:1;background:white}.chat-section-header{padding:20px;background:#8B795E;color:white;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:space-between;flex-shrink:0;box-shadow:0 5px 10px 0 #00000008;-webkit-box-shadow:0 5px 10px 0 #00000008;-moz-box-shadow:0 5px 10px 0 #00000008;user-select:none;z-index:10;position:relative;font-weight:600}.chat-header-row{display:flex;flex-direction:row;align-items:center}.support-name{margin:0 10px}.circle{height:40px;width:40px;border-radius:50%;background:#EFF8F7;display:flex;align-items:center;justify-content:center;flex-shrink:0}.circle>img{image-rendering:pixelated}.circle>img,.circle>svg{width:50%;height:50%}.chat-header-row>svg{width:15px;height:15px;margin-right:10px;margin-left:10px}.chat-header-row button{background:white;margin-left:5px}.chat-header-row button:hover{box-shadow:0 5px 10px 0 #00000028;-webkit-box-shadow:0 5px 10px 0 #00000028;-moz-box-shadow:0 5px 10px 0 #00000028;background:#f6f6f6}.chat-section-content{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;margin:0 10px;-ms-overflow-style:none;scrollbar-width:none}.chat-section-content::-webkit-scrollbar{display:none;width:0;height:0}.bot-message-block{flex-direction:row}.bot-message-block,.user-message-block{display:flex;margin-top:10px;margin-bottom:10px}.user-message-block{flex-direction:row-reverse}.chat-message{max-width:80%;padding:10px 15px;border-radius:50px;margin:0 10px;font-size:14px;line-height:18px;font-weight:500}.chat-message a{font-weight:600;color:#2563eb;text-decoration:underline}.chat-message a:hover{color:#1e40af;text-decoration:none}.bot-message{background:#e9ecef;color:#343a40;align-self:flex-start;border-bottom-left-radius:25px;border-top-left-radius:10px;padding-right:20px}.user-message{background:#8B795E;color:#ffffff;align-self:flex-end;border-bottom-right-radius:25px;border-top-right-radius:10px;padding-left:20px}.typing-dots{position:relative;display:none;span{content:"";animation:blink 1s infinite;animation-fill-mode:both;height:10px;width:10px;background:#8B795E;position:absolute;left:50px;top:15px;border-radius:50%;&:nth-child(2){animation-delay:.2s;margin-left:15px}&:nth-child(3){animation-delay:.4s;margin-left:30px}}}#dots-connecting{display:block}#connected-message,#unconnected-message{display:none}.error-message{background:#f8d7da;color:#721c24}@keyframes blink{0%{opacity:.1}20%{opacity:1}to{opacity:.1}}.markdown-container p:has(+p){white-space:pre-wrap;margin-bottom:16px}.markdown-container p:has(+ol),.markdown-container p:has(+ul){margin-bottom:4px}.markdown-container ol,.markdown-container ul{white-space:normal;padding-left:25px;display:block;margin-bottom:16px}.markdown-container ol{list-style-type:decimal}.markdown-container ul{list-style-type:disc}.markdown-container li{display:list-item;margin-bottom:4px}.chat-section-footer{display:flex;flex-direction:row;padding:10px;margin:20px;border-radius:50px;align-items:center;flex-shrink:0;box-shadow:0 5px 10px 0 #0000000D;justify-self:center;width:90%}.user-avatar{background:#F3F3F3}.message-input{flex-grow:1;padding:10px 15px;margin-right:15px;font-size:14px;outline:none;color:#343a40}.send-button{background-color:#8B795E;cursor:pointer;transition:background-color .2s}.send-button svg{fill:white}.send-button:hover{background-color:#796A51}.chat-section-header .chat-header-row:first-child .circle{background-color:transparent}