#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; }

.fixed-action-btn.spin-close .btn-large {
  position: relative;
}
.fixed-action-btn.spin-close .btn-large i {
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}
.fixed-action-btn.spin-close .btn-large:before {
  transition: transform 0.3s, opacity 0.3s;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.64rem;
  height: 2px;
  background: white;
  margin-top: -2px;
  margin-left: -0.82rem;
  transform: rotate(0);
  opacity: 0;
}
.fixed-action-btn.spin-close .btn-large:after {
  transition: transform 0.3s, opacity 0.3s;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.64rem;
  height: 2px;
  background: white;
  margin-top: -2px;
  margin-left: -0.82rem;
  transform: rotate(0);
  opacity: 0;
}
.fixed-action-btn.spin-close.active .btn-large i {
  opacity: 0;
}
.fixed-action-btn.spin-close.active .btn-large:before {
  opacity: 1;
  transform: rotate(135deg);
}
.fixed-action-btn.spin-close.active .btn-large:after {
  opacity: 1;
  transform: rotate(405deg);
}



.fixed-action-btn.vertical {
  ul {
    top: auto; /* Hapus atau ubah ini */
    bottom: 100%; /* Atur bottom menjadi 100% untuk memulai dari posisi tombol utama */
    right: 0; /* Sesuaikan posisi horizontal */
    margin-bottom: 15px; /* Tambahkan sedikit margin untuk jarak */
    transform: translateY(10px); /* Atur offset vertikal untuk animasi */

    li {
      margin-bottom: 15px; /* Atur jarak antar tombol */
      transform: translateY(100px); /* Mengatur posisi tombol sebelum animasi */
      transition: transform 0.3s ease, opacity 0.3s ease;
    }
  }

  &.active {
    ul {
      li {
        transform: translateY(0); /* Tombol akan bergerak ke posisi akhir */
        opacity: 1; /* Atur transparansi tombol */
      }
    }
  }
}


.one a, .two a, .three a {
	color: white !important;
}
