#Back-to-top { text-align: center; z-index: 99999; position: fixed; bottom: 40px; right: 30px; cursor: pointer; display: none; opacity: 0.7; } 
#Back-to-top:hover { opacity: 1; } 
.table-download th, 
.table-download td{ border:1px dotted #cecece; padding-left:5px; padding-top:7px; padding-bottom:7px; }

/* ===============================
   FLOATING WHATSAPP (MOBILE ONLY)
================================ */

.wa-float {
    position: fixed;
    left: 15px;
    bottom: 15px;
    background: #25D366;
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.wa-float img {
    width: 22px;
    height: 22px;
}

/* HANYA TAMPIL DI MOBILE */
@media (min-width: 768px) {
    .wa-float {
        display: none;
    }
}
