#user-image {
    height: 2.1rem;
}

#loading-overlay {
    position: fixed;
    /* Tetap di posisi yang sama bahkan saat di-scroll */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Latar belakang hitam transparan */
    z-index: 9999;
    /* Pastikan berada di atas semua elemen lain */
    display: none;
    /* Sembunyi secara default */
    justify-content: center;
    align-items: center;
}

.btn-hapus-data:hover{
    background-color: rgba(255, 0, 0, 0.8);
    color: white;
}

.btn-ganti-password:hover{
    background-color: rgba(0, 123, 255, 1);
    color: white;
}