/* HTMX */

.htmx-animate {
    animation: fadeSlide 0.35s ease-out;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Button Tambah */
.fab-btn {
    position: fixed;
    top: 90px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 70%;
}


/* SWALL */

.swal2-container {
    z-index: 20000 !important;
}

.swal2-popup {
    z-index: 20001 !important;
}