.chatbot-container{position:fixed;bottom:5px;right:30px;z-index:9999}.chatbot-window{position:absolute;bottom:0;right:0;width:320px;height:450px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:15px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 10px 30px #00000080;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1)}@media screen and (min-width:1024px){.chatbot-window{height:650px!important}}.chatbot-window.active{opacity:1;visibility:visible;transform:translateY(0)}.chatbot-header{padding:15px;background:#385c78;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-direction:column;border-bottom:2px solid #ebbd14}.chatbot-author{display:flex;align-items:center;gap:12px;width:100%}.chatbot-avatar{width:160px;height:215px;border-radius:10%;border:2px solid #ebbd14;object-fit:cover}.chatbot-info{display:flex;flex-direction:column}.chatbot-name{font-weight:700;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.chatbot-status{font-size:10px;opacity:.8}.chatbot-status:before{content:"";display:inline-block;width:6px;height:6px;background:#25d366;border-radius:50%;margin-right:5px}.chatbot-status.offline:before{background:#ff4c4c}.close-chatbot{background:#ffffff1a;border:none;color:#fff;font-size:20px;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:0;padding:0;transition:background .2s ease}.close-chatbot:hover{background:#fff3}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;display:flex;flex-direction:column;gap:15px}.message{max-width:80%;padding:10px 15px;border-radius:12px;font-size:14px;line-height:1.4}.message.bot{align-self:flex-start;background:#ffffff0d;color:#eee;border-bottom-left-radius:2px}.message.user{align-self:flex-end;background:#ebbd14;color:#222;border-bottom-right-radius:2px;font-weight:500}.chatbot-input-area{padding:5px;background:#ffffff08;display:flex;gap:4px}.chatbot-input-area input{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:8px 15px;color:#fff;font-size:14px}.chatbot-input-area input:focus{outline:none;border-color:#ebbd14}.chatbot-input-area button{background:#ebbd14;border:none;width:34px;height:34px;border-radius:50%;color:#222;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.chatbot-input-area button i{margin:0}.chatbot-input-area button:hover{background:#fff;transform:scale(1.1)}@media(max-width:1024px){.chatbot-container{display:none!important}.chatbot-window{width:315px;height:600px}.chatbot-header{position:relative;padding-bottom:5px}.close-chatbot{position:absolute;bottom:10px;right:15px;z-index:10}.chatbot-messages{height:218px;flex:none}}.content-area{padding-left:20px!important}body:not(.home-page) .content-area{max-width:100%!important}#QR_Code{text-align:center;width:100%;display:flex;justify-content:center;margin-top:20px}
