.messenger-icon {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  height: 50px;
  width: 50px;
  background-color: #0084ff;
  background-image: url("/img/global/messenger-icon.png");
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  background-size: 65%;
  background-position: center;
  background-repeat: no-repeat;
}
