  button#share-button {
      border: none;
      cursor: pointer;
      background: none;
      padding: 10px 0px;

  }

  button#share-button:focus,
  button#share-button:hover {
      outline: none;
      background: none;
  }

  button#share-button img.badge-img {
      max-width: 100%;
      height: auto;
      width: 60%;
      display: block;

  }

  #badge_share_loader {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
  }

  #badge_modal_overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }

  #badge_modal {
      background-color: white;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
  }