.float-gma-chat-btn{background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ height=\'30px\'\ viewBox=\'0\ -960\ 960\ 960\'\ width=\'30px\'\ fill=\'%23e3e3e3\'%3E%3Cpath\ d=\'M240-399.33h315.33V-466H240v66.67ZM240-526h480v-66.67H240V-526Zm0-126.67h480v-66.66H240v66.66ZM480-80\ 375-238H146.67q-27.5\ 0-47.09-19.58Q80-277.17\ 80-304.67v-508.66q0-27.5\ 19.58-47.09Q119.17-880\ 146.67-880h666.66q27.5\ 0\ 47.09\ 19.58Q880-840.83\ 880-813.33v508.66q0\ 27.5-19.58\ 47.09Q840.83-238\ 813.33-238H585L480-80Zm0-120\ 69.33-104.67h264v-508.66H146.67v508.66h264L480-200Zm0-359.33Z\'/%3E%3C/svg%3E);background-color:var(--chat-primary-color);background-repeat:no-repeat;background-position:center;outline:1px solid var(--chat-primary-color);width:50px;height:50px;border-radius:50%;position:fixed;z-index:99999;right:5px;bottom:5px;box-shadow: 1px 0px 5px 0px #0000006b;cursor:pointer;transition:.3s;animation:jump-once 1s ease}.float-gma-chat-btn:hover{background-color:var(--chat-primary-color);transform:translateY(-5px);outline:1px solid #fff}.float-gma-chat-btn.actived{outline:1px solid #fff}.float-gma-chat-btn.actived::before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background: conic-gradient(
        #dc3545, 
        #ffc107, 
        #198754,
        #0b854d,
        var(--chat-primary-color),
        #720eec,
        #dc3545
    );border-radius:50%;animation:rotateColors 3s linear infinite;z-index:-1}.float-gma-chat-btn.actived::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:inherit;border-radius:50%;z-index:-1}.float-gma-chat-container{display:none;position:fixed!important;z-index:99999!important;right:5px!important;padding:45px 15px 15px 15px!important;bottom:70px!important;max-height:600px!important;max-width:340px!important;width:100%!important;height:100%!important;background:#fff!important;border:1px solid #ccc!important;border-radius:15px!important;overflow:hidden;box-shadow: 0px 2px 6px -2px #0000006b !important;background:url(data:image/svg+xml;utf8,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ width=\"120\"\ height=\"120\"\ viewBox=\"0\ 0\ 120\ 120\"><rect\ fill=\"%23e6f0ff\"\ opacity=\"0.2\"\ x=\"15\"\ y=\"25\"\ width=\"35\"\ height=\"35\"\ rx=\"6\"/><rect\ fill=\"%23d4e6ff\"\ opacity=\"0.15\"\ x=\"70\"\ y=\"50\"\ width=\"30\"\ height=\"30\"\ rx=\"6\"/><circle\ fill=\"%23c2dcff\"\ opacity=\"0.18\"\ cx=\"40\"\ cy=\"80\"\ r=\"18\"/></svg>) , linear-gradient(#fff,#f8fbff)!important;background-size:cover!important}.float-gma-chat-head{position:absolute!important;top:0!important;left:0!important;color:#fff!important;background:var(--chat-primary-color)!important;width:100%!important}.float-gma-chat-messages{scrollbar-width:none!important;-ms-overflow-style:none!important}.float-gma-chat-messages::-webkit-scrollbar{display:none}.float-gma-chat-head h3{color:#fff!important;font-size:15px!important;line-height:35px!important;margin:0!important;text-align:center!important}.float-gma-chat-head h3:after{content:none}span#close-float-gma-chat{display:inline-block!important;width:35px!important;height:35px!important;background-image:url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'%23ffffff\'%3E%3Cpath\ d=\'M19\ 6.41L17.59\ 5\ 12\ 10.59\ 6.41\ 5\ 5\ 6.41\ 10.59\ 12\ 5\ 17.59\ 6.41\ 19\ 12\ 13.41\ 17.59\ 19\ 19\ 17.59\ 13.41\ 12z\'/%3E%3C/svg%3E)!important;background-repeat:no-repeat!important;background-position:center!important;background-size:18px!important;cursor:pointer!important;position:absolute!important;right:0!important;top:0!important}span#close-float-gma-chat:hover{background-color:var(--chat-primary-color)!important;filter:brightness(80%)!important}.float-gma-chat-messages{width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;overflow-y:scroll!important;padding-bottom:50px!important;position:relative!important;z-index:9999999}.gma-message-content ol,.gma-message-content ul{padding-left:16px!important}.float-gma-chat-input-container{width:100%!important;position:absolute!important;bottom:0!important;left:0!important;display:flex!important;justify-content:space-between!important}.float-gma-chat-input{flex:1!important;border:0!important;border-top:1px solid #ccc!important;background:linear-gradient(180deg,#f0f6ff,#fff)!important;font-size:14px!important;padding:10px!important;height:50px!important;min-height:50px!important;max-height:50px!important;resize:none!important}.float-gma-chat-input:focus-visible{border-top:1px solid var(--chat-primary-color)!important;outline:none!important}.float-gma-send-button{background:var(--chat-primary-color)!important;color:#fff!important;width:50px!important;min-height:50px!important;display:flex!important;justify-content:center!important;align-items:center!important;border-bottom-right-radius:15px!important}.float-gma-voice-button,.float-gma-send-button{border:#ffdead!important;color:#fff!important;padding:0!important}.float-gma-chat-messages .gma-message{max-width:80%!important;margin-bottom:15px!important}@keyframes jump-once {
    0% { transform: translateY(0) scale(1); }
    20% { transform: translateY(-20px) scale(1.1); }
    40% { transform: translateY(0) scale(0.95); }
    60% { transform: translateY(-15px) scale(1.05); }
    80% { transform: translateY(0) scale(0.98); }
    100% { transform: translateY(0) scale(1); }
}@keyframes rotateColors {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}