/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Whatsapp Button  */

 .cro-whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cro-whatsapp-button img{
  height: 35px;
  width: 35px;
}
