.wrapper-floating--button{
  background-image: linear-gradient(to bottom right, #5595F0, #3180D0, #005DA4);
  padding: 12px 24px !important;
  border-radius: 12px;
  width: max-content;
  position: fixed;
  bottom: 18px;
  right: 72px;
  z-index: 999;
  line-height: 1;
  cursor: pointer;
  gap: 12px;
}

.wrapper-floating--button span{
  font-size: 20px !important;
  color: white;
}