.wave{--bar-w:2px;--gap:3px;--height:1.5rem;--speed:0.75s;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--gap);height:var(--height);color:rgba(0,0,0,.5);width:22px}.wave span{width:var(--bar-w);height:40%;background:currentColor;border-radius:999px;animation:wave-bounce var(--speed) linear infinite;transform-origin:center bottom;opacity:.9}.wave span:first-child{animation-delay:0s}.wave span:nth-child(2){animation-delay:.1s}.wave span:nth-child(3){animation-delay:.2s}.wave span:nth-child(4){animation-delay:.3s}.wave span:nth-child(5){animation-delay:.4s}@keyframes wave-bounce{0%,to{height:25%}80%{height:80%}}@media(prefers-reduced-motion:reduce){.wave span{animation:none}}.vttWrapper.recording:after{content:"Listening...";font-family:manropebold,sans-serif;font-weight:700;font-size:.75rem;color:rgba(0,0,0,.5);position:absolute;bottom:0;left:2rem;z-index:9}.vttWrapper .gf-attachment-button,.vttWrapper .gf-record-button,.vttWrapper .gf-send-vtt-button{display:block;width:1rem;height:1rem;margin:0;padding:0;background:rgba(0,0,0,0);border:none}.vttWrapper .gf-attachment-button>span,.vttWrapper .gf-record-button>span,.vttWrapper .gf-send-vtt-button>span{display:none}.vttWrapper .gf-attachment-button[disabled],.vttWrapper .gf-record-button[disabled],.vttWrapper .gf-send-vtt-button[disabled]{opacity:.3}.vttWrapper div.wave{position:absolute;bottom:-4px;left:0;z-index:99}