.card-custom {
    width: max-content;
    height: max-content;
}

.w-custom {
    width: max-content;
}

.bg-ungu {
    background-color: #6477db;
}

.btn-ungu {
    background-color: #6477db;
    color: white;
}

.btn-ungu:hover {
    color: #6477db;
    background-color: #e7ebfc;
}

/* notifikasi */

.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 5px;
    visibility: hidden;
    transition: opacity 0.5s ease, top 0.5s ease; /* Transisi untuk efek muncul dan hilang */
    z-index: 1000;
}

.notification.show {
    visibility: visible;
    top: 40px;
}

.pagination {
    text-align: center;
    /* margin-top: 20px; */
}

.pagination button {
    padding: 8px 15px;
    background-color: #6477db;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    margin: 0 5px;
}

.pagination button:disabled {
    background-color: #e7ebfc;
    color: #6477db;
    cursor: not-allowed;
}

#pageInfo {
    font-weight: bold;
    margin: 0 10px;
}

/* end notifikasi */

@media (max-width: 768px) {
    .card-custom {
        width: max-content;
        height: max-content;
    }

    .container-fluid {
        position: absolute;
        top: 30%;
    }

    .w-custom {
        width: max-content;
    }
}
