/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 22:14:07 */
.txtnovis {text-indent:-999em; position:absolute;top:-999em}

.whatsappfooter {position:fixed;bottom:5px;display:block;text-align:center;margin:0 auto;width:100%;z-index: 999;}

.whatsappbutton {background:#0e9942;color:#FFFFFF !important;padding:12px 20px 10px 20px;font-weight: bold;font-size:17px;border-radius:8px 8px 0 0; box-shadow: 0px 0px 1px 1px #0000001a;}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #0e9942;
  }
  100% {
    box-shadow: 0 0 0 20px #0e994200;
  }
}