/* .floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
} */

/* .floating-button-filter {
    position: fixed;
    bottom: 20px;
    right: 50px;
    z-index: 1000;
} */


.floating-button-group {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px; /* Jarak antar tombol */
    z-index: 1000;
}

.floating-button,
.floating-button-filter {
    /* Tambahkan styling tombol di sini */
}
