/* Minimal styling for the floating button */
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index:999!important;
}



.floating-button a {
  display: block;
  margin-bottom: 10px;
  color: black;
  padding: 5px;
  border-radius: 10px;
  background-color: #dadada;

}

.floating-button img {
  width: 50px; /* Adjust size as needed */
  height: auto;
}
