#vapi-support-btn {
  border-radius: 50%;
  min-width: 10rem;
  height: 10rem;
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  text-align: left;
  align-items: center;
  position: absolute;
  padding: 0;
  animation: bounce 2s ease-in-out infinite;
  top: 50%;
  right: 50%;
  margin-top: -25px;
}

