.valor-chat{align-items:center;background-color:var(--v-shield-dark);border-radius:50%;bottom:20px;box-shadow:0 2px 5px rgba(0,0,0,.2);cursor:pointer;display:flex;height:45px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:45px;z-index:9999}.valor-chat:hover{background-color:var(--v-shield-light)}.valor-chat i{color:#fff;font-size:24px}@media (max-width:768px){.valor-chat{bottom:15px;height:50px;right:15px;width:50px}.valor-chat i{font-size:20px}}.valor-chat-button{background-color:#007cbc;border:none;border-radius:50%;bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.2);color:#fff;cursor:pointer;height:45px;left:20px;margin:0;outline:none;padding:0;position:fixed;right:auto;transform:none;width:45px;z-index:999999;-webkit-tap-highlight-color:transparent;user-select:none}.button-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.valor-chat-button i{font-size:20px;pointer-events:none}.valor-chat-button.hidden{opacity:0;transform:translateY(100%)}.valor-chat-window{background:#fff;border-radius:10px;bottom:90px;box-shadow:0 5px 15px rgba(0,0,0,.2);display:flex;flex-direction:column;height:500px;left:20px;position:fixed;transform-origin:bottom left;transition:all .3s ease;width:350px;z-index:1000}.valor-chat-window.hidden{opacity:0;transform:scale(0);transform-origin:bottom left}.chat-header{align-items:center;background:#007cbc;border-radius:10px 10px 0 0;color:#fff;display:flex;justify-content:space-between;padding:15px}.chat-messages{flex-grow:1;overflow-y:auto;padding:15px}.chat-message{border-radius:10px;margin:10px 0;max-width:80%;padding:10px}.user-message{background:#e9ecef;margin-left:auto}.bot-message{background:#299bd7;color:#fff;margin-right:auto}.chat-input{border-top:1px solid #dee2e6;display:flex;padding:15px}.chat-input input{border:1px solid #dee2e6;border-radius:4px;flex-grow:1;margin-right:10px;padding:8px}.chat-input button{background:#007cbc;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 15px}@media (max-width:768px){.valor-chat-window{bottom:75px;height:60vh;left:15px;right:15px;width:90%}.valor-chat-button{bottom:15px;height:50px;left:15px;right:auto;width:50px}.valor-chat i{font-size:20px}}.valor-chat-button,.valor-chat-button *{pointer-events:auto!important}#close-chat{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;line-height:1;margin:0;opacity:.8;padding:0;transition:opacity .2s;width:24px}#close-chat:hover{opacity:1}#valor-chat-iframe{background:transparent;border:none;border-radius:10px;bottom:20px;height:700px;left:20px;max-height:90vh;min-height:600px;overflow:hidden;pointer-events:auto;position:fixed;transition:all .3s ease;width:420px;z-index:1000}@media screen and (max-width:768px){#valor-chat-iframe{border-radius:0;bottom:0;height:100%;left:0;margin:0;max-height:100%;min-height:auto;right:0;width:100%}}