.chatbot-container{position:fixed;bottom:24px;right:24px;z-index:1000}.chatbot-container .ant-btn-primary:hover{color:white!important}.chatbot-pinned{background:white;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:16px;transition:all .3s ease;overflow:hidden}.chatbot-pinned.minimized{max-height:60px}.chatbot-pinned-header{padding:12px 16px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#fafafa;cursor:pointer}.chatbot-pinned-messages{max-height:200px;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:white}.chatbot-pinned-messages::-webkit-scrollbar{width:6px}.chatbot-pinned-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-pinned-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.chatbot-pinned-messages::-webkit-scrollbar-thumb:hover{background:#555}.chatbot-pinned-input{padding:12px 16px;border-top:1px solid #f0f0f0;background:#fafafa}.chatbot-pinned-input .ant-input{border-radius:20px;padding:6px 12px}.chatbot-toggle-button{width:auto;height:56px;border-radius:28px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;gap:8px;padding:0 24px;background:#18474B;border:none}.chatbot-toggle-button:hover{background:#0f2e31!important;box-shadow:0 6px 16px rgba(0,0,0,.2)}.chatbot-window{width:380px;height:600px;background:white;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden}.chatbot-header{padding:16px;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center;background:#fafafa}.chatbot-messages{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#555}.chatbot-message{display:flex;align-items:flex-start;gap:8px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{flex-direction:row-reverse}.bot-message{flex-direction:row}.message-bubble{max-width:75%;padding:10px 14px;border-radius:12px;word-wrap:break-word}.user-message .message-bubble{background:#18474B;color:white;border-bottom-right-radius:4px}.bot-message .message-bubble{background:#f0f0f0;color:#333;border-bottom-left-radius:4px}.chatbot-input-container{padding:16px;border-top:1px solid #f0f0f0;background:#fafafa}.chatbot-input-container .ant-input{border-radius:20px;padding:8px 16px}.chatbot-input-container .ant-input-suffix{margin-left:8px}@media (max-width:768px){.chatbot-container{bottom:16px;right:16px}.chatbot-window{width:calc(100vw - 32px);height:calc(100vh - 100px);max-height:600px}.chatbot-toggle-button{width:56px;height:56px;border-radius:50%;padding:0;justify-content:center}.chatbot-toggle-button span{display:none}}.user-layout .ant-layout-content{padding:0!important}.bannerContainer{padding-left:30px!important;padding-right:30px!important}