.chatbot-wrapper{z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease-in-out;position:fixed;bottom:100px;right:20px;transform:translateY(20px)}.chatbot-wrapper.open{opacity:1;visibility:visible;transform:translateY(0)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chatbot-wrapper .loader{border:3px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;width:24px;height:24px;margin:0 auto;animation:1s linear infinite spin}.chatbot-wrapper .loader.small{border-width:2.25px;width:18px;height:18px}.chatbot-wrapper .loader.large{border-width:4.5px;width:36px;height:36px}.chatbot-wrapper .loader.inverse{border:3px solid #007bff33;border-top-color:#007bff}.chatbot-wrapper .chat-link{word-break:break-all!important;color:#007bff!important;text-decoration:underline!important}.chatbot-wrapper .chat-link:hover{opacity:.8!important}.fab-button{z-index:1001;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;transition:transform .2s ease-in-out;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 8px #0003;color:#fff!important;cursor:pointer!important;background-color:#007bff!important;border:1px solid #fff!important;border-radius:50%!important}.fab-button:hover{transform:scale(1.1)}.fab-button .close-icon{font-size:32px;line-height:1}.fab-button .chat-icon{font-size:24px}.chatbot-container{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;max-width:500px;margin:0 auto;padding:20px;box-shadow:0 4px 12px #00000026}.messages{flex-direction:column;gap:10px;height:500px;padding:10px;display:flex;overflow-y:auto}.message{border-radius:8px;max-width:80%;padding:10px}.message.user{color:#fff;background-color:#007bff;align-self:flex-end}.message.assistant{color:#252424;background-color:#cbcbcb;align-self:flex-start}.input-form{gap:10px;margin-top:20px;display:flex}.input-form input{border:1px solid #ddd;border-radius:4px;flex:1;padding:10px}.input-form button{color:#fff!important;cursor:pointer!important;background-color:#007bff!important;border:none!important;border-radius:4px!important;padding:10px 20px!important}.input-form button:disabled{background-color:#ccc}
