/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 11 2026 | 06:00:04 */
/* Tools pages btn  */

label.upload-btn {
    
    background-image: linear-gradient(90deg, #681DEF 0%, #2128DB 100%) !important;
}


.fixed-contact-buttons{
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Contact-btn-fixed */

/* .fixed-contact-buttons a{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}

.whatsapp-btn{ background:#25D366; }
.call-btn{ background:#6c63ff; }
.mail-btn{ background:#EA4335; }

.fixed-contact-buttons img{
  width: 28px;
} */ 
