.chatbot-toggle{position:fixed;right:24px;bottom:24px;z-index:500;border:1px solid var(--primary);background:#08233a;color:var(--primary);padding:13px 17px;box-shadow:0 0 25px #13c8f044;cursor:pointer;font-weight:800}.chatbot-toggle i{margin-right:7px}.chatbot-panel{position:fixed;right:24px;bottom:24px;width:min(390px,calc(100vw - 28px));height:min(590px,calc(100vh - 120px));z-index:501;background:#061a2d;border:1px solid #1c7898;box-shadow:0 20px 80px #0009;overflow:hidden}.chatbot-head{height:70px;padding:15px;display:flex;align-items:center;justify-content:space-between;background:#0b304a;border-bottom:1px solid #1d6684}.chatbot-head>div{display:flex;gap:11px;align-items:center}.chatbot-head>div>i{width:38px;height:38px;display:grid;place-items:center;background:var(--primary);color:#052033}.chatbot-head span small{display:block;color:#75a6b8;font-size:9px}.chatbot-head button{border:0;background:transparent;color:#a9cad7;font-size:26px}.chatbot-messages{height:calc(100% - 150px);padding:15px;overflow:auto;display:flex;flex-direction:column;gap:10px}.bot-message,.user-message{max-width:87%;padding:11px 13px;font-size:12px;line-height:1.55;white-space:pre-wrap}.bot-message{align-self:flex-start;background:#0b304a;border:1px solid #185c78}.user-message{align-self:flex-end;background:#10627a}.chatbot-form{height:55px;display:flex;gap:7px;padding:7px;border-top:1px solid #174d68}.chatbot-form textarea{flex:1;resize:none;padding:10px;background:#041523;color:#e9faff;border:1px solid #185c78}.chatbot-form button{width:42px;border:0;background:var(--primary);color:#052033}.chatbot-note{display:block;text-align:center;color:#668c9c;font-size:8px;padding:4px}@media(max-width:520px){.chatbot-toggle,.chatbot-panel{right:14px;bottom:14px}.chatbot-panel{height:calc(100vh - 100px)}}
