.noshow{
    display: none !important;
}

.whatsAppContact {
    background-color: rgb(3, 187, 33);
    color: white;

  }

  .stick {
    position: fixed;
    bottom: 15px;
    right: 0;
    width: max-content;
    z-index: 9999999;
    box-shadow: 5px 10px rgb(88, 88, 88);
  }