.btnelement { color: red; }
@media screen and (max-width: 480px) {
    .ai-agent-chat-avatar{
        height: 50px !important;
        width: initial !important;
    }
}

#waveCanvas {
      position: fixed;
      top: -30px;
      left: 0;
      z-index: -1;
      pointer-events: none;
      opacity: 30%;
}

* {
  -webkit-tap-highlight-color: transparent;
}    