.fixed__whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10000000;

    display: inline-flex;
    align-items: center;
    gap: 4px;

    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 2px 2px 10px -4px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    

    text-decoration: none;
  }
  .fixed__whatsapp__icon {
    width: 2rem;
    height: 2rem;
  }

  .theme-1 {
    background-color: #05a884;
    color: #fff;
    fill: #fff;
  }
  .theme-2 {
    background-color: #fff;
    color: #05a884;
    fill: #05a884;
  }
  .theme-3 {
    background-color: #25d366;
    color: #fff;
    fill: #fff;
  }
  .theme-4 {
    background-color: #fff;
    color: #25d366;
    fill: #25d366;
  }
  .theme-5 {
    background-color: #000;
    color: #fff;
    fill: #fff;
  }
  .theme-6 {
    background-color: #fff;
    color: #000;
    fill: #000;
  }