.chatbox-container{z-index:1000;position:fixed;bottom:20px;right:20px}@keyframes flyInBottomRight{0%{opacity:0;transform:translate(100px,100px)}to{opacity:1;transform:translate(0)}}.chatbox-message-wrapper{background:#fff;border-radius:12px;flex-direction:column;width:400px;height:600px;animation:.6s ease-out flyInBottomRight;display:none;position:fixed;bottom:5px;right:20px;box-shadow:0 4px 12px #0000004d}.chatbox-message-wrapper.open{display:flex}.chatbox-float-btn{z-index:9999;position:fixed;bottom:-55px;right:-60px}.chatbox-float-animation{width:220px;height:220px}.chatbox-header{color:#fff;text-align:center;background:#192437;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px;font-weight:700;display:flex}.chatbox-close-button{color:#192437;cursor:pointer;background:#fff;border:2px solid #ccc;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:background .3s,border-color .3s;display:flex;box-shadow:0 2px 6px #0000001a}.chatbox-message-content{flex:1;padding:12px;overflow-y:auto}.chatbox-message-item{color:#fff;letter-spacing:1px;word-wrap:break-word;text-align:left;background-color:#0000;border:1px solid #ccc;border-radius:6px;max-width:80%;margin:4px 0;padding:14px 15px;display:inline-block}.chatbox-message-item.sent{color:#fff;text-align:right;background:#f5a526;border:none}.chatbox-message-item.received{color:#fff;text-align:left;background:#2a3a54;border:none}.chatbox-message-item.auto-generated{color:#333;text-align:center;position:relative}.chatbox-message-item.sent:before,.chatbox-message-item.auto-generated:before{content:"";z-index:-1;border-radius:10px;padding:6px;position:absolute;inset:0}.chatbox-options{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px;display:flex}.chatbox-option{letter-spacing:.8px;text-align:center;cursor:pointer;color:#333;background:#ffffffe6;border:none;border-radius:6px;flex:0 0 calc(50% - 10px);padding:10px;font-size:11px;font-weight:700;transition:all .3s;box-shadow:0 4px 6px #0000001a}.chatbox-input-wrapper{background:#fff;border-top:1px solid #ddd;padding:12px;display:flex}.chatbox-message-input{border:1px solid #ddd;border-radius:5px;flex:1;padding:10px}.chatbox-send-button{color:#fff;text-transform:uppercase;cursor:pointer;background:#f5a526;border:none;border-radius:91px;justify-content:center;align-items:center;height:50px;margin-left:6px;padding:0 20px;font-weight:700;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex;position:relative;overflow:hidden}.typing-indicator{align-items:center;gap:4px;display:inline-flex}.typing-indicator span{background:#888;border-radius:50%;width:6px;height:6px;animation:1.2s infinite typingBlink}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBlink{0%{opacity:.2;transform:scale(1)}50%{opacity:1;transform:scale(1.4)}to{opacity:.2;transform:scale(1)}}@media (max-width:768px){.chatbox-message-wrapper{width:65vw;height:60vh;bottom:1vh;right:2vw}.chatbox-header{padding:12px}.chatbox-float-animation{width:250px;height:250px}.chatbox-float-btn{bottom:-55px;right:-40px}.chatbox-close-button{width:28px;height:28px;font-size:14px}.chatbox-message-item{padding:10px 12px;font-size:14px}.chatbox-options{flex-direction:row;gap:8px}.chatbox-option{flex:0 0 calc(50% - 10px);padding:12px;font-size:13px}.chatbox-input-wrapper{padding:8px}.chatbox-message-input{padding:8px;font-size:15px}.chatbox-send-button{height:40px;padding:0 15px;font-size:.9em}.typing-indicator span{width:5px;height:5px}}@media (min-width:769px) and (max-width:1024px){.chatbox-message-wrapper{width:70vw;height:70vh;bottom:1vh;right:1vw}.chatbox-float-animation{width:300px;height:300px}.chatbox-float-btn{bottom:-75px;right:-80px}.chatbox-option{flex:0 0 calc(50% - 10px);padding:14px;font-size:14px}.chatbox-message-item{font-size:15px}.chatbox-header{font-size:1.1em}.chatbox-send-button{height:45px;font-size:1em}}@media (max-width:480px){.chatbox-message-wrapper{border-radius:4px;width:80vw;height:70vh;bottom:1.2vh;right:2.5vw}.chatbox-message-content{padding:8px}.chatbox-header{padding:10px;font-size:1em}.chatbox-float-animation{width:150px;height:150px}.chatbox-float-btn{bottom:-25px;right:-30px}.chatbox-close-button{width:24px;height:24px;font-size:12px}.chatbox-message-item{padding:8px 10px;font-size:12px}.chatbox-option{padding:10px;font-size:12px}.chatbox-send-button{height:36px;padding:0 12px;font-size:.8em}}
