.refer-and-earn-button {
  position: fixed;
  z-index: 9998;
  background-color: #262626;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.refer-and-earn-button.myfrido {
  background-color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border: 2px solid #000;
}

.refer-and-earn-button.myfrido img {
  width: 30px;
  height: 30px;
}
