.chatbot{position:fixed;bottom:20px;right:20px;z-index:1000}.chatbot-container{display:none;width:350px;height:500px;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0003;flex-direction:column;overflow:hidden}.chatbot-container.active{display:flex;margin-bottom:4rem}.chatbot-header{background:#4a6fa5;color:#fff;padding:15px;display:flex;justify-content:space-between;align-items:center;gap:10px}.chatbot-header-title{display:flex;align-items:center}.close-chat{cursor:pointer;background-color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;color:#4a6fa5}.chatbot-avatar{width:40px;height:40px;border-radius:50%}.chatbot-messages{flex:1;padding:15px;overflow-y:auto;background:#f5f5f5;color:#000}.message{display:flex;margin-bottom:15px;gap:10px}.message-avatar{width:30px;height:30px;border-radius:50%;margin-top:5px}.message p{background:#fff;padding:10px 15px;border-radius:15px;margin:0;max-width:80%;box-shadow:0 1px 2px #0000001a}.user-message{flex-direction:row-reverse}.user-message p{background:#4a6fa5;color:#fff}.chatbot-input{display:flex;padding:10px;background:#fff;border-top:1px solid #eee}.chatbot-input input{flex:1;padding:10px;border:1px solid #ddd;border-radius:20px;outline:none}.chatbot-input button{background:#4a6fa5;color:#fff;border:none;width:40px;height:40px;border-radius:50%;margin-left:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-chatbot{position:fixed;bottom:20px;right:20px;background:#4a6fa5;color:#fff;border:none;padding:10px 20px;border-radius:25px;display:flex;align-items:center;gap:10px;cursor:pointer;box-shadow:0 2px 10px #0000001a;z-index:1001}.btn-chatbot img{width:30px;height:30px;border-radius:50%}@media (max-width: 480px){.chatbot-container{width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;border-radius:0}.btn-chatbot{bottom:10px;right:10px}}
