#scrollUp {
  bottom: 80px;
  box-shadow: 0px 3px 8px 1px rgb(62 62 62 / 34%);
  height: 50px;
  width: 50px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
}

#scrollUp i {
  margin: 12px
}

#whatsapp-floating-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2147483647;
  width: 50px;
  height: 50px;
  cursor: pointer;
  box-shadow: 0px 3px 8px 1px rgb(62 62 62 / 34%);
  border-radius: 50%;
  background-color: #eceff1;
  padding: 1px
}

#container-whatsapp .whatsapp-icon {
  position: fixed;
  z-index: 2147483647;
  margin-right: 5px;
}  

* {
  text-transform: none !important;
}

@media only screen and (max-width: 991px) {
  #container-whatsapp .whatsapp-icon {
    margin-right: 15px;
  }
}