.chatbox-container{z-index:2000;background:#fff;border:1px solid #c3cbd4;border-radius:10px;width:320px;transition:transform .3s ease-in-out;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 4px 8px #0000001a}@media (max-width:577px){.chatbox-container{z-index:2000;background:#fff;border:1px solid #c3cbd4;border-radius:10px;width:90%;transition:transform .3s ease-in-out;position:fixed;bottom:20px;right:20px;overflow:hidden;box-shadow:0 4px 8px #0000001a}}.chatbox-header{color:#fff;background:#0d74e1;padding:8px;display:flex}.avatar-header{flex-direction:column;padding:0 16px;display:flex}.avatar-header h6{color:#f3f4f6;margin-bottom:0!important}.avatar-header p{color:#f3f4f6;margin-bottom:0;font-size:10px}.avatar-text{justify-content:space-between;align-items:center;width:100%;display:flex}.avatar-text p{color:#f3f4f6;margin-bottom:4px}.avatar img{border-radius:50%;width:40px;height:40px}.chatbox-close{color:#fff;cursor:pointer;margin-left:auto;padding:5px;font-size:20px;font-weight:700}.chatbox-close:hover{color:#f0f8ff}.chatbox-name{font-weight:700}.chatbox-status{color:#dbeafe;font-size:12px}.chatbox-messages{background-color:#fafafa;flex-direction:column;gap:10px;height:300px;padding:16px;display:flex;overflow-y:auto}.fa-location-dot{color:#2d70c7;font-size:20px}.chatbox-message{word-wrap:break-word;white-space:pre-wrap;border-radius:8px;flex-direction:column;max-width:80%;padding:8px;display:flex;position:relative}.chatbox-message.bot{color:#303841;background:#f3f4f6;align-self:flex-start;min-width:80px}.chatbox-message.bot span{color:#898d93;font-size:8px;display:block}.chatbox-message.user{color:#2d70c7;background:#f0f8ff;align-self:flex-end;min-width:80px}.chatbox-message.user span{color:#789cd0;font-size:8px;display:block}.chatbox-input{border-top:1px solid #ddd;align-items:center;padding:10px;display:flex}.chatbox-textinput{border:1px solid #ddd;border-radius:5px;outline:none;flex:1;width:90%;padding:8px}.chatbox-sendbutton{color:#fafafa;cursor:pointer;background-color:#fff;border:none;border-radius:50%;margin-left:8px;padding:2px}.chatbox-sendbutton img{width:30px;height:30px}.chatbox-sendbutton:hover{background:#fafafa}
